From e6ce2e22599d69d862b2889035403213efbe8bec Mon Sep 17 00:00:00 2001 From: avsm Date: Sat, 24 May 2003 18:47:18 +0000 Subject: [PATCH] initial import of pear-Config-1.6 -- The Pear-Config package provides methods for manipulation configuration information needed by PHP applications. Features include: * Creates configurations from scratch * Parses and outputs different formats (XML, PHP, INI, Apache, etc) * Edits existing configurations * Converts configurations to other formats * Allows manipulation of sections, comments, directives, etc * Parses configurations into an XML tree structure --- devel/pear-Config/Makefile | 22 ++++++++++++++++++++++ devel/pear-Config/distinfo | 3 +++ devel/pear-Config/pkg/DESCR | 9 +++++++++ devel/pear-Config/pkg/PLIST | 17 +++++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 devel/pear-Config/Makefile create mode 100644 devel/pear-Config/distinfo create mode 100644 devel/pear-Config/pkg/DESCR create mode 100644 devel/pear-Config/pkg/PLIST diff --git a/devel/pear-Config/Makefile b/devel/pear-Config/Makefile new file mode 100644 index 00000000000..da8f9417957 --- /dev/null +++ b/devel/pear-Config/Makefile @@ -0,0 +1,22 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/05/24 18:47:18 avsm Exp $ + +COMMENT= "configuration file library for PHP" + +V= 1.6 +DISTNAME= Config-${V} +PKGNAME= pear-${DISTNAME} +CATEGORIES= devel pear + +MASTER_SITES= http://pear.php.net/get/ +EXTRACT_SUFX= .tgz + +MAINTAINER= Anil Madhavapeddy +MODULES= pear + +# PHP License +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +.include diff --git a/devel/pear-Config/distinfo b/devel/pear-Config/distinfo new file mode 100644 index 00000000000..1dc469237e9 --- /dev/null +++ b/devel/pear-Config/distinfo @@ -0,0 +1,3 @@ +MD5 (Config-1.6.tgz) = 1313908f9514cc95318a853e05391537 +RMD160 (Config-1.6.tgz) = e22390d6c029c2a480cefff0245c8c6a6f246d85 +SHA1 (Config-1.6.tgz) = 4a1e3fe967ee9bb069e671308dafab065ff08386 diff --git a/devel/pear-Config/pkg/DESCR b/devel/pear-Config/pkg/DESCR new file mode 100644 index 00000000000..33001ef468e --- /dev/null +++ b/devel/pear-Config/pkg/DESCR @@ -0,0 +1,9 @@ +The Pear-Config package provides methods for manipulation configuration +information needed by PHP applications. Features include: + +* Creates configurations from scratch +* Parses and outputs different formats (XML, PHP, INI, Apache, etc) +* Edits existing configurations +* Converts configurations to other formats +* Allows manipulation of sections, comments, directives, etc +* Parses configurations into an XML tree structure diff --git a/devel/pear-Config/pkg/PLIST b/devel/pear-Config/pkg/PLIST new file mode 100644 index 00000000000..8354a964e23 --- /dev/null +++ b/devel/pear-Config/pkg/PLIST @@ -0,0 +1,17 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/24 18:47:18 avsm Exp $ +pear/doc/Config/docs/Apache.php +pear/doc/Config/docs/IniCommented.php +pear/doc/Config/docs/IniFromScratch.php +pear/lib/.registry/Config.reg +pear/lib/Config.php +pear/lib/Config/Container.php +pear/lib/Config/Container/Apache.php +pear/lib/Config/Container/GenericConf.php +pear/lib/Config/Container/IniCommented.php +pear/lib/Config/Container/IniFile.php +pear/lib/Config/Container/PHPArray.php +pear/lib/Config/Container/XML.php +@dirrm pear/lib/Config/Container +@dirrm pear/lib/Config +@dirrm pear/doc/Config/docs +@dirrm pear/doc/Config