- Update to 4.2.1
PR: 154790 Submitted by: "Zane C.B." <vvelox@vvelox.net> (maintainer)
This commit is contained in:
parent
53878bc086
commit
27eb10b2a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269180
4 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ZConf
|
||||
PORTVERSION= 4.0.0
|
||||
PORTVERSION= 4.2.1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (ZConf-4.0.0.tar.gz) = 97412baa243215e5fd4c4168be08ed5a
|
||||
SHA256 (ZConf-4.0.0.tar.gz) = 7089dbd6673f1ee73ce51aba98d56e49f93377b350769c599e0965222a569d09
|
||||
SIZE (ZConf-4.0.0.tar.gz) = 46701
|
||||
SHA256 (ZConf-4.2.1.tar.gz) = 1822957cb1e140ebf233712a8339c58df00f5faa3b4670e922ef0ebb80859a2f
|
||||
SIZE (ZConf-4.2.1.tar.gz) = 47989
|
||||
|
|
|
@ -2,6 +2,7 @@ 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.
|
||||
zccdump Dumps a ZConf config to ZML.
|
||||
zcls Lists configured ZConf congigs and sets.
|
||||
zcrm Remove a ZConf config or set.
|
||||
zcset Sets a value in a ZConf config.
|
||||
|
|
|
@ -17,3 +17,4 @@ bin/zcrm
|
|||
bin/zcset
|
||||
bin/zcvdel
|
||||
bin/zcvls
|
||||
bin/zccdump
|
||||
|
|
Loading…
Reference in a new issue