pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Module-Install-ManifestSkip Import p5-Module-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e9cc9175640
branches:  trunk
changeset: 650870:6e9cc9175640
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Apr 27 13:54:40 2015 +0000

description:
Import p5-Module-Install-ManifestSkip-0.24 as devel/p5-Module-Install-ManifestSkip.

This module generates a MANIFEST.SKIP file for you (using
Module::Manifest::Skip) that contains the common files that people do not
want in their MANIFEST files. The SKIP file is generated each time that you
(the module author) run Makefile.PL.

You can add your own custom entries at the top of the MANIFEST file. Just
put a blank line after your entries, and they will be left alone.

This module also adds 'MANIFEST' to the clean_files() list so that make
clean will remove your MANIFEST.

diffstat:

 devel/p5-Module-Install-ManifestSkip/DESCR    |  10 ++++++++++
 devel/p5-Module-Install-ManifestSkip/Makefile |  17 +++++++++++++++++
 devel/p5-Module-Install-ManifestSkip/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 8aa31bc93c87 -r 6e9cc9175640 devel/p5-Module-Install-ManifestSkip/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Install-ManifestSkip/DESCR        Mon Apr 27 13:54:40 2015 +0000
@@ -0,0 +1,10 @@
+This module generates a MANIFEST.SKIP file for you (using
+Module::Manifest::Skip) that contains the common files that people do not
+want in their MANIFEST files. The SKIP file is generated each time that you
+(the module author) run Makefile.PL.
+
+You can add your own custom entries at the top of the MANIFEST file. Just
+put a blank line after your entries, and they will be left alone.
+
+This module also adds 'MANIFEST' to the clean_files() list so that make
+clean will remove your MANIFEST.
diff -r 8aa31bc93c87 -r 6e9cc9175640 devel/p5-Module-Install-ManifestSkip/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Install-ManifestSkip/Makefile     Mon Apr 27 13:54:40 2015 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2015/04/27 13:54:40 mef Exp $
+
+DISTNAME=      Module-Install-ManifestSkip-0.24
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Module-Install-ManifestSkip/
+COMMENT=       Module::Install::ManifestSkip - Generate a MANIFEST.SKIP file
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=        auto/Module/Install/ManifestSkip/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8aa31bc93c87 -r 6e9cc9175640 devel/p5-Module-Install-ManifestSkip/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Install-ManifestSkip/distinfo     Mon Apr 27 13:54:40 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/27 13:54:40 mef Exp $
+
+SHA1 (Module-Install-ManifestSkip-0.24.tar.gz) = bdab1b81fe5042736ffe79338460872f51fe1f48
+RMD160 (Module-Install-ManifestSkip-0.24.tar.gz) = ecbcaa759e4fc904df62324ac24ca3a7d963a3f0
+Size (Module-Install-ManifestSkip-0.24.tar.gz) = 11409 bytes



Home | Main Index | Thread Index | Old Index