Index: head/net/p5-ZConf/Makefile =================================================================== --- head/net/p5-ZConf/Makefile (revision 235901) +++ head/net/p5-ZConf/Makefile (revision 235902) @@ -1,30 +1,30 @@ # New ports collection makefile for: p5-Net-LDAP-Makepath # Date created: 2008-06-24 # Whom: Zane C, Bowers # # $FreeBSD$ # PORTNAME= ZConf -PORTVERSION= 0.7.0 +PORTVERSION= 1.1.1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= A configuration system allowing for either file or LDAP backed storage RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap \ ${SITE_PERL}/Net/LDAP/Express.pm:${PORTSDIR}/net/p5-Net-LDAP-Express \ ${SITE_PERL}/Net/LDAP/LDAPhash.pm:${PORTSDIR}/net/p5-Net-LDAP-LDAPhash \ ${SITE_PERL}/Net/LDAP/Makepath.pm:${PORTSDIR}/net/p5-Net-LDAP-Makepath \ ${SITE_PERL}/ZML.pm:${PORTSDIR}/devel/p5-ZML \ ${SITE_PERL}/Chooser.pm:${PORTSDIR}/devel/p5-Chooser \ ${SITE_PERL}/File/BaseDir.pm:${PORTSDIR}/devel/p5-File-BaseDir PERL_CONFIGURE= yes MAN3= ZConf.3 .include Property changes on: head/net/p5-ZConf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/p5-ZConf/distinfo =================================================================== --- head/net/p5-ZConf/distinfo (revision 235901) +++ head/net/p5-ZConf/distinfo (revision 235902) @@ -1,3 +1,3 @@ -MD5 (ZConf-0.7.0.tar.gz) = fe9aa141f76cb16fe5cd8a2bae4f8859 -SHA256 (ZConf-0.7.0.tar.gz) = ae56b0dc772273b5ca6fd8d81c266b2ce866117ddac778462fffb05d7d96496d -SIZE (ZConf-0.7.0.tar.gz) = 23554 +MD5 (ZConf-1.1.1.tar.gz) = 8f0deb8ffd60c10073bc7f440ec68d12 +SHA256 (ZConf-1.1.1.tar.gz) = 970db47b4684cc046912279b1661bda9297f69361ecb490480bcbf021790fc10 +SIZE (ZConf-1.1.1.tar.gz) = 24171 Property changes on: head/net/p5-ZConf/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/p5-ZConf/pkg-descr =================================================================== --- head/net/p5-ZConf/pkg-descr (revision 235901) +++ head/net/p5-ZConf/pkg-descr (revision 235902) @@ -1,3 +1,12 @@ A configuration system allowing for either file or LDAP backed storage. +zccreate Creates a new ZConf config or set. +zcget Reads a value from a ZConf config. +zcls Lists configured ZConf congigs and sets. +zcrm Remove a ZConf config or set. +zcset Sets a value in a ZConf config. +zcvdel Remove a variable from a ZConf config. +zcvls Lists the keys of a ZConf config. + + WWW: http://search.cpan.org/dist/ZConf/ Property changes on: head/net/p5-ZConf/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property