diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-09-30 12:15:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-09-30 12:15:13 +0800 |
commit | 6ea7a3235f1e0ddbacd57abf06b8811de84ce8ef (patch) | |
tree | ba60fa1df2739346364a56a1c8039123cd226b8b | |
parent | 64dc5dd488698584412cb7652bce539c2192ccce (diff) | |
download | freebsd-ports-gnome-6ea7a3235f1e0ddbacd57abf06b8811de84ce8ef.tar.gz freebsd-ports-gnome-6ea7a3235f1e0ddbacd57abf06b8811de84ce8ef.tar.zst freebsd-ports-gnome-6ea7a3235f1e0ddbacd57abf06b8811de84ce8ef.zip |
- 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/
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-FindNumber/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-FindNumber/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-FindNumber/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-FindNumber/pkg-plist | 7 |
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d8a79cdc5f97..312bbd47e61d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-Lingua-EN-FindNumber/Makefile b/textproc/p5-Lingua-EN-FindNumber/Makefile new file mode 100644 index 000000000000..b41470e2b52d --- /dev/null +++ b/textproc/p5-Lingua-EN-FindNumber/Makefile @@ -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> diff --git a/textproc/p5-Lingua-EN-FindNumber/distinfo b/textproc/p5-Lingua-EN-FindNumber/distinfo new file mode 100644 index 000000000000..d9d87a65dafe --- /dev/null +++ b/textproc/p5-Lingua-EN-FindNumber/distinfo @@ -0,0 +1,2 @@ +SHA256 (Lingua-EN-FindNumber-1.2.tar.gz) = 3a7fa04e8d8989442e4455a8b3e046c8a9687680bcb55a5847921b35784032ed +SIZE (Lingua-EN-FindNumber-1.2.tar.gz) = 2903 diff --git a/textproc/p5-Lingua-EN-FindNumber/pkg-descr b/textproc/p5-Lingua-EN-FindNumber/pkg-descr new file mode 100644 index 000000000000..578d58e52d22 --- /dev/null +++ b/textproc/p5-Lingua-EN-FindNumber/pkg-descr @@ -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/ diff --git a/textproc/p5-Lingua-EN-FindNumber/pkg-plist b/textproc/p5-Lingua-EN-FindNumber/pkg-plist new file mode 100644 index 000000000000..c3aed9863b84 --- /dev/null +++ b/textproc/p5-Lingua-EN-FindNumber/pkg-plist @@ -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 |