1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add p5-Number-Spell 0.04, perl extension for spelling out numbers.

PR:		ports/109382
Submitted by:	chinsan
This commit is contained in:
Rong-En Fan 2007-02-21 14:48:14 +00:00
parent c6b2d300e2
commit 9d5ce3f1d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185629
5 changed files with 41 additions and 0 deletions

View File

@ -402,6 +402,7 @@
SUBDIR += p5-MathML-Entities
SUBDIR += p5-NetAddr-IP-Find
SUBDIR += p5-Number-Format
SUBDIR += p5-Number-Spell
SUBDIR += p5-PDF-API2
SUBDIR += p5-PDF-Create
SUBDIR += p5-PDF-FromHTML

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Number-Spell
# Date created: 2007/02/14
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Number-Spell
PORTVERSION= 0.04
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Number
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Perl extension for spelling out numbers
PERL_CONFIGURE= yes
MAN3= Number::Spell.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Number-Spell-0.04.tar.gz) = e30521cc7ff7677428794f46aaa37a57
SHA256 (Number-Spell-0.04.tar.gz) = 25a642409b9ebc1500a96d164a0b4df98b72d30dbb5089665253f45858546906
SIZE (Number-Spell-0.04.tar.gz) = 3426

View File

@ -0,0 +1,7 @@
Number::Spell provides functionality for spelling out numbers. Currently
only integers are supported.
By default Number::Spell does American formatting, but can be configured to
do European formatting by calling it with the "Format => 'eu'" option.
WWW: http://search.cpan.org/dist/Number-Spell/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Spell/.packlist
%%SITE_PERL%%/Number/Spell.pm
%%SITE_PERL%%/auto/Number/Spell/autosplit.ix
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Spell
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number
@dirrmtry %%SITE_PERL%%/auto/Number/Spell
@dirrmtry %%SITE_PERL%%/auto/Number
@dirrmtry %%SITE_PERL%%/Number