aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-30 16:21:51 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-30 16:21:51 +0000
commit74b85a6e0c37050fde6b34ceb860ee5684761ba4 (patch)
treecfdff6b68db281b7601693d2825840e590d30120
parent5dbf3fedcd2c8d6931a7fe5d991febf966e866f0 (diff)
downloadports-74b85a6e0c37050fde6b34ceb860ee5684761ba4.tar.gz
ports-74b85a6e0c37050fde6b34ceb860ee5684761ba4.zip
Add p5-Lingua-EN-Numbers-Ordinate 0.01, go from cardinal number (3)
to ordinal ("3rd"). PR: 33328 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=52406
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile22
-rw-r--r--textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo1
-rw-r--r--textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-comment1
-rw-r--r--textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-descr8
-rw-r--r--textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-plist9
6 files changed, 42 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index c59651b911d8..f81bd1cab46c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -109,6 +109,7 @@
SUBDIR += p5-HTML-Format
SUBDIR += p5-LJ-SpellCheck
SUBDIR += p5-Lingua-EN-Gender
+ SUBDIR += p5-Lingua-EN-Numbers-Ordinate
SUBDIR += p5-Lingua-Ispell
SUBDIR += p5-MARC
SUBDIR += p5-Number-Format
diff --git a/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile b/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile
new file mode 100644
index 000000000000..f7012a355f70
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Lingua::EN::Numbers::Ordinate
+# Date created: 30 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Lingua-EN-Numbers-Ordinate
+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::Ordinate.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo b/textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo
new file mode 100644
index 000000000000..bb2674261735
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo
@@ -0,0 +1 @@
+MD5 (Lingua-EN-Numbers-Ordinate-0.01.tar.gz) = 049064537f7967ea27ac4fdd7b263f88
diff --git a/textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-comment b/textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-comment
new file mode 100644
index 000000000000..e3ab08df5be7
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-comment
@@ -0,0 +1 @@
+Go from cardinal number (3) to ordinal ("3rd")
diff --git a/textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-descr b/textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-descr
new file mode 100644
index 000000000000..a87667e268e9
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-descr
@@ -0,0 +1,8 @@
+There are two kinds of numbers in English -- cardinals (1,
+2, 3...), and ordinals (1st, 2nd, 3rd...). This library
+provides functions for giving the ordinal form of a number,
+given its cardinal value.
+
+WWW: http://search.cpan.org/search?dist=Lingua-EN-Numbers-Ordinate
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-plist b/textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-plist
new file mode 100644
index 000000000000..580f23e4ea5c
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-plist
@@ -0,0 +1,9 @@
+lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/Numbers/Ordinate.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Numbers/Ordinate/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Numbers/Ordinate
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Numbers 2>/dev/null || true
+@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/Numbers 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