From 4ec47ba9728985c104e2e7dfc506219138a693fc Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 19 Feb 2005 19:53:56 +0000 Subject: Initial import of p5-Lingua-EN-Numbers-Ordinate-1.02: 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. --- misc/p5-Lingua-EN-Numbers-Ordinate/DESCR | 3 +++ misc/p5-Lingua-EN-Numbers-Ordinate/Makefile | 20 ++++++++++++++++++++ misc/p5-Lingua-EN-Numbers-Ordinate/PLIST | 1 + misc/p5-Lingua-EN-Numbers-Ordinate/distinfo | 4 ++++ 4 files changed, 28 insertions(+) create mode 100644 misc/p5-Lingua-EN-Numbers-Ordinate/DESCR create mode 100644 misc/p5-Lingua-EN-Numbers-Ordinate/Makefile create mode 100644 misc/p5-Lingua-EN-Numbers-Ordinate/PLIST create mode 100644 misc/p5-Lingua-EN-Numbers-Ordinate/distinfo (limited to 'misc/p5-Lingua-EN-Numbers-Ordinate') diff --git a/misc/p5-Lingua-EN-Numbers-Ordinate/DESCR b/misc/p5-Lingua-EN-Numbers-Ordinate/DESCR new file mode 100644 index 00000000000..c7803156a65 --- /dev/null +++ b/misc/p5-Lingua-EN-Numbers-Ordinate/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/misc/p5-Lingua-EN-Numbers-Ordinate/Makefile b/misc/p5-Lingua-EN-Numbers-Ordinate/Makefile new file mode 100644 index 00000000000..350baf97a06 --- /dev/null +++ b/misc/p5-Lingua-EN-Numbers-Ordinate/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/19 19:53:56 wiz Exp $ +# + +DISTNAME= Lingua-EN-Numbers-Ordinate-1.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Lingua-EN-Numbers-Ordinate/ +COMMENT= Go from cardinal number (3) to ordinal ("3rd") + +#DEPENDS+= p5-Array-Compare-[0-9]*:../../devel/p5-Array-Compare + +USE_BUILDLINK3= yes +USE_LANGUAGES= # empty +PERL5_PACKLIST= ${PERL5_SITEARCH}/Lingua/En/Numbers/Ordinate/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-Lingua-EN-Numbers-Ordinate/PLIST b/misc/p5-Lingua-EN-Numbers-Ordinate/PLIST new file mode 100644 index 00000000000..f4baf7e355d --- /dev/null +++ b/misc/p5-Lingua-EN-Numbers-Ordinate/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/19 19:53:56 wiz Exp $ diff --git a/misc/p5-Lingua-EN-Numbers-Ordinate/distinfo b/misc/p5-Lingua-EN-Numbers-Ordinate/distinfo new file mode 100644 index 00000000000..edc555ec33a --- /dev/null +++ b/misc/p5-Lingua-EN-Numbers-Ordinate/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/19 19:53:56 wiz Exp $ + +SHA1 (Lingua-EN-Numbers-Ordinate-1.02.tar.gz) = c4b24935f3b328055b6aa2cd7d33afe0eb71fb1b +Size (Lingua-EN-Numbers-Ordinate-1.02.tar.gz) = 5564 bytes -- cgit v1.2.3