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.
This commit is contained in:
parent
77ac21aa74
commit
4ec47ba972
4 changed files with 28 additions and 0 deletions
3
misc/p5-Lingua-EN-Numbers-Ordinate/DESCR
Normal file
3
misc/p5-Lingua-EN-Numbers-Ordinate/DESCR
Normal file
|
@ -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.
|
20
misc/p5-Lingua-EN-Numbers-Ordinate/Makefile
Normal file
20
misc/p5-Lingua-EN-Numbers-Ordinate/Makefile
Normal file
|
@ -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"
|
1
misc/p5-Lingua-EN-Numbers-Ordinate/PLIST
Normal file
1
misc/p5-Lingua-EN-Numbers-Ordinate/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/19 19:53:56 wiz Exp $
|
4
misc/p5-Lingua-EN-Numbers-Ordinate/distinfo
Normal file
4
misc/p5-Lingua-EN-Numbers-Ordinate/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue