pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Parse-CPAN-Meta Adding Parse::CPAN::Meta for ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0040aa68cd7e
branches: trunk
changeset: 555414:0040aa68cd7e
user: sno <sno%pkgsrc.org@localhost>
date: Sun Mar 01 22:09:26 2009 +0000
description:
Adding Parse::CPAN::Meta for later CPAN::Reporter addition to pkgsrc.
Parse::CPAN::Meta is a parser for META.yml files, based on the parser half
of YAML::Tiny.
diffstat:
devel/p5-Parse-CPAN-Meta/DESCR | 12 ++++++++++++
devel/p5-Parse-CPAN-Meta/Makefile | 24 ++++++++++++++++++++++++
devel/p5-Parse-CPAN-Meta/distinfo | 5 +++++
3 files changed, 41 insertions(+), 0 deletions(-)
diffs (53 lines):
diff -r bf6981748c48 -r 0040aa68cd7e devel/p5-Parse-CPAN-Meta/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Parse-CPAN-Meta/DESCR Sun Mar 01 22:09:26 2009 +0000
@@ -0,0 +1,12 @@
+Parse::CPAN::Meta is a parser for META.yml files, based on the parser half
+of YAML::Tiny.
+
+It supports a basic subset of the full YAML specification, enough to implement
+parsing of typical META.yml files, and other similarly simple YAML files.
+
+If you need something with more power, move up to a full YAML parser such as
+YAML, YAML::Syck or YAML::LibYAML.
+
+Parse::CPAN::Meta provides a very simply API of only two functions, based on
+the YAML functions of the same name. Wherever possible, identical calling
+semantics are used.
diff -r bf6981748c48 -r 0040aa68cd7e devel/p5-Parse-CPAN-Meta/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Parse-CPAN-Meta/Makefile Sun Mar 01 22:09:26 2009 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2009/03/01 22:09:26 sno Exp $
+#
+
+DISTNAME= Parse-CPAN-Meta-0.04
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Parse-CPAN-Meta/
+COMMENT= Perl5 module to parse META.yml and other similar CPAN metadata files
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Parse/CPAN/Meta/.packlist
+
+DEPENDS+= {perl>=5.6.0,p5-PathTools>=0.80}:../../devel/p5-PathTools
+BUILD_DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
+BUILD_DEPENDS+= {perl>=5.6.0,p5-ExtUtils-MakeMaker>=0.30}:../../devel/p5-ExtUtils-MakeMaker
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bf6981748c48 -r 0040aa68cd7e devel/p5-Parse-CPAN-Meta/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Parse-CPAN-Meta/distinfo Sun Mar 01 22:09:26 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2009/03/01 22:09:26 sno Exp $
+
+SHA1 (Parse-CPAN-Meta-0.04.tar.gz) = a5be668be6d6d8347b8ef5eb06b5b5c2b003ac91
+RMD160 (Parse-CPAN-Meta-0.04.tar.gz) = d339d0d4b006c9d5d661e5ef6f4893a9734397e0
+Size (Parse-CPAN-Meta-0.04.tar.gz) = 12783 bytes
Home |
Main Index |
Thread Index |
Old Index