pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Module-Starter-PBP Initial import of p5-Modul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32f3f05ab9c8
branches:  trunk
changeset: 528162:32f3f05ab9c8
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Apr 22 21:02:25 2007 +0000

description:
Initial import of p5-Module-Starter-PBP version 0.0.3 into The NetBSD
Packages Collection.

The Perl 5 module Module::Starter::PBP implements a simple approach
to creating modules and their support files, based on the
Module::Starter module.

When used as a Module::Starter plugin, this module allows you to
specify a simple directory of templates which are filled in with
module-specific information, and thereafter form the basis of your
new module.

The default templates that this module initially provides are based
on the recommendations in the book "Perl Best Practices" (O'Reilly,
2005).

diffstat:

 devel/p5-Module-Starter-PBP/DESCR    |  12 ++++++++++++
 devel/p5-Module-Starter-PBP/Makefile |  20 ++++++++++++++++++++
 devel/p5-Module-Starter-PBP/PLIST    |   1 +
 devel/p5-Module-Starter-PBP/distinfo |   5 +++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 3b33f9c8cc92 -r 32f3f05ab9c8 devel/p5-Module-Starter-PBP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Starter-PBP/DESCR Sun Apr 22 21:02:25 2007 +0000
@@ -0,0 +1,12 @@
+The Perl 5 module Module::Starter::PBP implements a simple approach
+to creating modules and their support files, based on the
+Module::Starter module.
+
+When used as a Module::Starter plugin, this module allows you to
+specify a simple directory of templates which are filled in with
+module-specific information, and thereafter form the basis of your
+new module.
+
+The default templates that this module initially provides are based
+on the recommendations in the book "Perl Best Practices" (O'Reilly,
+2005).
diff -r 3b33f9c8cc92 -r 32f3f05ab9c8 devel/p5-Module-Starter-PBP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Starter-PBP/Makefile      Sun Apr 22 21:02:25 2007 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:02:25 seb Exp $
+#
+
+DISTNAME=      Module-Starter-PBP-v0.0.3
+PKGNAME=       p5-Module-Starter-PBP-0.0.3
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Module-Starter-PBP/
+COMMENT=       Perl 5 module plugin for Module::Starter module
+
+DEPENDS+=      p5-Module-Starter-[0-9]*:../../devel/p5-Module-Starter
+DEPENDS+=      p5-version-[0-9]*:../../devel/p5-version
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Module/Starter/PBP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3b33f9c8cc92 -r 32f3f05ab9c8 devel/p5-Module-Starter-PBP/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Starter-PBP/PLIST Sun Apr 22 21:02:25 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/22 21:02:25 seb Exp $
diff -r 3b33f9c8cc92 -r 32f3f05ab9c8 devel/p5-Module-Starter-PBP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Starter-PBP/distinfo      Sun Apr 22 21:02:25 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/22 21:02:25 seb Exp $
+
+SHA1 (Module-Starter-PBP-v0.0.3.tar.gz) = c44b2d533acdc7064001b48bb36e1540b285514b
+RMD160 (Module-Starter-PBP-v0.0.3.tar.gz) = f7ad18f3fcea9b7d9d0d4f3eb7435cd673fa7264
+Size (Module-Starter-PBP-v0.0.3.tar.gz) = 8004 bytes



Home | Main Index | Thread Index | Old Index