diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-01 22:30:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-01 22:30:52 +0000 |
commit | 6996827c55525c0b5bb888a3752cdb0bed059e90 (patch) | |
tree | a5350d3996bb082a60b25a14fb4314d8a5ab7b99 /textproc/p5-Regexp-Common | |
parent | a6889cad672e872f291b23a89d31c3b392f23b39 (diff) | |
download | pkgsrc-6996827c55525c0b5bb888a3752cdb0bed059e90.tar.gz |
Update to 2.119, provided by the maintainer, Dieter Roelants.
WARNINGS:
INCOMPATIBLE CHANGE in version 2.119:
The $N settings for the -keep option of US postal codes
($RE {zip} {US} {-keep}) have been changed. See the
Regexp::Common::zip for details.
2.119 Sat Jan 1 17:57:01 CET 2005
- Changed -keep settings of $RE {zip} {US}.
- Replaced occurrences of '\d' with '[0-9]' in number.pm and net.pm,
because with Unicode more characters than just 0 - 9 will match '\d'.
- Moved part of the tests of t/test_comment.t into different
files in t/comment.
- t/Common.pm now also tests OO and sub versions.
- Fixed regex for J comments.
- $VERSION nit in Regexp::Common::URI::RFC2384
- POD nit in Regexp::Common::_support (Mike Castle)
- POD nit in Regexp::Common::comment.
- 176048 tests in 53 files.
2.118 Wed Dec 15 00:16:09 CET 2004
- Introduced Regexp::Common::_support.
- Disabled the '-prefix' option for Danish zip codes if the Perl
version is older than 5.005_03, as they triggered bugs. 5.005_03
and more recent versions of Perl don't have this problem.
- Fixed the generic OO routines. (They never worked correctly).
- 134191 tests in 49 files.
Set HOMEPAGE while here.
Diffstat (limited to 'textproc/p5-Regexp-Common')
-rw-r--r-- | textproc/p5-Regexp-Common/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Regexp-Common/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Regexp-Common/Makefile b/textproc/p5-Regexp-Common/Makefile index c9a75f70486..e707823acef 100644 --- a/textproc/p5-Regexp-Common/Makefile +++ b/textproc/p5-Regexp-Common/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:09 grant Exp $ +# $NetBSD: Makefile,v 1.4 2005/03/01 22:30:52 wiz Exp $ # -DISTNAME= Regexp-Common-2.117 +DISTNAME= Regexp-Common-2.119 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/} MAINTAINER= dieter.NetBSD@pandora.be +HOMEPAGE= http://search.cpan.org/dist/Regexp-Common/ COMMENT= Provide commonly requested regular expressions PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/textproc/p5-Regexp-Common/distinfo b/textproc/p5-Regexp-Common/distinfo index ad5961f4f75..644df18601b 100644 --- a/textproc/p5-Regexp-Common/distinfo +++ b/textproc/p5-Regexp-Common/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 14:48:45 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/03/01 22:30:52 wiz Exp $ -SHA1 (Regexp-Common-2.117.tar.gz) = 8f77a2189674eeed53b1a9470dd4d8de617f30b9 -RMD160 (Regexp-Common-2.117.tar.gz) = 0b50a83d1d093cf9fd2ceeaf5d12bb24c7e28928 -Size (Regexp-Common-2.117.tar.gz) = 100179 bytes +SHA1 (Regexp-Common-2.119.tar.gz) = ab85a9e65737424b572af3330314a9ce1bdbbe84 +RMD160 (Regexp-Common-2.119.tar.gz) = 5d034f767c2dfece0d05cc94233ed8d7978f4b8a +Size (Regexp-Common-2.119.tar.gz) = 109761 bytes |