pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Lingua-EN-Inflect-Phrase Updating package ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1758f227446
branches:  trunk
changeset: 621022:d1758f227446
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Jul 03 16:48:06 2013 +0000

description:
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)

diffstat:

 textproc/p5-Lingua-EN-Inflect-Phrase/Makefile |  14 ++++++++------
 textproc/p5-Lingua-EN-Inflect-Phrase/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 10 deletions(-)

diffs (46 lines):

diff -r 8e3407b01980 -r d1758f227446 textproc/p5-Lingua-EN-Inflect-Phrase/Makefile
--- a/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile     Wed Jul 03 16:41:50 2013 +0000
+++ b/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile     Wed Jul 03 16:48:06 2013 +0000
@@ -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 @@
 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 -r 8e3407b01980 -r d1758f227446 textproc/p5-Lingua-EN-Inflect-Phrase/distinfo
--- a/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo     Wed Jul 03 16:41:50 2013 +0000
+++ b/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo     Wed Jul 03 16:48:06 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index