pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Module-Manifest Importing package for Perl5 m...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b3211d6cc46f
branches: trunk
changeset: 578960:b3211d6cc46f
user: sno <sno%pkgsrc.org@localhost>
date: Fri Aug 20 06:23:28 2010 +0000
description:
Importing package for Perl5 module Module::Manifest 1.08 into
pkgsrc/devel/p5-Module-Manifest as dependency of scheduled update
of editors/p5-Padre to 0.69.
Module::Manifest is a simple utility module created originally for use in
Module::Inspector.
It can load a MANIFEST file that comes in a Perl distribution tarball,
examine the contents, and perform some simple tasks. It can also load the
MANIFEST.SKIP file and check that.
Granted, the functionality needed to do this is quite simple, but the Perl
distribution MANIFEST specification contains a couple of little
idiosyncracies, such as line comments and space-seperated inline comments.
The use of this module means that any little nigglies are dealt with behind
the scenes, and you can concentrate the main task at hand.
diffstat:
devel/p5-Module-Manifest/DESCR | 13 +++++++++++++
devel/p5-Module-Manifest/Makefile | 24 ++++++++++++++++++++++++
devel/p5-Module-Manifest/distinfo | 5 +++++
3 files changed, 42 insertions(+), 0 deletions(-)
diffs (54 lines):
diff -r 9d0f7547cc16 -r b3211d6cc46f devel/p5-Module-Manifest/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Manifest/DESCR Fri Aug 20 06:23:28 2010 +0000
@@ -0,0 +1,13 @@
+Module::Manifest is a simple utility module created originally for use in
+Module::Inspector.
+
+It can load a MANIFEST file that comes in a Perl distribution tarball,
+examine the contents, and perform some simple tasks. It can also load the
+MANIFEST.SKIP file and check that.
+
+Granted, the functionality needed to do this is quite simple, but the Perl
+distribution MANIFEST specification contains a couple of little
+idiosyncracies, such as line comments and space-seperated inline comments.
+
+The use of this module means that any little nigglies are dealt with behind
+the scenes, and you can concentrate the main task at hand.
diff -r 9d0f7547cc16 -r b3211d6cc46f devel/p5-Module-Manifest/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Manifest/Makefile Fri Aug 20 06:23:28 2010 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/08/20 06:23:28 sno Exp $
+#
+
+DISTNAME= Module-Manifest-1.08
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Module-Manifest/
+COMMENT= Parse and examine a Perl distribution MANIFEST file
+LICENSE= ${PERL5_LICENSE}
+
+BUILD_DEPENDS+= p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
+
+DEPENDS+= p5-Params-Util>=0.10:../../devel/p5-Params-Util
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Module/Manifest/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9d0f7547cc16 -r b3211d6cc46f devel/p5-Module-Manifest/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Manifest/distinfo Fri Aug 20 06:23:28 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/08/20 06:23:28 sno Exp $
+
+SHA1 (Module-Manifest-1.08.tar.gz) = f0bb336ffe10b4b4e7863ea9e2d5d1fc15732c43
+RMD160 (Module-Manifest-1.08.tar.gz) = d67d8f98c9db3ab4e32ee0bdcf7078adbdbedd8d
+Size (Module-Manifest-1.08.tar.gz) = 34905 bytes
Home |
Main Index |
Thread Index |
Old Index