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-Skip Import p5-Module-Manifes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/022d16314292
branches:  trunk
changeset: 650918:022d16314292
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Apr 28 12:07:23 2015 +0000

description:
Import p5-Module-Manifest-Skip-0.23 as devel/p5-Module-Manifest-Skip.

NOTE: This module is mostly intended for module packaging frameworks to
share a common, up-to-date MANIFEST.SKIP base. For example,
Module::Install::ManifestSkip, uses this module to get the actual SKIP
content. However this module may be useful for any module author.

CPAN module authors use a MANIFEST.SKIP file to exclude certain well known
files from getting put into a generated MANIFEST file, which would cause
them to go into the final distribution package.

The packaging tools try to automatically skip things for you, but if you
add one of your own entries, you have to add all the common ones
yourself. This module attempts to make all of this boring process as simple
and reliable as possible.

Module::Manifest::Skip can create or update a MANIFEST.SKIP file for
you. You can add your own entries, and it will leave them alone. You can
even tell it to not skip certain entries that it normally skips, although
this is rarely needed.

diffstat:

 devel/p5-Module-Manifest-Skip/DESCR    |  18 ++++++++++++++++++
 devel/p5-Module-Manifest-Skip/Makefile |  17 +++++++++++++++++
 devel/p5-Module-Manifest-Skip/distinfo |   5 +++++
 3 files changed, 40 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 37c90dfcc383 -r 022d16314292 devel/p5-Module-Manifest-Skip/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Manifest-Skip/DESCR       Tue Apr 28 12:07:23 2015 +0000
@@ -0,0 +1,18 @@
+NOTE: This module is mostly intended for module packaging frameworks to
+share a common, up-to-date MANIFEST.SKIP base. For example,
+Module::Install::ManifestSkip, uses this module to get the actual SKIP
+content. However this module may be useful for any module author.
+
+CPAN module authors use a MANIFEST.SKIP file to exclude certain well known
+files from getting put into a generated MANIFEST file, which would cause
+them to go into the final distribution package.
+
+The packaging tools try to automatically skip things for you, but if you
+add one of your own entries, you have to add all the common ones
+yourself. This module attempts to make all of this boring process as simple
+and reliable as possible.
+
+Module::Manifest::Skip can create or update a MANIFEST.SKIP file for
+you. You can add your own entries, and it will leave them alone. You can
+even tell it to not skip certain entries that it normally skips, although
+this is rarely needed.
diff -r 37c90dfcc383 -r 022d16314292 devel/p5-Module-Manifest-Skip/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Manifest-Skip/Makefile    Tue Apr 28 12:07:23 2015 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2015/04/28 12:07:23 mef Exp $
+
+DISTNAME=      Module-Manifest-Skip-0.23
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~ingy/Module-Manifest-Skip/
+COMMENT=       Module::Manifest::Skip - MANIFEST.SKIP Manangement for Modules
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=        auto/Module/Manifest/Skip/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 37c90dfcc383 -r 022d16314292 devel/p5-Module-Manifest-Skip/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Manifest-Skip/distinfo    Tue Apr 28 12:07:23 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/28 12:07:23 mef Exp $
+
+SHA1 (Module-Manifest-Skip-0.23.tar.gz) = d738d335dfb534a13b3eac62b6044f2edb8752cf
+RMD160 (Module-Manifest-Skip-0.23.tar.gz) = 0362a47178aec5058fa1467394b2ab56e0b3d90c
+Size (Module-Manifest-Skip-0.23.tar.gz) = 13569 bytes



Home | Main Index | Thread Index | Old Index