aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Config
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-08-26 18:39:15 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-08-26 18:39:15 +0000
commitd27d427996dd38a677887293cb96b8a9c7190103 (patch)
treec7a60c58ceec46369e51d47de1bd0067b3463760 /devel/pear-Config
parent4739c97485ec6c5766d964079b16d4fbe1dcd43a (diff)
downloadports-d27d427996dd38a677887293cb96b8a9c7190103.tar.gz
ports-d27d427996dd38a677887293cb96b8a9c7190103.zip
Upgrade to to 1.10.2.
PR: 70987 Submitted by: maintainer.
Notes
Notes: svn path=/head/; revision=117335
Diffstat (limited to 'devel/pear-Config')
-rw-r--r--devel/pear-Config/Makefile12
-rw-r--r--devel/pear-Config/distinfo4
-rw-r--r--devel/pear-Config/pkg-descr5
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/