Date: Thu, 7 Nov 2013 07:32:59 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333066 - in head/devel: . p5-Module-Reader Message-ID: <201311070732.rA77WxMX068744@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Thu Nov 7 07:32:58 2013 New Revision: 333066 URL: http://svnweb.freebsd.org/changeset/ports/333066 Log: Reads the content of perl modules the same way perl does. This includes reading modules available only by @INC hooks, or filtered through them. WWW: http://search.cpan.org/dist/Module-Reader/ Added: head/devel/p5-Module-Reader/ head/devel/p5-Module-Reader/Makefile (contents, props changed) head/devel/p5-Module-Reader/distinfo (contents, props changed) head/devel/p5-Module-Reader/pkg-descr (contents, props changed) head/devel/p5-Module-Reader/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 7 06:19:38 2013 (r333065) +++ head/devel/Makefile Thu Nov 7 07:32:58 2013 (r333066) @@ -2302,6 +2302,7 @@ SUBDIR += p5-Module-Pluggable SUBDIR += p5-Module-Pluggable-Fast SUBDIR += p5-Module-Pluggable-Ordered + SUBDIR += p5-Module-Reader SUBDIR += p5-Module-Recursive-Require SUBDIR += p5-Module-Refresh SUBDIR += p5-Module-Release Added: head/devel/p5-Module-Reader/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Reader/Makefile Thu Nov 7 07:32:58 2013 (r333066) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= Module-Reader +PORTVERSION= 0.002000 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to read the source of module like perl does + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/devel/p5-Module-Reader/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Reader/distinfo Thu Nov 7 07:32:58 2013 (r333066) @@ -0,0 +1,2 @@ +SHA256 (Module-Reader-0.002000.tar.gz) = a63fb4c08ddb9f753d5f57a57b34e9b2d5b0c739aa9985232e9395e7a7bbeaf5 +SIZE (Module-Reader-0.002000.tar.gz) = 3973 Added: head/devel/p5-Module-Reader/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Reader/pkg-descr Thu Nov 7 07:32:58 2013 (r333066) @@ -0,0 +1,5 @@ +Reads the content of perl modules the same way perl does. This +includes reading modules available only by @INC hooks, or filtered +through them. + +WWW: http://search.cpan.org/dist/Module-Reader/ Added: head/devel/p5-Module-Reader/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Reader/pkg-plist Thu Nov 7 07:32:58 2013 (r333066) @@ -0,0 +1,5 @@ +%%PERL5_MAN3%%/Module::Reader.3.gz +%%SITE_PERL%%/Module/Reader.pm +%%SITE_PERL%%/mach/auto/Module-Reader/.packlist +@dirrm %%SITE_PERL%%/mach/auto/Module-Reader +@dirrm %%SITE_PERL%%/Module
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311070732.rA77WxMX068744>