diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-26 18:39:15 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-26 18:39:15 +0000 |
commit | d27d427996dd38a677887293cb96b8a9c7190103 (patch) | |
tree | c7a60c58ceec46369e51d47de1bd0067b3463760 /devel/pear-Config | |
parent | 4739c97485ec6c5766d964079b16d4fbe1dcd43a (diff) | |
download | ports-d27d427996dd38a677887293cb96b8a9c7190103.tar.gz ports-d27d427996dd38a677887293cb96b8a9c7190103.zip |
Notes
Diffstat (limited to 'devel/pear-Config')
-rw-r--r-- | devel/pear-Config/Makefile | 12 | ||||
-rw-r--r-- | devel/pear-Config/distinfo | 4 | ||||
-rw-r--r-- | devel/pear-Config/pkg-descr | 5 |
3 files changed, 10 insertions, 11 deletions
diff --git a/devel/pear-Config/Makefile b/devel/pear-Config/Makefile index c78b734ffbb4..f51d8425221b 100644 --- a/devel/pear-Config/Makefile +++ b/devel/pear-Config/Makefile @@ -6,23 +6,21 @@ # PORTNAME= Config -PORTVERSION= 1.8 -PORTREVISION= 1 +PORTVERSION= 1.10.2 CATEGORIES= devel www pear MAINTAINER= antonio@php.net -COMMENT= PEAR Config package provides methods for configuration manipulation +COMMENT= Your configurations swiss-army knife BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util FILES= Config.php Config/Container.php Config/Container/Apache.php \ - Config/Container/IniCommented.php Config/Container/PHPArray.php \ - Config/Container/GenericConf.php Config/Container/IniFile.php \ + Config/Container/GenericConf.php Config/Container/IniCommented.php \ + Config/Container/IniFile.php Config/Container/PHPArray.php \ Config/Container/XML.php -EXAMPLES= Apache.php IniCommented.php IniFromScratch.php -_EXAMPLESDIR= docs +DOCS= Apache.php IniCommented.php IniFromScratch.php .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff --git a/devel/pear-Config/distinfo b/devel/pear-Config/distinfo index c42912ad5944..f956fa2517e9 100644 --- a/devel/pear-Config/distinfo +++ b/devel/pear-Config/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Config-1.8.tgz) = 00d5d56c5a2faaa967d285649395e5ee -SIZE (PEAR/Config-1.8.tgz) = 16859 +MD5 (PEAR/Config-1.10.2.tgz) = 12aae3ee64b35b7c2c6d8fd02154f577 +SIZE (PEAR/Config-1.10.2.tgz) = 17224 diff --git a/devel/pear-Config/pkg-descr b/devel/pear-Config/pkg-descr index 8f6675f739b7..51a68e697eac 100644 --- a/devel/pear-Config/pkg-descr +++ b/devel/pear-Config/pkg-descr @@ -1,10 +1,11 @@ The Config package provides methods for configuration manipulation. * Creates configurations from scratch -* Parses and outputs different formats (XML, PHP, INI, Apache...). +* Parses and outputs different formats (XML, PHP, INI, Apache...) * Edits existing configurations * Converts configurations to other formats * Allows manipulation of sections, comments, directives... * Parses configurations into a tree structure +* Provides XPath like access to directives -WWW: http://pear.php.net/package-info.php?package=Config +WWW: http://pear.php.net/package/Config/ |