summaryrefslogtreecommitdiff
path: root/pear/package-PEAR.xml
blob: a049d6895bc69249e6007d3912ad394c78a801a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "package.dtd">
<package version="1.0">
  <name>PEAR</name>
  <summary>PEAR Base System</summary>
  <description>The PEAR package contains:
 * the PEAR base class
 * the PEAR_Error error handling mechanism
 * the PEAR installer, for creating, distributing
   and installing packages
</description>
  <license>PHP License</license>
  <maintainers>
    <maintainer>
      <user>ssb</user>
      <role>lead</role>
      <name>Stig Sæther Bakken</name>
      <email>stig@php.net</email>
    </maintainer>
    <maintainer>
      <user>cox</user>
      <role>developer</role>
      <name>Tomas V.V.Cox</name>
      <email>cox@idecnet.com</email>
    </maintainer>
    <maintainer>
      <user>mj</user>
      <role>helper</role>
      <name>Martin Jansen</name>
      <email>mj@php.net</email>
    </maintainer>
  </maintainers>
  <release>
    <version>0.11-dev</version>
    <state>beta</state>
    <date>YYYY-MM-DD</date>
    <notes>
* fixed broken "help" command
* new command: "info"
* new command: "config-help"
* un-indent multi-line data from xml description files
* new command: "build"
</notes>
    <filelist>
      <file role="data" name="package.dtd"/>
      <file role="php" name="PEAR.php"/>
      <file role="php" name="System.php"/>
      <dir name="PEAR">
        <file role="php" name="Autoloader.php"/>
        <file role="php" name="Command.php"/>
        <dir name="Command">
          <file role="php" name="Auth.php"/>
          <file role="php" name="Build.php"/>
          <file role="php" name="Common.php"/>
          <file role="php" name="Config.php"/>
          <file role="php" name="Install.php"/>
          <file role="php" name="Package.php"/>
          <file role="php" name="Registry.php"/>
          <file role="php" name="Remote.php"/>
        </dir>
        <file role="php" name="Common.php"/>
        <file role="php" name="Config.php"/>
        <file role="php" name="Dependency.php"/>
        <dir name="Frontend">
          <file role="php" name="CLI.php"/>
          <file role="php" name="Gtk.php"/>
        </dir>
        <file role="php" name="Installer.php"/>
        <file role="php" name="Packager.php"/>
        <file role="php" name="Registry.php"/>
        <file role="php" name="Remote.php"/>
      </dir>
      <dir name="OS">
        <file role="php" name="Guess.php"/>
      </dir>
      <dir name="scripts">
        <file baseinstalldir="/" role="script" install-as="pear" name="pear.in">
          <replace from="@prefix@/bin" to="PHP_BINDIR" type="php-const"/>
        </file>
        <file baseinstalldir="/" role="script" platform="windows" name="pear.bat"></file>
      </dir>
    </filelist>
    <deps>
      <dep type="php" rel="ge" version="4.1"/>
      <dep type="pkg" rel="has" version="0.4">Archive_Tar</dep>
      <dep type="pkg" rel="ge" version="0.11">Console_Getopt</dep>
    </deps>
  </release>
  <changelog>
    <release>
      <version>0.10</version>
      <state>beta</state>
      <date>2002-05-26</date>
      <notes>
Lots of stuff this time.  0.9 was not actually self-hosting, even
though it claimed to be.  This version finally is self-hosting
(really!), meaning you can upgrade the installer with the command
"pear upgrade PEAR".

* new config paramers: http_proxy and umask
* HTTP proxy support when downloading packages
* generalized command handling code
* and fixed the bug that would not let commands have the
  same options as "pear" itself
* added long options to every command
* added command shortcuts ("pear help shortcuts")
* added stub for Gtk installer
* some phpdoc fixes
* added class dependency detector (using ext/tokenizer)
* dependency handling fixes
* added OS_Guess class for detecting OS
* install files with the "platform" attribute set
  only on matching operating systems
* PEAR_Remote now falls back to the XML_RPC package
  if xmlrpc-epi is not available
* renamed command: package-list -> list
* new command: package-dependencies
* lots of minor fixes
</notes>
      <deps>
  	<dep type="php" rel="ge" version="4.1"/>
  	<dep type="pkg" rel="has" version="0.5">Archive_Tar</dep>
  	<dep type="pkg" rel="ge" version="0.11">Console_Getopt</dep>
      </deps>
    </release>
    <release>
      <version>0.9</version>
      <state>beta</state>
      <date>2002-04-07</date>
      <notes>
First package release.  Commands implemented:
   remote-package-info
   list-upgrades
   list-remote-packages
   download
   config-show
   config-get
   config-set
   list-installed
   shell-test
   install
   uninstall
   upgrade
   package
   package-list
   package-info
   login
   logout
</notes>
    </release>
  </changelog>
</package>