Add p5-Data-Visitor-Encode 0.10002, perl extension to encode/decode

values in a structure.
This commit is contained in:
Jun Kuriyama 2009-01-23 14:23:27 +00:00
parent 5dcd25a328
commit 0468f0537d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226715
5 changed files with 38 additions and 0 deletions

View file

@ -1166,6 +1166,7 @@
SUBDIR += p5-Data-Util
SUBDIR += p5-Data-Validate
SUBDIR += p5-Data-Visitor
SUBDIR += p5-Data-Visitor-Encode
SUBDIR += p5-Date-Calc
SUBDIR += p5-Date-Calc-Iterator
SUBDIR += p5-Date-DayOfWeek

View file

@ -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>

View file

@ -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

View file

@ -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/

View file

@ -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