Initial import of www/p5-Data-URIEncode, version 0.11.
This module allows for encoding and decoding complex (multi level datastructures) using native Query String manipulators (such as CGI.pm). It takes complex data and turns it into a flat hashref which can then be turned into a URI query string using URL encoding. It also takes a flat hashref of data passed in and translates it back to a complex structure.
This commit is contained in:
parent
d7920570bf
commit
62b738fe28
3 changed files with 28 additions and 0 deletions
5
www/p5-Data-URIEncode/DESCR
Normal file
5
www/p5-Data-URIEncode/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module allows for encoding and decoding complex (multi level
|
||||
datastructures) using native Query String manipulators (such as CGI.pm).
|
||||
It takes complex data and turns it into a flat hashref which can then be
|
||||
turned into a URI query string using URL encoding. It also takes a flat
|
||||
hashref of data passed in and translates it back to a complex structure.
|
18
www/p5-Data-URIEncode/Makefile
Normal file
18
www/p5-Data-URIEncode/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 17:42:51 cube Exp $
|
||||
|
||||
DISTNAME= Data-URIEncode-0.11
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Data-URIEncode/
|
||||
COMMENT= Allow complex data structures to be encoded using flat URIs
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_PACKLIST= auto/Data/URIEncode/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-Data-URIEncode/distinfo
Normal file
5
www/p5-Data-URIEncode/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/07/04 17:42:51 cube Exp $
|
||||
|
||||
SHA1 (Data-URIEncode-0.11.tar.gz) = 9730450e4177cad7d5f76dc38c97391fcee39a74
|
||||
RMD160 (Data-URIEncode-0.11.tar.gz) = 5b594d8f4e622eee9b14829701e48336776769e7
|
||||
Size (Data-URIEncode-0.11.tar.gz) = 8867 bytes
|
Loading…
Reference in a new issue