pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Template-Plugin-ListUtil Importing package fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90ebf1daef3f
branches:  trunk
changeset: 398207:90ebf1daef3f
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Aug 26 19:51:32 2009 +0000

description:
Importing package for p5 module Template::Plugin::ListUtil 0.02

This module provides a selection of handy functions for dealing with lists in
the Template Toolkit. Most of the functions are adapted from those provided
by or documented in List::Util, though note these have been altered in name
and function to work better with the template toolkit.

diffstat:

 devel/p5-Template-Plugin-ListUtil/DESCR            |   4 +++
 devel/p5-Template-Plugin-ListUtil/Makefile         |  28 ++++++++++++++++++++++
 devel/p5-Template-Plugin-ListUtil/distinfo         |   6 ++++
 devel/p5-Template-Plugin-ListUtil/patches/patch-aa |  15 +++++++++++
 4 files changed, 53 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r 1ba6c082b2bc -r 90ebf1daef3f devel/p5-Template-Plugin-ListUtil/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Template-Plugin-ListUtil/DESCR   Wed Aug 26 19:51:32 2009 +0000
@@ -0,0 +1,4 @@
+This module provides a selection of handy functions for dealing with lists in
+the Template Toolkit. Most of the functions are adapted from those provided
+by or documented in List::Util, though note these have been altered in name
+and function to work better with the template toolkit.
diff -r 1ba6c082b2bc -r 90ebf1daef3f devel/p5-Template-Plugin-ListUtil/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Template-Plugin-ListUtil/Makefile        Wed Aug 26 19:51:32 2009 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/26 19:51:32 sno Exp $
+#
+
+DISTNAME=      Template-Plugin-ListUtil-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Template/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Template-Plugin-ListUtil/
+COMMENT=       List::Util functions for TT
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+USE_LANGUAGES=         # empty
+
+DEPENDS+=      {perl>=5.8,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      p5-Template-Plugin-VMethods:../../devel/p5-Template-Plugin-VMethods
+DEPENDS+=      p5-Template-Toolkit>=2.06:../../www/p5-Template-Toolkit
+
+PERL5_PACKLIST=                auto/Template/Plugin/ListUtil/.packlist
+PERL5_MODULE_TYPE=     Module::Build
+
+pre-configure:
+       cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1ba6c082b2bc -r 90ebf1daef3f devel/p5-Template-Plugin-ListUtil/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Template-Plugin-ListUtil/distinfo        Wed Aug 26 19:51:32 2009 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/26 19:51:32 sno Exp $
+
+SHA1 (Template-Plugin-ListUtil-0.02.tar.gz) = 2b8f43a276abd28302e402af98c9b1923fd2e00e
+RMD160 (Template-Plugin-ListUtil-0.02.tar.gz) = 487ec1c02d9dbe956a88c16f34a90fd8a35270db
+Size (Template-Plugin-ListUtil-0.02.tar.gz) = 4987 bytes
+SHA1 (patch-aa) = 00965288c2728af3cd92728d57d1344a7bf96663
diff -r 1ba6c082b2bc -r 90ebf1daef3f devel/p5-Template-Plugin-ListUtil/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Template-Plugin-ListUtil/patches/patch-aa        Wed Aug 26 19:51:32 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/08/26 19:51:32 sno Exp $
+
+# Fix one of warnings reported in RT #48991 'Confusing warnings when
+#     doing "make test"'
+
+--- t/01basic.t.orig   2009-08-25 10:54:13.908232000 +0200
++++ t/01basic.t        2009-08-25 12:47:42.351172000 +0200
+@@ -89,6 +89,7 @@
+ ##########################################################################
+ 
+ use File::Spec::Functions;
++use FindBin;
+ 
+ sub tt
+ {



Home | Main Index | Thread Index | Old Index