diff options
author | sno <sno@pkgsrc.org> | 2010-02-02 19:26:25 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-02 19:26:25 +0000 |
commit | b4ce991a2092e0e7d55a1c5c03113bbc107b3beb (patch) | |
tree | beb0ca90b8380863700154e08541e8e1ed42080d /textproc/p5-Lingua-EN-Inflect | |
parent | 1809e25bfa7095106bafac56c01f73d60baac8a6 (diff) | |
download | pkgsrc-b4ce991a2092e0e7d55a1c5c03113bbc107b3beb.tar.gz |
Updating textproc/p5-Lingua-EN-Inflect from 1.89nb1 to 1.89.1
pkgsrc changes:
- Adding license definition
- Handle build/install etc. using provided Build.pl
Upstream changes:
1.891 Tue Oct 27 09:22:10 2009
- Fixed "yes" -> "yeses" (thanks Rob)
- Fixed "*iz" -> "*izzes" (thanks Rob)
- Fixed A/AN for single letters (thanks Sam)
- Extended o->os exceptions (thanks Sam)
- Fixed "Roman" -> "Romans" (thanks Brent)
- Added WORDLIST functionality (thanks Matthew)
- Fixed "thief" -> "thiefs|thieves" (thanks Michael)
- Fixed "..o" -> "..oes" (thanks Michael)
- Added first cut of 'threshold' option to NUMWORDS (thanks Andrew)
- Numerous fixes (thanks Tom)
- Fixed return value of PL_eq (thanks smylers)
- Handled indefinite article for x-th, Nth etc. (thanks Tom)
- Numerous special-case fixes (thanks Marc)
Diffstat (limited to 'textproc/p5-Lingua-EN-Inflect')
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect/Makefile | 13 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect/distinfo | 8 |
2 files changed, 13 insertions, 8 deletions
diff --git a/textproc/p5-Lingua-EN-Inflect/Makefile b/textproc/p5-Lingua-EN-Inflect/Makefile index 05ef1fe3c27..667b8ea46bd 100644 --- a/textproc/p5-Lingua-EN-Inflect/Makefile +++ b/textproc/p5-Lingua-EN-Inflect/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2008/10/19 19:18:54 he Exp $ +# $NetBSD: Makefile,v 1.9 2010/02/02 19:26:25 sno Exp $ -DISTNAME= Lingua-EN-Inflect-1.89 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +DISTNAME= Lingua-EN-Inflect-1.891 +PKGNAME= p5-${DISTNAME:S/891/89.1/} +#PKGREVISION= 1 SVR4_PKGNAME= p5lei CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Lingua-EN-Inflect/ COMMENT= Perl module for inflection of english words and a/an selection +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir @@ -17,6 +18,10 @@ PKG_DESTDIR_SUPPORT= user-destdir REPLACE_PERL+= demo*.pl PERL5_PACKLIST= auto/Lingua/EN/Inflect/.packlist +PERL5_MODULE_TYPE= Module::Build + +post-extract: + ${MV} ${WRKSRC}/Build.pl ${WRKSRC}/Build.PL .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Lingua-EN-Inflect/distinfo b/textproc/p5-Lingua-EN-Inflect/distinfo index bf35346a84b..3f15427993b 100644 --- a/textproc/p5-Lingua-EN-Inflect/distinfo +++ b/textproc/p5-Lingua-EN-Inflect/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/11/05 05:05:44 obache Exp $ +$NetBSD: distinfo,v 1.3 2010/02/02 19:26:25 sno Exp $ -SHA1 (Lingua-EN-Inflect-1.89.tar.gz) = 09dc8ce532a94534afa8919be1b70550a9a260c0 -RMD160 (Lingua-EN-Inflect-1.89.tar.gz) = 9d825b75ce5b30c21069ccd69b278790b93ba51b -Size (Lingua-EN-Inflect-1.89.tar.gz) = 41069 bytes +SHA1 (Lingua-EN-Inflect-1.891.tar.gz) = 95df60d3c909f524eede6c1931e25940a72f9cb9 +RMD160 (Lingua-EN-Inflect-1.891.tar.gz) = 0ea58d2cb3698d69c8d76b7734bede2fcbaf7a59 +Size (Lingua-EN-Inflect-1.891.tar.gz) = 46324 bytes |