aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-EN-Numbers
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-08 23:52:05 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-08 23:52:05 +0000
commitf966ba94d64c5d9ce75f26741cec2dedcc3bfd0f (patch)
tree5d6419cbebdd7a5cb7e6b11661339d2717002226 /textproc/p5-Lingua-EN-Numbers
parent8d923ffda5263cad8cddcd04ca818b3a2098217b (diff)
downloadports-f966ba94d64c5d9ce75f26741cec2dedcc3bfd0f.tar.gz
ports-f966ba94d64c5d9ce75f26741cec2dedcc3bfd0f.zip
Add p5-Lingua-EN-Numbers 0.01, converts numeric values into their
English string equivalents. PR: 33433 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=60924
Diffstat (limited to 'textproc/p5-Lingua-EN-Numbers')
-rw-r--r--textproc/p5-Lingua-EN-Numbers/Makefile22
-rw-r--r--textproc/p5-Lingua-EN-Numbers/distinfo1
-rw-r--r--textproc/p5-Lingua-EN-Numbers/pkg-comment1
-rw-r--r--textproc/p5-Lingua-EN-Numbers/pkg-descr10
-rw-r--r--textproc/p5-Lingua-EN-Numbers/pkg-plist7
5 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-Numbers/Makefile b/textproc/p5-Lingua-EN-Numbers/Makefile
new file mode 100644
index 000000000000..e0171f142c2c
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Numbers/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Lingua::EN::Numbers
+# Date created: 31 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Lingua-EN-Numbers
+PORTVERSION= 0.01
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Lingua
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Lingua::EN::Numbers.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Lingua-EN-Numbers/distinfo b/textproc/p5-Lingua-EN-Numbers/distinfo
new file mode 100644
index 000000000000..d424e104b07e
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Numbers/distinfo
@@ -0,0 +1 @@
+MD5 (Lingua-EN-Numbers-0.01.tar.gz) = a9b41cdd936707d8ecbc4b116b34f85c
diff --git a/textproc/p5-Lingua-EN-Numbers/pkg-comment b/textproc/p5-Lingua-EN-Numbers/pkg-comment
new file mode 100644
index 000000000000..2d6576ba50b6
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Numbers/pkg-comment
@@ -0,0 +1 @@
+Converts numeric values into their English string equivalents
diff --git a/textproc/p5-Lingua-EN-Numbers/pkg-descr b/textproc/p5-Lingua-EN-Numbers/pkg-descr
new file mode 100644
index 000000000000..b356e80bc93f
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Numbers/pkg-descr
@@ -0,0 +1,10 @@
+Lingua::EN::Numbers converts arbitrary numbers into human-oriented
+English text. Limited support is included for parsing standardly
+formatted numbers (i.e. '3,213.23'). But no attempt has been made
+to handle any complex formats. Support for multiple variants of
+English are supported. Currently only "American" formatting is
+supported.
+
+WWW: http://search.cpan.org/search?dist=Lingua-EN-Numbers
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/textproc/p5-Lingua-EN-Numbers/pkg-plist b/textproc/p5-Lingua-EN-Numbers/pkg-plist
new file mode 100644
index 000000000000..4b118ca69056
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Numbers/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/Numbers.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Numbers/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Numbers
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua 2>/dev/null || true