diff options
author | mjl <mjl> | 2005-12-04 13:42:10 +0000 |
---|---|---|
committer | mjl <mjl> | 2005-12-04 13:42:10 +0000 |
commit | 0f6d8f560545c3e4c9ef911666e3540033177800 (patch) | |
tree | 183ef3827f8378ade8eaa42d492c4260a48f2788 /textproc | |
parent | 2be411a69600c6442b63f1ea55a5b9f3191a23b4 (diff) | |
download | pkgsrc-0f6d8f560545c3e4c9ef911666e3540033177800.tar.gz |
Initial import of p5-Template-Plugin-Number-Format 1.01
This Module makes the number-munging grooviness of Number::Format
available to your templates. It is used like a plugin, but installs
filters into the current context.
Diffstat (limited to 'textproc')
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-Template-Plugin-Number-Format/DESCR b/textproc/p5-Template-Plugin-Number-Format/DESCR new file mode 100644 index 00000000000..0bd1b0528fb --- /dev/null +++ b/textproc/p5-Template-Plugin-Number-Format/DESCR @@ -0,0 +1,3 @@ +This Module makes the number-munging grooviness of Number::Format +available to your templates. It is used like a plugin, but installs +filters into the current context. diff --git a/textproc/p5-Template-Plugin-Number-Format/Makefile b/textproc/p5-Template-Plugin-Number-Format/Makefile new file mode 100644 index 00000000000..6579baad7ab --- /dev/null +++ b/textproc/p5-Template-Plugin-Number-Format/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/12/04 13:42:10 mjl Exp $ +# + +DISTNAME= Template-Plugin-Number-Format-1.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/search?module=Number::Format +COMMENT= Plugin/filter interface to Number::Format + +DEPENDS+= p5-Template-Toolkit>=2.07:../../www/p5-Template-Toolkit +DEPENDS+= p5-Number-Format-[0-9]*:../../textproc/p5-Number-Format + +PERL5_PACKLIST= auto/Template/Plugin/Number/Format/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Template-Plugin-Number-Format/PLIST b/textproc/p5-Template-Plugin-Number-Format/PLIST new file mode 100644 index 00000000000..4be70cdb897 --- /dev/null +++ b/textproc/p5-Template-Plugin-Number-Format/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/04 13:42:10 mjl Exp $ diff --git a/textproc/p5-Template-Plugin-Number-Format/distinfo b/textproc/p5-Template-Plugin-Number-Format/distinfo new file mode 100644 index 00000000000..7f66a568393 --- /dev/null +++ b/textproc/p5-Template-Plugin-Number-Format/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/12/04 13:42:10 mjl Exp $ + +SHA1 (Template-Plugin-Number-Format-1.01.tar.gz) = b0d324d829c2ea4de464651a106d5d95ef21ffa2 +RMD160 (Template-Plugin-Number-Format-1.01.tar.gz) = 67f4d7c155ad9dc7d1a0d7ce68bbd69b3eae72c2 +Size (Template-Plugin-Number-Format-1.01.tar.gz) = 3801 bytes |