pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-PPI Initial import of p5-PPI version 1.118 in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67fb548ecd5b
branches:  trunk
changeset: 528166:67fb548ecd5b
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Apr 22 21:04:13 2007 +0000

description:
Initial import of p5-PPI version 1.118 into The NetBSD
Packages Collection.

The purpose of the Perl 5 module PPI is to parse Perl code or more
accurately Perl Documents. Among the things that people might want
a "Perl parser" for you will find taks like documentation, structural
and quality analysis, refactoring, layout and presentation

diffstat:

 devel/p5-PPI/DESCR    |   4 ++++
 devel/p5-PPI/Makefile |  25 +++++++++++++++++++++++++
 devel/p5-PPI/PLIST    |   1 +
 devel/p5-PPI/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 8f6a5ec0818e -r 67fb548ecd5b devel/p5-PPI/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PPI/DESCR        Sun Apr 22 21:04:13 2007 +0000
@@ -0,0 +1,4 @@
+The purpose of the Perl 5 module PPI is to parse Perl code or more
+accurately Perl Documents. Among the things that people might want
+a "Perl parser" for you will find tasks like documentation, structural
+and quality analysis, refactoring, layout and presentation
diff -r 8f6a5ec0818e -r 67fb548ecd5b devel/p5-PPI/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PPI/Makefile     Sun Apr 22 21:04:13 2007 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:04:13 seb Exp $
+#
+
+DISTNAME=      PPI-1.118
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=PPI/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/PPI/
+COMMENT=       Perl 5 module to parse, analyze and manipulate Perl (without perl)
+
+DEPENDS+=      p5-Clone>=0.17:../../devel/p5-Clone
+DEPENDS+=      p5-IO-String>=1.07:../../devel/p5-IO-String
+DEPENDS+=      p5-List-MoreUtils>=0.13:../../devel/p5-List-MoreUtils
+DEPENDS+=      p5-Params-Util>=0.10:../../devel/p5-Params-Util
+
+BUILD_DEPENDS+=        p5-Task-Weaken>=0.06:../../devel/p5-Task-Weaken
+BUILD_DEPENDS+=        p5-Test-Object>=0.06:../../devel/p5-Test-Object
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/PPI/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8f6a5ec0818e -r 67fb548ecd5b devel/p5-PPI/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PPI/PLIST        Sun Apr 22 21:04:13 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/22 21:04:13 seb Exp $
diff -r 8f6a5ec0818e -r 67fb548ecd5b devel/p5-PPI/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PPI/distinfo     Sun Apr 22 21:04:13 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/22 21:04:13 seb Exp $
+
+SHA1 (PPI-1.118.tar.gz) = e7e96432139ca3e5b8f0fdd0069fe023103b15c6
+RMD160 (PPI-1.118.tar.gz) = 92119257228837493fa1deb0ab7597cc09144be5
+Size (PPI-1.118.tar.gz) = 183253 bytes



Home | Main Index | Thread Index | Old Index