diff options
author | mjl <mjl@pkgsrc.org> | 2005-12-04 13:29:30 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2005-12-04 13:29:30 +0000 |
commit | ecfea7f52b4d9870f4f8e3ddce1a46cf7ff1a918 (patch) | |
tree | 5a247f33886c5646312b6baf44696189a60781bd /textproc/p5-Number-Format | |
parent | e22fe95fe0e146321c35bad7510c97a4dff81223 (diff) | |
download | pkgsrc-ecfea7f52b4d9870f4f8e3ddce1a46cf7ff1a918.tar.gz |
Initial import of p5-Number-Format 1.45
This module provides an easy means of formatting numbers in a manner
suitable for displaying to the user.
Diffstat (limited to 'textproc/p5-Number-Format')
-rw-r--r-- | textproc/p5-Number-Format/DESCR | 2 | ||||
-rw-r--r-- | textproc/p5-Number-Format/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-Number-Format/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Number-Format/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-Number-Format/DESCR b/textproc/p5-Number-Format/DESCR new file mode 100644 index 00000000000..18f9cbb4bf7 --- /dev/null +++ b/textproc/p5-Number-Format/DESCR @@ -0,0 +1,2 @@ +This module provides an easy means of formatting numbers in a manner +suitable for displaying to the user. diff --git a/textproc/p5-Number-Format/Makefile b/textproc/p5-Number-Format/Makefile new file mode 100644 index 00000000000..12a3e1d9175 --- /dev/null +++ b/textproc/p5-Number-Format/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/12/04 13:29:30 mjl Exp $ +# + +DISTNAME= Number-Format-1.45 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/search?module=Number::Format +COMMENT= Perl extension for formatting numbers + +PERL5_PACKLIST= auto/Number/Format/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Number-Format/PLIST b/textproc/p5-Number-Format/PLIST new file mode 100644 index 00000000000..64c45130d52 --- /dev/null +++ b/textproc/p5-Number-Format/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/04 13:29:30 mjl Exp $ diff --git a/textproc/p5-Number-Format/distinfo b/textproc/p5-Number-Format/distinfo new file mode 100644 index 00000000000..1e0105f91f1 --- /dev/null +++ b/textproc/p5-Number-Format/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/12/04 13:29:30 mjl Exp $ + +SHA1 (Number-Format-1.45.tar.gz) = c3a9c7ff6ab165a9c6e3ad9e4aeec1b2ac393026 +RMD160 (Number-Format-1.45.tar.gz) = 6d5caaddc72182cf249a193e8a2d3ee5ac6f3e73 +Size (Number-Format-1.45.tar.gz) = 14084 bytes |