import devel/p5-Hash-Flatten, ok benoit@
Converts back and forth between a nested hash structure and a flat hash of delimited key-value pairs. Useful for protocols that only support key-value pairs (such as CGI and DBMs).
This commit is contained in:
parent
1f2ef5a20d
commit
312ba390a3
22
devel/p5-Hash-Flatten/Makefile
Normal file
22
devel/p5-Hash-Flatten/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD $
|
||||
|
||||
COMMENT = flatten/unflatten complex data hashes
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Hash-Flatten-1.16
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Cesare Gargano <gar@plusiagamma.org>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
REGRESS_DEPENDS = devel/p5-Test-Assertions \
|
||||
devel/p5-Log-Trace
|
||||
|
||||
CPAN_AUTHOR = BBC
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Hash-Flatten/distinfo
Normal file
5
devel/p5-Hash-Flatten/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Hash-Flatten-1.16.tar.gz) = tnobGIiu6GK9W3oph5iUlQ==
|
||||
RMD160 (Hash-Flatten-1.16.tar.gz) = FSEYf82S7MEHttCYxoDbIJCcg9s=
|
||||
SHA1 (Hash-Flatten-1.16.tar.gz) = I9pMet7pTv8sNJQ9EkQy43CKRMk=
|
||||
SHA256 (Hash-Flatten-1.16.tar.gz) = KmMVqbdKG9fctFl6QfSACFsPsQV1ChjRGS/slEb0Tko=
|
||||
SIZE (Hash-Flatten-1.16.tar.gz) = 14896
|
3
devel/p5-Hash-Flatten/pkg/DESCR
Normal file
3
devel/p5-Hash-Flatten/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Converts back and forth between a nested hash structure and a flat hash
|
||||
of delimited key-value pairs. Useful for protocols that only support
|
||||
key-value pairs (such as CGI and DBMs).
|
4
devel/p5-Hash-Flatten/pkg/PLIST
Normal file
4
devel/p5-Hash-Flatten/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/04/12 11:27:29 sthen Exp $
|
||||
${P5SITE}/Hash/
|
||||
${P5SITE}/Hash/Flatten.pm
|
||||
@man man/man3p/Hash::Flatten.3p
|
Loading…
x
Reference in New Issue
Block a user