Date: Sun, 6 Jul 2014 18:51:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360980 - head/devel/p5-File-Slurp-Tree Message-ID: <201407061851.s66IpC0T058856@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jul 6 18:51:11 2014 New Revision: 360980 URL: http://svnweb.freebsd.org/changeset/ports/360980 QAT: https://qat.redports.org/buildarchive/r360980/ Log: - Add LICENSE - Sort PLIST - Reformat pkg-descr Modified: head/devel/p5-File-Slurp-Tree/Makefile head/devel/p5-File-Slurp-Tree/pkg-descr head/devel/p5-File-Slurp-Tree/pkg-plist Modified: head/devel/p5-File-Slurp-Tree/Makefile ============================================================================== --- head/devel/p5-File-Slurp-Tree/Makefile Sun Jul 6 18:51:06 2014 (r360979) +++ head/devel/p5-File-Slurp-Tree/Makefile Sun Jul 6 18:51:11 2014 (r360980) @@ -10,11 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Slurp and emit file trees as nested hashes +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> Modified: head/devel/p5-File-Slurp-Tree/pkg-descr ============================================================================== --- head/devel/p5-File-Slurp-Tree/pkg-descr Sun Jul 6 18:51:06 2014 (r360979) +++ head/devel/p5-File-Slurp-Tree/pkg-descr Sun Jul 6 18:51:11 2014 (r360980) @@ -1,5 +1,5 @@ -File::Slurp::Tree provides functions for slurping and emitting trees -of files and directories. +File::Slurp::Tree provides functions for slurping and emitting trees of files +and directories. # an example of use in a test suite use Test::More tests => 1; @@ -7,8 +7,8 @@ of files and directories. is_deeply( slurp_tree( "t/some_path" ), { foo => {}, bar => "sample\n" }, "some_path contains a directory called foo, and a file bar" ); -The tree data structure is a hash of hashes. The keys of each hash are -names of directories or files. Directories have hash references as -their value, files have a scalar which holds the contents of the file. +The tree data structure is a hash of hashes. The keys of each hash are names of +directories or files. Directories have hash references as their value, files +have a scalar which holds the contents of the file. WWW: http://search.cpan.org/dist/File-Slurp-Tree/ Modified: head/devel/p5-File-Slurp-Tree/pkg-plist ============================================================================== --- head/devel/p5-File-Slurp-Tree/pkg-plist Sun Jul 6 18:51:06 2014 (r360979) +++ head/devel/p5-File-Slurp-Tree/pkg-plist Sun Jul 6 18:51:11 2014 (r360980) @@ -1,7 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp/Tree/.packlist %%SITE_PERL%%/File/Slurp/Tree.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp/Tree/.packlist %%PERL5_MAN3%%/File::Slurp::Tree.3.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp/Tree +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp/Tree @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File @dirrmtry %%SITE_PERL%%/File/Slurp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407061851.s66IpC0T058856>