From be65ac95cc52d596c97afb0be2c8541beb827eb3 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 9 Apr 2002 00:03:44 +0000 Subject: [PATCH] * package definition for the base PEAR system --- pear/package-pear.xml | 82 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 pear/package-pear.xml diff --git a/pear/package-pear.xml b/pear/package-pear.xml new file mode 100644 index 0000000000..62f23d36ea --- /dev/null +++ b/pear/package-pear.xml @@ -0,0 +1,82 @@ + + + + PEAR + PEAR Base System + The PEAR package contains: + * the PEAR base class + * the PEAR_Error error handling mechanism + * the PEAR command-line toolkit, for creating, distributing + and installing packages + + PHP License + + + ssb + lead + Stig Sæther Bakken + stig@php.net + + + cox + developer + Tomas V.V.Cox + cox@idecnet.com + + + + 0.9 + stable + 2002-04-07 + +First package release. Commands implemented: + remote-package-info + list-upgrades + list-remote-packages + config-show + config-get + config-set + list-installed + shell-test + install + uninstall + upgrade + package + package-list + package-info + login + logout + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.50.1