From 74b85a6e0c37050fde6b34ceb860ee5684761ba4 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Sun, 30 Dec 2001 16:21:51 +0000 Subject: Add p5-Lingua-EN-Numbers-Ordinate 0.01, go from cardinal number (3) to ordinal ("3rd"). PR: 33328 Submitted by: Seamus Venasse --- textproc/Makefile | 1 + textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile | 22 ++++++++++++++++++++++ textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo | 1 + textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-comment | 1 + textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-descr | 8 ++++++++ textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-plist | 9 +++++++++ 6 files changed, 42 insertions(+) create mode 100644 textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile create mode 100644 textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo create mode 100644 textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-comment create mode 100644 textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-descr create mode 100644 textproc/p5-Lingua-EN-Numbers-Ordinate/pkg-plist 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 +# +# $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 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 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 -- cgit v1.2.3