From 0a0f45c8439ae49dcbee6e4a9df75fcb02e31c74 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 2 Feb 2009 17:24:11 +0000 Subject: Data::Dumper::Perltidy encapsulates both Data::Dumper and Perl::Tidy to provide a function that stringifies a Perl data structure in a pretty printed format. WWW: http://search.cpan.org/dist/Data-Dumper-Perltidy/ PR: ports/131165 Submitted by: Murilo Opsfelder --- devel/Makefile | 1 + devel/p5-Data-Dumper-Perltidy/Makefile | 23 +++++++++++++++++++++++ devel/p5-Data-Dumper-Perltidy/distinfo | 3 +++ devel/p5-Data-Dumper-Perltidy/pkg-descr | 5 +++++ devel/p5-Data-Dumper-Perltidy/pkg-plist | 7 +++++++ 5 files changed, 39 insertions(+) create mode 100644 devel/p5-Data-Dumper-Perltidy/Makefile create mode 100644 devel/p5-Data-Dumper-Perltidy/distinfo create mode 100644 devel/p5-Data-Dumper-Perltidy/pkg-descr create mode 100644 devel/p5-Data-Dumper-Perltidy/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 809a734c3b99..a165afd8f81d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1136,6 +1136,7 @@ SUBDIR += p5-Data-Dump-Streamer SUBDIR += p5-Data-DumpXML SUBDIR += p5-Data-Dumper + SUBDIR += p5-Data-Dumper-Perltidy SUBDIR += p5-Data-Dumper-Simple SUBDIR += p5-Data-Flow SUBDIR += p5-Data-GUID diff --git a/devel/p5-Data-Dumper-Perltidy/Makefile b/devel/p5-Data-Dumper-Perltidy/Makefile new file mode 100644 index 000000000000..de4bdd999cc7 --- /dev/null +++ b/devel/p5-Data-Dumper-Perltidy/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Data-Dumper-Perltidy +# Date created: 2009-01-30 +# Whom: Murilo Opsfelder +# +# $FreeBSD$ +# + +PORTNAME= Data-Dumper-Perltidy +PORTVERSION= 0.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= mopsfelder@gmail.com +COMMENT= Stringify and pretty print Perl data structures + +RUN_DEPENDS= ${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy + +PERL_CONFIGURE= yes + +MAN3= Data::Dumper::Perltidy.3 + +.include diff --git a/devel/p5-Data-Dumper-Perltidy/distinfo b/devel/p5-Data-Dumper-Perltidy/distinfo new file mode 100644 index 000000000000..9d1fb9e6ddb1 --- /dev/null +++ b/devel/p5-Data-Dumper-Perltidy/distinfo @@ -0,0 +1,3 @@ +MD5 (Data-Dumper-Perltidy-0.01.tar.gz) = 41d5a50c9b5c8ca97f017797dcfea1f9 +SHA256 (Data-Dumper-Perltidy-0.01.tar.gz) = 87a80c0a76d4bef0e3f1116df4ed0d3f118bd755b00b20d46cc26b993dfed315 +SIZE (Data-Dumper-Perltidy-0.01.tar.gz) = 3903 diff --git a/devel/p5-Data-Dumper-Perltidy/pkg-descr b/devel/p5-Data-Dumper-Perltidy/pkg-descr new file mode 100644 index 000000000000..73eedeccde1f --- /dev/null +++ b/devel/p5-Data-Dumper-Perltidy/pkg-descr @@ -0,0 +1,5 @@ +Data::Dumper::Perltidy encapsulates both Data::Dumper and +Perl::Tidy to provide a function that stringifies a Perl +data structure in a pretty printed format. + +WWW: http://search.cpan.org/dist/Data-Dumper-Perltidy/ diff --git a/devel/p5-Data-Dumper-Perltidy/pkg-plist b/devel/p5-Data-Dumper-Perltidy/pkg-plist new file mode 100644 index 000000000000..84b4b92eefbf --- /dev/null +++ b/devel/p5-Data-Dumper-Perltidy/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Data/Dumper/Perltidy.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Dumper/Perltidy/.packlist +@dirrmtry %%SITE_PERL%%/Data/Dumper +@dirrmtry %%SITE_PERL%%/Data +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Dumper/Perltidy +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Dumper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data -- cgit v1.2.3