From b4bb7c10f99f95660257953a47c080a2b807c738 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sat, 11 May 2002 01:28:14 +0000 Subject: [PATCH] * add package descriptions for Archive_Tar and Console_Getopt --- pear/package-Archive_Tar.xml | 53 +++++++++++++++++++++++++++++++++ pear/package-Console_Getopt.xml | 37 +++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 pear/package-Archive_Tar.xml create mode 100644 pear/package-Console_Getopt.xml diff --git a/pear/package-Archive_Tar.xml b/pear/package-Archive_Tar.xml new file mode 100644 index 0000000000..7644ebf240 --- /dev/null +++ b/pear/package-Archive_Tar.xml @@ -0,0 +1,53 @@ + + + + + Archive_Tar + Tar file management class + 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. + + PHP License + + + vblavet + lead + Vincent Blavet + vincent@blavet.net + + + ssb + helper + Stig Sæther Bakken + stig@php.net + + + + 0.3 + 2002-04-13 + Windows bugfix: used wrong directory separators + stable + + + + + + + 0.2 + 2002-02-18 + From initial commit to stable + stable + + + Tar.php + + Tar.txt + + + + + + diff --git a/pear/package-Console_Getopt.xml b/pear/package-Console_Getopt.xml new file mode 100644 index 0000000000..139d2a7d04 --- /dev/null +++ b/pear/package-Console_Getopt.xml @@ -0,0 +1,37 @@ + + + + + Console_Getopt + Command-line option parser + 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. + + PHP License + + + vblavet + lead + Vincent Blavet + vincent@blavet.net + + + andrei + lead + Andrei Zmievski + andrei@php.net + + + + 0.9 + 2002-05-10 + Initial release + beta + + + + + -- 2.50.1