summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-08-20 06:23:28 +0000
committersno <sno@pkgsrc.org>2010-08-20 06:23:28 +0000
commit6f63b5a5330f46d7fb12f354d845ec322b5da2a3 (patch)
tree8e18e851982440147d844d54fc2d7dc6b5548c63
parente03dcf2c9f2038e37112641784490e1fb6cd3ac0 (diff)
downloadpkgsrc-6f63b5a5330f46d7fb12f354d845ec322b5da2a3.tar.gz
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.
-rw-r--r--devel/p5-Module-Manifest/DESCR13
-rw-r--r--devel/p5-Module-Manifest/Makefile24
-rw-r--r--devel/p5-Module-Manifest/distinfo5
3 files changed, 42 insertions, 0 deletions
diff --git a/devel/p5-Module-Manifest/DESCR b/devel/p5-Module-Manifest/DESCR
new file mode 100644
index 00000000000..6555358d93a
--- /dev/null
+++ b/devel/p5-Module-Manifest/DESCR
@@ -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 --git a/devel/p5-Module-Manifest/Makefile b/devel/p5-Module-Manifest/Makefile
new file mode 100644
index 00000000000..2cffe45f8d4
--- /dev/null
+++ b/devel/p5-Module-Manifest/Makefile
@@ -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
+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 --git a/devel/p5-Module-Manifest/distinfo b/devel/p5-Module-Manifest/distinfo
new file mode 100644
index 00000000000..79f0e15809e
--- /dev/null
+++ b/devel/p5-Module-Manifest/distinfo
@@ -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