1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add p5-Lingua-EN-FindNumber 1.2

Lingua::EN::FindNumber provides a regular expression for finding numbers in
English text. It also provides functions for extracting and manipulating such
numbers.

WWW: http://search.cpan.org/dist/Lingua-EN-FindNumber/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-09-30 04:15:13 +00:00
parent 2c48e40f63
commit ab799149dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305066
5 changed files with 40 additions and 0 deletions

View File

@ -558,6 +558,7 @@
SUBDIR += p5-Lingua-Conjunction
SUBDIR += p5-Lingua-EN-AddressParse
SUBDIR += p5-Lingua-EN-Fathom
SUBDIR += p5-Lingua-EN-FindNumber
SUBDIR += p5-Lingua-EN-Gender
SUBDIR += p5-Lingua-EN-Infinitive
SUBDIR += p5-Lingua-EN-Inflect

View File

@ -0,0 +1,25 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Lingua-EN-FindNumber
PORTVERSION= 1.2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Locate (written) numbers in English text
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Lingua-EN-Words2Nums>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Words2Nums
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage
PERL_CONFIGURE= yes
MAN3= Lingua::EN::FindNumber.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Lingua-EN-FindNumber-1.2.tar.gz) = 3a7fa04e8d8989442e4455a8b3e046c8a9687680bcb55a5847921b35784032ed
SIZE (Lingua-EN-FindNumber-1.2.tar.gz) = 2903

View File

@ -0,0 +1,5 @@
Lingua::EN::FindNumber provides a regular expression for finding numbers in
English text. It also provides functions for extracting and manipulating such
numbers.
WWW: http://search.cpan.org/dist/Lingua-EN-FindNumber/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Lingua/EN/FindNumber.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/FindNumber/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/FindNumber
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
@dirrmtry %%SITE_PERL%%/Lingua/EN
@dirrmtry %%SITE_PERL%%/Lingua