Skip to content

Commit

Permalink
* add package descriptions for Archive_Tar and Console_Getopt
Browse files Browse the repository at this point in the history
  • Loading branch information
stigsb committed May 11, 2002
1 parent 42a0e27 commit b4bb7c1
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 0 deletions.
53 changes: 53 additions & 0 deletions pear/package-Archive_Tar.xml
@@ -0,0 +1,53 @@
<?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>Archive_Tar</name>
<summary>Tar file management class</summary>
<description>This class provides handling of tar files in PHP.
It supports creating, listing, extracting and adding to tar files.
Gzip support is available if PHP has the zlib extension built-in or
loaded.
</description>
<license>PHP License</license>
<maintainers>
<maintainer>
<user>vblavet</user>
<role>lead</role>
<name>Vincent Blavet</name>
<email>vincent@blavet.net</email>
</maintainer>
<maintainer>
<user>ssb</user>
<role>helper</role>
<name>Stig Sæther Bakken</name>
<email>stig@php.net</email>
</maintainer>
</maintainers>
<release>
<version>0.3</version>
<date>2002-04-13</date>
<notes>Windows bugfix: used wrong directory separators</notes>
<state>stable</state>
<filelist>
<file role="php" baseinstalldir="Archive" name="Archive/Tar.php"/>
</filelist>
</release>
<changelog>
<release>
<version>0.2</version>
<date>2002-02-18</date>
<notes>From initial commit to stable</notes>
<state>stable</state>
<filelist>
<dir name="/" baseinstalldir="Archive">
<file role="php">Tar.php</file>
<dir name="docs" role="doc">
<file>Tar.txt</file>
</dir>
</dir>
</filelist>
</release>
</changelog>
</package>
37 changes: 37 additions & 0 deletions pear/package-Console_Getopt.xml
@@ -0,0 +1,37 @@
<?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 class provides handling of tar files in PHP.
It supports creating, listing, extracting and adding to tar files.
Gzip support is available if PHP has the zlib extension built-in or
loaded.
</description>
<license>PHP License</license>
<maintainers>
<maintainer>
<user>vblavet</user>
<role>lead</role>
<name>Vincent Blavet</name>
<email>vincent@blavet.net</email>
</maintainer>
<maintainer>
<user>andrei</user>
<role>lead</role>
<name>Andrei Zmievski</name>
<email>andrei@php.net</email>
</maintainer>
</maintainers>
<release>
<version>0.9</version>
<date>2002-05-10</date>
<notes>Initial release</notes>
<state>beta</state>
<filelist>
<file role="php" baseinstalldir="Console" name="Console/Getopt.php"/>
</filelist>
</release>
</package>

0 comments on commit b4bb7c1

Please sign in to comment.