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
This commit is contained in:
parent
2b670b6d61
commit
e6ce2e2259
22
devel/pear-Config/Makefile
Normal file
22
devel/pear-Config/Makefile
Normal file
@ -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 <avsm@openbsd.org>
|
||||
MODULES= pear
|
||||
|
||||
# PHP License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/pear-Config/distinfo
Normal file
3
devel/pear-Config/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Config-1.6.tgz) = 1313908f9514cc95318a853e05391537
|
||||
RMD160 (Config-1.6.tgz) = e22390d6c029c2a480cefff0245c8c6a6f246d85
|
||||
SHA1 (Config-1.6.tgz) = 4a1e3fe967ee9bb069e671308dafab065ff08386
|
9
devel/pear-Config/pkg/DESCR
Normal file
9
devel/pear-Config/pkg/DESCR
Normal file
@ -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
|
17
devel/pear-Config/pkg/PLIST
Normal file
17
devel/pear-Config/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user