Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 May 2016 16:39:34 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415603 - in head/devel: . p5-Data-URIEncode
Message-ID:  <201605211639.u4LGdYrw007283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sat May 21 16:39:34 2016
New Revision: 415603
URL: https://svnweb.freebsd.org/changeset/ports/415603

Log:
  Add devel/p5-Data-URIEncode, a Perl module that allows complex data
  structures to be encoded using flat URIs.
  
  Approved by:	adamw (mentor)
  Differential Revision:	https://reviews.freebsd.org/D6484

Added:
  head/devel/p5-Data-URIEncode/
  head/devel/p5-Data-URIEncode/Makefile   (contents, props changed)
  head/devel/p5-Data-URIEncode/distinfo   (contents, props changed)
  head/devel/p5-Data-URIEncode/pkg-descr   (contents, props changed)
  head/devel/p5-Data-URIEncode/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat May 21 16:10:19 2016	(r415602)
+++ head/devel/Makefile	Sat May 21 16:39:34 2016	(r415603)
@@ -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

Added: head/devel/p5-Data-URIEncode/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-URIEncode/Makefile	Sat May 21 16:39:34 2016	(r415603)
@@ -0,0 +1,21 @@
+# Created by: Ben Woods <woodsb02@FreeBSD.org>
+# $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 <bsd.port.mk>

Added: head/devel/p5-Data-URIEncode/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-URIEncode/distinfo	Sat May 21 16:39:34 2016	(r415603)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1463844556
+SHA256 (Data-URIEncode-0.11.tar.gz) = 51c9efbf8423853616eaa24841e4d1996b2db0036900617fb1dbc76c75a1f360
+SIZE (Data-URIEncode-0.11.tar.gz) = 8867

Added: head/devel/p5-Data-URIEncode/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-URIEncode/pkg-descr	Sat May 21 16:39:34 2016	(r415603)
@@ -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

Added: head/devel/p5-Data-URIEncode/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-URIEncode/pkg-plist	Sat May 21 16:39:34 2016	(r415603)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Data/URIEncode.pm
+%%PERL5_MAN3%%/Data::URIEncode.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605211639.u4LGdYrw007283>