pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/p5-Lingua-EN-Numbers-Ordinate Initial import of p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a068f27544c
branches: trunk
changeset: 489317:3a068f27544c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 19 19:53:56 2005 +0000
description:
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.
diffstat:
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(+), 0 deletions(-)
diffs (44 lines):
diff -r fb328bdab513 -r 3a068f27544c misc/p5-Lingua-EN-Numbers-Ordinate/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Lingua-EN-Numbers-Ordinate/DESCR Sat Feb 19 19:53:56 2005 +0000
@@ -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 -r fb328bdab513 -r 3a068f27544c misc/p5-Lingua-EN-Numbers-Ordinate/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Lingua-EN-Numbers-Ordinate/Makefile Sat Feb 19 19:53:56 2005 +0000
@@ -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@localhost
+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 -r fb328bdab513 -r 3a068f27544c misc/p5-Lingua-EN-Numbers-Ordinate/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Lingua-EN-Numbers-Ordinate/PLIST Sat Feb 19 19:53:56 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/19 19:53:56 wiz Exp $
diff -r fb328bdab513 -r 3a068f27544c misc/p5-Lingua-EN-Numbers-Ordinate/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Lingua-EN-Numbers-Ordinate/distinfo Sat Feb 19 19:53:56 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index