diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-01-23 22:23:27 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-01-23 22:23:27 +0800 |
commit | 2fb7ca11123b935ddd1caf15d6cdd23f869c4dea (patch) | |
tree | 42dd2cb6b2794a1ecbc664afe78e5ac53935af7f /devel/p5-Data-Visitor-Encode | |
parent | f1207437a02e3f4d051b0c5673862413c3cc66cd (diff) | |
download | freebsd-ports-gnome-2fb7ca11123b935ddd1caf15d6cdd23f869c4dea.tar.gz freebsd-ports-gnome-2fb7ca11123b935ddd1caf15d6cdd23f869c4dea.tar.zst freebsd-ports-gnome-2fb7ca11123b935ddd1caf15d6cdd23f869c4dea.zip |
Add p5-Data-Visitor-Encode 0.10002, perl extension to encode/decode
values in a structure.
Diffstat (limited to 'devel/p5-Data-Visitor-Encode')
-rw-r--r-- | devel/p5-Data-Visitor-Encode/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Data-Visitor-Encode/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Data-Visitor-Encode/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Data-Visitor-Encode/pkg-plist | 3 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Data-Visitor-Encode/Makefile b/devel/p5-Data-Visitor-Encode/Makefile new file mode 100644 index 000000000000..12139242425c --- /dev/null +++ b/devel/p5-Data-Visitor-Encode/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Data::Visitor::Encode +# Date created: 23 Jan 2009 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Data-Visitor-Encode +PORTVERSION= 0.10002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to encode/decode values in a structure + +RUN_DEPENDS= \ + p5-Data-Visitor>=0.18:${PORTSDIR}/devel/p5-Data-Visitor +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Data::Visitor::Encode.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Data-Visitor-Encode/distinfo b/devel/p5-Data-Visitor-Encode/distinfo new file mode 100644 index 000000000000..6d89d3c704d0 --- /dev/null +++ b/devel/p5-Data-Visitor-Encode/distinfo @@ -0,0 +1,3 @@ +MD5 (Data-Visitor-Encode-0.10002.tar.gz) = 882e909d3b5cac0254cf981d0064f16d +SHA256 (Data-Visitor-Encode-0.10002.tar.gz) = cceda1c8283f9b665af8473ce37ee974b8d5c1db714ba18d52cdb4506597633c +SIZE (Data-Visitor-Encode-0.10002.tar.gz) = 23581 diff --git a/devel/p5-Data-Visitor-Encode/pkg-descr b/devel/p5-Data-Visitor-Encode/pkg-descr new file mode 100644 index 000000000000..8a051e1f293e --- /dev/null +++ b/devel/p5-Data-Visitor-Encode/pkg-descr @@ -0,0 +1,6 @@ +Data::Visitor::Encode visits each node of a structure, and returns a +new structure with each node's encoding (or similar action). If you +ever wished to do a bulk encode/decode of the contents of a structure, +then this module may help you. + +WWW: http://search.cpan.org/dist/Data-Visitor-Encode/ diff --git a/devel/p5-Data-Visitor-Encode/pkg-plist b/devel/p5-Data-Visitor-Encode/pkg-plist new file mode 100644 index 000000000000..3af4c7e5d506 --- /dev/null +++ b/devel/p5-Data-Visitor-Encode/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Data/Visitor/Encode.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Visitor/Encode/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Visitor/Encode |