Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -2050,6 +2050,7 @@ SUBDIR += p5-Data-TreeDumper SUBDIR += p5-Data-TreeDumper-Renderer-GTK SUBDIR += p5-Data-Types + SUBDIR += p5-Data-URIEncode SUBDIR += p5-Data-UUID SUBDIR += p5-Data-Uniqid SUBDIR += p5-Data-Util Index: head/devel/p5-Data-URIEncode/Makefile =================================================================== --- head/devel/p5-Data-URIEncode/Makefile +++ head/devel/p5-Data-URIEncode/Makefile @@ -0,0 +1,21 @@ +# Created by: Ben Woods +# $FreeBSD$ + +PORTNAME= Data-URIEncode +PORTVERSION= 0.11 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= woodsb02@FreeBSD.org +COMMENT= Allow complex data structures to be encoded using flat URIs + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Index: head/devel/p5-Data-URIEncode/distinfo =================================================================== --- head/devel/p5-Data-URIEncode/distinfo +++ head/devel/p5-Data-URIEncode/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1463844556 +SHA256 (Data-URIEncode-0.11.tar.gz) = 51c9efbf8423853616eaa24841e4d1996b2db0036900617fb1dbc76c75a1f360 +SIZE (Data-URIEncode-0.11.tar.gz) = 8867 Index: head/devel/p5-Data-URIEncode/pkg-descr =================================================================== --- head/devel/p5-Data-URIEncode/pkg-descr +++ head/devel/p5-Data-URIEncode/pkg-descr @@ -0,0 +1,7 @@ +Data::URIEncode 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. + +WWW: https://metacpan.org/pod/Data::URIEncode Index: head/devel/p5-Data-URIEncode/pkg-plist =================================================================== --- head/devel/p5-Data-URIEncode/pkg-plist +++ head/devel/p5-Data-URIEncode/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Data/URIEncode.pm +%%PERL5_MAN3%%/Data::URIEncode.3.gz