1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

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>
This commit is contained in:
Pete Fritchman 2001-12-30 16:21:51 +00:00
parent 5dbf3fedcd
commit 74b85a6e0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52406
6 changed files with 42 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (Lingua-EN-Numbers-Ordinate-0.01.tar.gz) = 049064537f7967ea27ac4fdd7b263f88

View File

@ -0,0 +1 @@
Go from cardinal number (3) to ordinal ("3rd")

View File

@ -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>

View File

@ -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