summaryrefslogtreecommitdiff
path: root/textproc/p5-Number-Format
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-11-05 12:46:52 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-11-05 12:46:52 +0000
commitb324f489eb4991887f749c66603b732eaea38beb (patch)
treecd65aa44c447f984be1a7bd0cf33561e90518363 /textproc/p5-Number-Format
parentUpdate to 1.7. (diff)
Add p5-Number-Format 1.42, perl extension for formatting numbers.
PR: 31760 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=49599
Diffstat (limited to 'textproc/p5-Number-Format')
-rw-r--r--textproc/p5-Number-Format/Makefile22
-rw-r--r--textproc/p5-Number-Format/distinfo1
-rw-r--r--textproc/p5-Number-Format/pkg-comment1
-rw-r--r--textproc/p5-Number-Format/pkg-descr12
-rw-r--r--textproc/p5-Number-Format/pkg-plist5
5 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-Number-Format/Makefile b/textproc/p5-Number-Format/Makefile
new file mode 100644
index 000000000000..28ca76ba3a20
--- /dev/null
+++ b/textproc/p5-Number-Format/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Number::Format
+# Date created: 27 Oct 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Number-Format
+PORTVERSION= 1.42
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Number
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Number::Format.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Number-Format/distinfo b/textproc/p5-Number-Format/distinfo
new file mode 100644
index 000000000000..79e8f0408e25
--- /dev/null
+++ b/textproc/p5-Number-Format/distinfo
@@ -0,0 +1 @@
+MD5 (Number-Format-1.42.tar.gz) = 6c7e7f53d4fedaeef979340f35e9c59b
diff --git a/textproc/p5-Number-Format/pkg-comment b/textproc/p5-Number-Format/pkg-comment
new file mode 100644
index 000000000000..4bc5fce48af9
--- /dev/null
+++ b/textproc/p5-Number-Format/pkg-comment
@@ -0,0 +1 @@
+Perl extension for formatting numbers
diff --git a/textproc/p5-Number-Format/pkg-descr b/textproc/p5-Number-Format/pkg-descr
new file mode 100644
index 000000000000..caf1a1eec9a4
--- /dev/null
+++ b/textproc/p5-Number-Format/pkg-descr
@@ -0,0 +1,12 @@
+Number::Format is a library for formatting numbers. Functions are
+provided for converting numbers to strings in a variety of ways, and to
+convert strings that contain numbers back into numeric form. The output
+formats may include thousands separators - characters inserted between
+each group of three characters counting right to left from the decimal
+point. The characters used for the decimal point and the thousands
+separator come from the locale information or can be specified by the
+user.
+
+WWW: http://www.bayview.com/~wrw/
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/textproc/p5-Number-Format/pkg-plist b/textproc/p5-Number-Format/pkg-plist
new file mode 100644
index 000000000000..c8a967674e32
--- /dev/null
+++ b/textproc/p5-Number-Format/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Number/Format/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Number/Format.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Number/Format
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Number 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Number 2>/dev/null || true