pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-ModuleMaker-TT Importing package for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d375b11cf978
branches:  trunk
changeset: 394754:d375b11cf978
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Jun 14 23:01:55 2009 +0000

description:
Importing package for p5 module ExtUtils::ModuleMaker::TT 0.93

This module extends ExtUtils::ModuleMaker to use Template Toolkit 2 (TT2)
to build skeleton files for a new module. Templates may either be default
templates supplied within the module or user-customized templates in a
directory specified with the TEMPLATE_DIR parameter.

diffstat:

 devel/p5-ExtUtils-ModuleMaker-TT/DESCR    |   4 ++++
 devel/p5-ExtUtils-ModuleMaker-TT/Makefile |  29 +++++++++++++++++++++++++++++
 devel/p5-ExtUtils-ModuleMaker-TT/distinfo |   5 +++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 3092c4d24685 -r d375b11cf978 devel/p5-ExtUtils-ModuleMaker-TT/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-ModuleMaker-TT/DESCR    Sun Jun 14 23:01:55 2009 +0000
@@ -0,0 +1,4 @@
+This module extends ExtUtils::ModuleMaker to use Template Toolkit 2 (TT2)
+to build skeleton files for a new module. Templates may either be default
+templates supplied within the module or user-customized templates in a
+directory specified with the TEMPLATE_DIR parameter.
diff -r 3092c4d24685 -r d375b11cf978 devel/p5-ExtUtils-ModuleMaker-TT/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-ModuleMaker-TT/Makefile Sun Jun 14 23:01:55 2009 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/06/14 23:01:55 sno Exp $
+#
+
+DISTNAME=      ExtUtils-ModuleMaker-TT-0.93
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/ExtUtils-ModuleMaker-TT/
+COMMENT=       Makes skeleton modules with Template Toolkit templates
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-Config-Find>=0.22:../../devel/p5-Config-Find
+DEPENDS+=      p5-Config-General>=2.29:../../devel/p5-Config-General
+DEPENDS+=      p5-ExtUtils-ModuleMaker>=0.46:../../devel/p5-ExtUtils-ModuleMaker
+DEPENDS+=      p5-File-pushd>=0.32:../../devel/p5-File-pushd
+DEPENDS+=      p5-Path-Class>=0.15:../../devel/p5-Path-Class
+DEPENDS+=      p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl
+DEPENDS+=      p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
+
+PERL5_PACKLIST=                auto/ExtUtils/ModuleMaker/TT/.packlist
+PERL5_BUILD_TYPE=      Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3092c4d24685 -r d375b11cf978 devel/p5-ExtUtils-ModuleMaker-TT/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-ModuleMaker-TT/distinfo Sun Jun 14 23:01:55 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/06/14 23:01:55 sno Exp $
+
+SHA1 (ExtUtils-ModuleMaker-TT-0.93.tar.gz) = f3a18f9ad3f128627aab9702420f98de1af7bb81
+RMD160 (ExtUtils-ModuleMaker-TT-0.93.tar.gz) = b2dd607d154f127c57e837277c14e0d43f2b699a
+Size (ExtUtils-ModuleMaker-TT-0.93.tar.gz) = 26256 bytes



Home | Main Index | Thread Index | Old Index