summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcube <cube>2010-07-04 17:42:51 +0000
committercube <cube>2010-07-04 17:42:51 +0000
commitb67ebf8d2a9e4c089428c333815b7043fee3e75c (patch)
treea815115245159cb66307825a0e0125e93bf2ea41
parentc26a3ce3ef59128363b9394b06e39d9f1d0046da (diff)
downloadpkgsrc-b67ebf8d2a9e4c089428c333815b7043fee3e75c.tar.gz
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.
-rw-r--r--www/p5-Data-URIEncode/DESCR5
-rw-r--r--www/p5-Data-URIEncode/Makefile18
-rw-r--r--www/p5-Data-URIEncode/distinfo5
3 files changed, 28 insertions, 0 deletions
diff --git a/www/p5-Data-URIEncode/DESCR b/www/p5-Data-URIEncode/DESCR
new file mode 100644
index 00000000000..1cacb3eb8ed
--- /dev/null
+++ b/www/p5-Data-URIEncode/DESCR
@@ -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.
diff --git a/www/p5-Data-URIEncode/Makefile b/www/p5-Data-URIEncode/Makefile
new file mode 100644
index 00000000000..c5367ff6daf
--- /dev/null
+++ b/www/p5-Data-URIEncode/Makefile
@@ -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"
diff --git a/www/p5-Data-URIEncode/distinfo b/www/p5-Data-URIEncode/distinfo
new file mode 100644
index 00000000000..d412a3a4d17
--- /dev/null
+++ b/www/p5-Data-URIEncode/distinfo
@@ -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