<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "package.dtd">
<!-- do not use the "Type" attribute here, that one is only for
     generated package.xml files -->
<package version="1.0">
  <name>Console_Getopt</name>
  <summary>Command-line option parser</summary>
  <description>This is a PHP implementation of "getopt" supporting both
short and long options.</description>
  <license>PHP License</license>
  <maintainers>
    <maintainer>
      <user>andrei</user>
      <role>lead</role>
      <name>Andrei Zmievski</name>
      <email>andrei@php.net</email>
    </maintainer>
    <maintainer>
      <user>ssb</user>
      <role>developer</role>
      <name>Stig Bakken</name>
      <email>stig@php.net</email>
    </maintainer>
  </maintainers>
  <release>
    <version>1.0</version>
    <date>2002-09-13</date>
    <notes>Stable release</notes>
    <state>stable</state>
    <filelist>
     <dir name="Console">
      <file role="php" name="Getopt.php"/>
     </dir>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.11</version>
      <date>2002-05-26</date>
      <notes>POSIX getopt compatibility fix: treat first element of args
        array as command name
      </notes>
      <state>beta</state>
      <filelist>
        <dir name="Console">
          <file role="php" name="Getopt.php"/>
        </dir>
      </filelist>
    </release>
    <release>
      <version>0.10</version>
      <date>2002-05-12</date>
      <notes>Packaging fix</notes>
      <state>beta</state>
    </release>
    <release>
      <version>0.9</version>
      <date>2002-05-12</date>
      <notes>Initial release</notes>
      <state>beta</state>
    </release>
  </changelog>
</package>