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)
This commit is contained in:
parent
66a1d8f2b2
commit
ba6a441056
2 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue