Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Console_Getopt.xml « packages « inc - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 221919d9767b8f940d8e4048876818ca3b567ac2 (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
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
  <name>Console_Getopt</name>
  <summary>Command-line option parser</summary>
  <description>This is a PHP implementation of &quot;getopt&quot; supporting both
short and long options.</description>
  <maintainers>
    <maintainer>
      <user>andrei</user>
      <name>Andrei Zmievski</name>
      <email>andrei@php.net</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>ssb</user>
      <name>Stig Bakken</name>
      <email>stig@php.net</email>
      <role>developer</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.2</version>
    <date>2003-12-11</date>
    <license>PHP License</license>
    <state>stable</state>
    <notes>Fix to preserve BC with 1.0 and allow correct behaviour for new users</notes>
    <provides type="class" name="Console_Getopt" />
    <provides type="function" name="Console_Getopt::getopt2" />
    <provides type="function" name="Console_Getopt::getopt" />
    <provides type="function" name="Console_Getopt::doGetopt" />
    <provides type="function" name="Console_Getopt::readPHPArgv" />
    <filelist>
      <file role="php" md5sum="add0781a1cae0b3daf5e8521b8a954cc" name="Console/Getopt.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>1.0</version>
      <date>2002-09-13</date>
      <state>stable</state>
      <notes>Stable release
</notes>
    </release>
    <release>
      <version>0.11</version>
      <date>2002-05-26</date>
      <state>beta</state>
      <notes>POSIX getopt compatibility fix: treat first element of args
       array as command name
     
</notes>
    </release>
    <release>
      <version>0.10</version>
      <date>2002-05-12</date>
      <state>beta</state>
      <notes>Packaging fix
</notes>
    </release>
    <release>
      <version>0.9</version>
      <date>2002-05-12</date>
      <state>beta</state>
      <notes>Initial release
</notes>
    </release>
  </changelog>
</package>