Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2009 09:10:16 -0500
From:      "Zane C.B." <vvelox@vvelox.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/134991: Update port: net/p5-ZConf uber useful and important update from 0.7.0 to 1.1.1
Message-ID:  <1243433416.27070@vixen42.vulpes>
Resent-Message-ID: <200905271410.n4REA2KO065150@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134991
>Category:       ports
>Synopsis:       Update port: net/p5-ZConf   uber useful and important update from 0.7.0 to 1.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 27 14:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Zane C.B.
>Release:        FreeBSD 6.4-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.4-STABLE #3: Sun Mar 29 22:03:29 CDT 2009
    kitsune@vixen42.vulpes:/usr/obj/usr/src/sys/vixen42



>Description:


1.1.1	2009-05-07/00:30
		-defaultSetExists now actually works instead of always returning true.
		-setExists will now use defaultSetExists if no set is specified.

1.1.0	2009-04-12/14:30
		-Implement system mode.
		-New cleanup.

1.0.0	2009-03-02/05:00
		-Removed 'chooseSetFile' and 'chooseSetLDAP' as it now uses readChooser.
		-Implement read fall through for. Now any reads that error for LDAP, will try
			to use the file backend.

0.7.1	2009-02-16/5:20
		-Fix error strings for writeSetFromHash
		-Fix ZML parsing error in 'readFile'. It now properply parses
			multiline variables.




>How-To-Repeat:


1: Notice that 0.7.0 is in the ports.
2:
3: Apply the patches and enjoy.


>Fix:


--- p5-ZConf_Makefile.diff begins here ---
--- Makefile.orig	2009-05-27 09:00:59.000000000 -0500
+++ Makefile	2009-05-27 09:01:41.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ZConf
-PORTVERSION=	0.7.0
+PORTVERSION=	1.1.1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/V/VV/VVELOX
--- p5-ZConf_Makefile.diff ends here ---


--- p5-ZConf_distinfo.diff begins here ---
--- distinfo.orig	2009-05-27 09:01:20.000000000 -0500
+++ distinfo	2009-05-27 09:03:04.000000000 -0500
@@ -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
--- p5-ZConf_distinfo.diff ends here ---


--- p5-ZConf_pkg-descr.diff begins here ---
--- pkg-descr.orig	2009-05-27 09:05:09.000000000 -0500
+++ pkg-descr	2009-05-27 09:03:58.000000000 -0500
@@ -1,3 +1,11 @@
 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/
--- p5-ZConf_pkg-descr.diff ends here ---




>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1243433416.27070>