Date: Sat, 16 May 2015 11:48:18 +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: r386520 - in head/devel: . p5-Parse-PMFile Message-ID: <201505161148.t4GBmIvq019958@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Sat May 16 11:48:18 2015 New Revision: 386520 URL: https://svnweb.freebsd.org/changeset/ports/386520 Log: The most of the code of this module is taken from the PAUSE code as of April 2013 almost verbatim. Thus, the heart of this module should be quite stable. However, I made it not to use pipe ("-|") as well as I stripped database-related code. If you encounter any issue, that's most probably because of my modification. This module doesn't provide features to extract a distribution or parse meta files intentionally. WWW: http://search.cpan.org/dist/Parse-PMFile/ Added: head/devel/p5-Parse-PMFile/ head/devel/p5-Parse-PMFile/Makefile (contents, props changed) head/devel/p5-Parse-PMFile/distinfo (contents, props changed) head/devel/p5-Parse-PMFile/pkg-descr (contents, props changed) head/devel/p5-Parse-PMFile/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 16 11:36:49 2015 (r386519) +++ head/devel/Makefile Sat May 16 11:48:18 2015 (r386520) @@ -2686,6 +2686,7 @@ SUBDIR += p5-Parse-ErrorString-Perl SUBDIR += p5-Parse-ExuberantCTags SUBDIR += p5-Parse-Method-Signatures + SUBDIR += p5-Parse-PMFile SUBDIR += p5-Parse-PerlConfig SUBDIR += p5-Parse-Pidl SUBDIR += p5-Parse-PlainConfig Added: head/devel/p5-Parse-PMFile/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Parse-PMFile/Makefile Sat May 16 11:48:18 2015 (r386520) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Parse-PMFile +PORTVERSION= 0.36 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to parses .pm file as PAUSE does + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-ExtUtils-MakeMaker-CPANfile>0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker-CPANfile + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include <bsd.port.mk> Added: head/devel/p5-Parse-PMFile/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Parse-PMFile/distinfo Sat May 16 11:48:18 2015 (r386520) @@ -0,0 +1,2 @@ +SHA256 (Parse-PMFile-0.36.tar.gz) = 3d9fab94625eacc8c757f69152f43e936560e842c08b41496fba9035c66ba473 +SIZE (Parse-PMFile-0.36.tar.gz) = 14798 Added: head/devel/p5-Parse-PMFile/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Parse-PMFile/pkg-descr Sat May 16 11:48:18 2015 (r386520) @@ -0,0 +1,10 @@ +The most of the code of this module is taken from the PAUSE code as of +April 2013 almost verbatim. Thus, the heart of this module should be +quite stable. However, I made it not to use pipe ("-|") as well as I +stripped database-related code. If you encounter any issue, that's +most probably because of my modification. + +This module doesn't provide features to extract a distribution or +parse meta files intentionally. + +WWW: http://search.cpan.org/dist/Parse-PMFile/ Added: head/devel/p5-Parse-PMFile/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Parse-PMFile/pkg-plist Sat May 16 11:48:18 2015 (r386520) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Parse/PMFile.pm +%%PERL5_MAN3%%/Parse::PMFile.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505161148.t4GBmIvq019958>