summaryrefslogtreecommitdiff
path: root/pear/package-PEAR.xml
blob: 5d4e292b5023ffe236b920a121658124abde46fe (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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<?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 installer, for creating, distributing
   and installing packages
 * the alpha-quality PEAR_Exception php5-only exception class
 * the beta-quality PEAR_ErrorStack advanced error handling mechanism
 * the PEAR_Error error handling mechanism
 * the OS_Guess class for retrieving info about the OS
   where PHP is running on
 * the System class for quick handling common operations
   with files and directories
 * the PEAR base class
</description>
  <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>lead</role>
      <name>Tomas V.V.Cox</name>
      <email>cox@idecnet.com</email>
    </maintainer>
    <maintainer>
      <user>cellog</user>
      <role>lead</role>
      <name>Greg Beaver</name>
      <email>cellog@php.net</email>
    </maintainer>
    <maintainer>
      <user>pajoye</user>
      <role>lead</role>
      <name>Pierre-Alain Joye</name>
      <email>pajoye@pearfr.org</email>
    </maintainer>
    <maintainer>
      <user>mj</user>
      <role>developer</role>
      <name>Martin Jansen</name>
      <email>mj@php.net</email>
    </maintainer>
  </maintainers>
  <release>
    <version>1.3.5</version>
    <date>2005-02-18</date>
    <state>stable</state>
    <license>PHP License</license>
    <notes>
 * fix Bug #3505: pecl can't install PDO
 * enhance pear run-tests dramatically
 * fix Bug #3506: pear install should export the pear version into the environment
    </notes>
    <provides type="class" name="OS_Guess" />
    <provides type="class" name="System" />
    <provides type="function" name="md5_file" />
    <filelist>
      <dir name="OS">
        <file role="php" name="Guess.php"/>
      </dir>
      <dir name="PEAR">
        <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"/>
          <file role="php" name="Mirror.php"/>
        </dir>
        <dir name="Frontend">
          <file role="php" name="CLI.php"/>
        </dir>
        <file role="php" name="Autoloader.php"/>
        <file role="php" name="Command.php"/>
        <file role="php" name="Common.php"/>
        <file role="php" name="Config.php"/>
        <file role="php" name="Dependency.php"/>
        <file role="php" name="Downloader.php"/>
        <file role="php" name="Exception.php"/>
        <file role="php" name="ErrorStack.php"/>
        <file role="php" name="Builder.php">
         <replace from="@PEAR-VER@" to="version" type="package-info"/>
        </file>
        <file role="php" name="Installer.php"/>
        <file role="php" name="Packager.php"/>
        <file role="php" name="Registry.php"/>
        <file role="php" name="Remote.php"/>
        <file role="php" name="RunTest.php"/>
      </dir>
      <dir name="scripts" baseinstalldir="/">
        <file role="script" install-as="pear" name="pear.sh">
          <replace from="@php_bin@" to="php_bin" type="pear-config"/>
          <replace from="@php_dir@" to="php_dir" type="pear-config"/>
          <replace from="@pear_version@" to="version" type="package-info"/>
          <replace from="@include_path@" to="php_dir" type="pear-config"/>
        </file>
        <file role="script" platform="windows" install-as="pear.bat" name="pear.bat">
        <replace from="@bin_dir@" to="bin_dir" type="pear-config"/>
        <replace from="@php_bin@" to="php_bin" type="pear-config"/>
        <replace from="@include_path@" to="php_dir" type="pear-config"/>
        </file>
        <file role="php" install-as="pearcmd.php" name="pearcmd.php">
          <replace from="@php_bin@" to="php_bin" type="pear-config"/>
          <replace from="@php_dir@" to="php_dir" type="pear-config"/>
          <replace from="@pear_version@" to="version" type="package-info"/>
          <replace from="@include_path@" to="php_dir" type="pear-config"/>
        </file>
      </dir>
      <file role="data" name="package.dtd"/>
      <file role="data" name="template.spec"/>
      <file role="php" name="PEAR.php"/>
      <file role="php" name="System.php"/>
    </filelist>
    <deps>
      <dep type="php" rel="ge" version="4.2"/>
      <dep type="pkg" rel="ge" version="1.1">Archive_Tar</dep>
      <dep type="pkg" rel="ge" version="1.2">Console_Getopt</dep>
      <dep type="ext" rel="has">xmlrpc</dep>
      <dep type="ext" rel="has">xml</dep>
      <dep type="ext" rel="has">pcre</dep>
    </deps>
  </release>
  <changelog>
  <release>
    <version>1.3.1</version>
    <date>2004-04-06</date>
    <state>stable</state>
    <notes>
PEAR Installer:

 * Bug #534  pear search doesn't list unstable releases
 * Bug #933  CMD Usability Patch 
 * Bug #937  throwError() treats every call as static 
 * Bug #964 PEAR_ERROR_EXCEPTION causes fatal error 
 * Bug #1008 safe mode raises warning

PEAR_ErrorStack:

 * Added experimental error handling, designed to eventually replace
   PEAR_Error.  It should be considered experimental until explicitly marked
   stable.  require_once 'PEAR/ErrorStack.php' to use.

    </notes>
  </release>
  <release>
    <version>1.3.3</version>
    <date>2004-10-28</date>
    <state>stable</state>
    <notes>
Installer:
 * fix Bug #1186 raise a notice error on PEAR::Common $_packageName
 * fix Bug #1249 display the right state when using --force option
 * fix Bug #2189 upgrade-all stops if dependancy fails
 * fix Bug #1637 The use of interface causes warnings when packaging with PEAR
 * fix Bug #1420 Parser bug for T_DOUBLE_COLON
 * fix Request #2220 pear5 build fails on dual php4/php5 system
 * fix Bug #1163  pear makerpm fails with packages that supply role="doc"

Other:
 * add PEAR_Exception class for PHP5 users
 * fix critical problem in package.xml for linux in 1.3.2
 * fix staticPopCallback() in PEAR_ErrorStack
 * fix warning in PEAR_Registry for windows 98 users
    </notes>
   </release>
  <release>
    <version>1.3.3.1</version>
    <date>2004-11-08</date>
    <state>stable</state>
    <notes>
     add RunTest.php to package.xml, make run-tests display failed tests, and use ui
    </notes>
   </release>
  <release>
    <version>1.3.4</version>
    <date>2005-01-01</date>
    <state>stable</state>
    <notes>
 * fix a serious problem caused by a bug in all versions of PHP that caused multiple registration
   of the shutdown function of PEAR.php
 * fix Bug #2861: package.dtd does not define NUMBER
 * fix Bug #2946: ini_set warning errors
 * fix Bug #3026: Dependency type &quot;ne&quot; is needed, &quot;not&quot; is not handled
   properly
 * fix Bug #3061: potential warnings in PEAR_Exception
 * implement Request #2848: PEAR_ErrorStack logger extends, PEAR_ERRORSTACK_DIE
 * implement Request #2914: Dynamic Include Path for run-tests command
 * make pear help listing more useful (put how-to-use info at the bottom of the listing)
    </notes>
   </release>
  </changelog>
</package>