diff options
author | sno <sno@pkgsrc.org> | 2013-07-03 16:48:06 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-07-03 16:48:06 +0000 |
commit | fa8c8e31072b4b5865b68ce810a7b41bc03a6d7b (patch) | |
tree | 0535c53332360309fda2d8dbef1c1d10f1a20f29 | |
parent | fa20fd547d9d2bed78f0495d127f0cccbe62ed32 (diff) | |
download | pkgsrc-fa8c8e31072b4b5865b68ce810a7b41bc03a6d7b.tar.gz |
Updating package for CPAN distribution Lingua-EN-Inflect-Phrase in
textproc/p5-Lingua-EN-Inflect-Phrase from 0.10nb2 to 0.18.
pkgsrc changes:
- adjust dependencies
Upstream changes:
0.18 2012-12-27 00:09:43
- fix meta repository info (RT#82274)
0.17 2012-12-25 14:09:56
- fix for ordinal number phrases, 'first release' was singularizing to
'first releases' (RT#82242)
0.16 2012-11-05 02:43:34
- bump up Lingua::EN::Tagger dep again due to unescaped braces in
regexes
0.15 2012-09-27 22:17:00
- fix uninitialized warnings on older perls
0.14 2012-09-24 03:56:10
- add $prefer_nouns config variable, defaulting to 1, which allows the
recognition of phrases such as 'source splits'
- much better number handling, in both number and word form
0.13 2012-08-30 05:30:04
- bump Lingua::EN::Tagger dep to 0.20 due to unescaped braces in regexes
0.12 2012-01-10 22:44:02
- fix "statuses" -> "status"
0.11 2011-12-18 06:25:33
- fix "aliases" and "referral logs" (RT#73242)
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect-Phrase/Makefile | 14 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect-Phrase/distinfo | 8 |
2 files changed, 12 insertions, 10 deletions
diff --git a/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile b/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile index 1e0d253d461..d4891e27507 100644 --- a/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile +++ b/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:09 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/07/03 16:48:06 sno Exp $ # -DISTNAME= Lingua-EN-Inflect-Phrase-0.10 +DISTNAME= Lingua-EN-Inflect-Phrase-0.18 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} @@ -12,11 +11,14 @@ HOMEPAGE= http://search.cpan.org/dist/Lingua-EN-Inflect-Phrase/ COMMENT= Inflect short English Phrases LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Lingua-EN-Inflect>=1.89.1:../../textproc/p5-Lingua-EN-Inflect -DEPENDS+= p5-Lingua-EN-Inflect-Number>=1.1:../../textproc/p5-Lingua-EN-Inflect-Number -DEPENDS+= p5-Lingua-EN-Tagger>=0.15:../../textproc/p5-Lingua-EN-Tagger +DEPENDS+= p5-Lingua-EN-FindNumber-[0-9]*:../../textproc/p5-Lingua-EN-FindNumber +DEPENDS+= p5-Lingua-EN-Inflect-[0-9]*:../../textproc/p5-Lingua-EN-Inflect +DEPENDS+= p5-Lingua-EN-Inflect-Number-[0-9]*:../../textproc/p5-Lingua-EN-Inflect-Number +DEPENDS+= p5-Lingua-EN-Number-IsOrdinal-[0-9]*:../../textproc/p5-Lingua-EN-Number-IsOrdinal +DEPENDS+= p5-Lingua-EN-Tagger-[0-9]*:../../textproc/p5-Lingua-EN-Tagger BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Lingua/EN/Inflect/Phrase/.packlist diff --git a/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo b/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo index 1df16fdcf57..ed9345ac0c6 100644 --- a/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo +++ b/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/11/13 13:07:16 hiramatsu Exp $ +$NetBSD: distinfo,v 1.3 2013/07/03 16:48:06 sno Exp $ -SHA1 (Lingua-EN-Inflect-Phrase-0.10.tar.gz) = 641aaf04bf168fd4ae4a67ff93a32d2e0505352b -RMD160 (Lingua-EN-Inflect-Phrase-0.10.tar.gz) = 225277909d843be6c18c122dba417fb8539ce5ad -Size (Lingua-EN-Inflect-Phrase-0.10.tar.gz) = 29432 bytes +SHA1 (Lingua-EN-Inflect-Phrase-0.18.tar.gz) = 76da8ec3f30c84f56d685c0d88c91c36f61d021d +RMD160 (Lingua-EN-Inflect-Phrase-0.18.tar.gz) = 6572aeb03ad2e4697c9d4b7b6959301a11d1ef42 +Size (Lingua-EN-Inflect-Phrase-0.18.tar.gz) = 15933 bytes |