mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +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:
parent
2c48e40f63
commit
ab799149dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305066
@ -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
|
||||
|
25
textproc/p5-Lingua-EN-FindNumber/Makefile
Normal file
25
textproc/p5-Lingua-EN-FindNumber/Makefile
Normal 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>
|
2
textproc/p5-Lingua-EN-FindNumber/distinfo
Normal file
2
textproc/p5-Lingua-EN-FindNumber/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Lingua-EN-FindNumber-1.2.tar.gz) = 3a7fa04e8d8989442e4455a8b3e046c8a9687680bcb55a5847921b35784032ed
|
||||
SIZE (Lingua-EN-FindNumber-1.2.tar.gz) = 2903
|
5
textproc/p5-Lingua-EN-FindNumber/pkg-descr
Normal file
5
textproc/p5-Lingua-EN-FindNumber/pkg-descr
Normal 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/
|
7
textproc/p5-Lingua-EN-FindNumber/pkg-plist
Normal file
7
textproc/p5-Lingua-EN-FindNumber/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user