Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Changelog:
Version 2013031301 Wed Mar 13 12:03:41 CET 2013
+ Pattern for IPv6 addresses. Requested by Guy Edwards and many others.
RT 50693.
Version 2013031201 Tue Mar 12 15:44:48 CET 2013
+ Allow host/domain names to start with a digit, using
$RE{net}{domain}{-rfc1101}. Requested by Guy Edwards and many others.
RT 23626.
Version 2013031101 Mon Mar 11 21:02:45 CET 2013
+ For integers and decimal numbers (reals), allow the user to specify the
pattern of the signs (leading sign, and for reals, the sign of the exponent).
This gives the user the option to ask for a pattern that matches unsigned
numbers (by specifying the empty string as the pattern).
Requested by "Wilson, Jonathan" <jonathan.wilson@Vanderbilt.Edu>.
Version 2013030901 Sat Mar 9 14:51:42 CET 2013
+ Use (?-1) instead of (??{ }) for the recursive balanced pattern.
This makes the pattern unavailable for pre-5.010 perls.
textproc/p5-Regexp-Common from 2011041701 to 2011121001.
Upstream changes:
Version 2011121001 Sat Dec 10 21:32:49 CET 2011
+ Fixed a few cases where $[ was used instead of $].
(RT 73033 by Father Chrysostomos <sprout@cpan.org>)
+ Typo fix in docs (P Ramakers <pramakers@gmail.com>)
+ Add an explicite 1 to end the main module; otherwise it may fail under Mason
(Luciano Rocha <luciano.rocha@booking.com>)
Changes from previous:
Version 2011041701 Sun Apr 17 14:22:58 CEST 2011
+ Fix documentation (matches should be match). Reported by cogent@cpan.org
in RT ticket 2833.
+ Added patterns for JavaDoc comments. (RT 13174 by chris+rt@chrisdolan.net)
Version 2011041602 Sat Apr 16 17:06:28 CEST 2011
+ Fix typo in repository (avar@cpan.org)
Version 2011041601 Sat Apr 16 16:07:29 CEST 2011
+ Fix bugs 61712 & 6940: $RE {num} {decimal} and $RE {num} {real} no longer
match a single dot.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
pkgsrc changes:
- Adding license definition
Upstream changes:
Version 2010010201 Sat Jan 2 17:45:53 CET 2010
+ Playing the CPANTS game
+ Adjustments for 5.005.
+ Add $VERSION to all submodules (RT #53250)
Version 2009123001 Wed Dec 30 03:58:27 2009 +0100
+ Added Changes file, removed them from README.
+ Remove CVS traces.
+ Modernize Makefile.PL
+ POD tests
+ Work around a Darwin 9.0 on 5.8.8 issue. (RT #43786)
+ Fix POD issues. (RT #34886) (RT #48974)
+ Fail faster on some URI subpatterns (RT #52309)
+ Added many people to the Acknowledgements section.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
should fix PR#39539.
Pkgsrc changes:
o Revert MAINTAINER to pkgsrc-users@ as hinted by maintainer
Upstream changes:
Revision 2.122 2008/05/23 21:30:09 abigail
Changed email address
Revision 2.121 2008/05/23 21:28:01 abigail
Changed license
(License is quadruple, Perl artistic 1&2, BSD & MIT, so should be no problem.)
2.120 Wed Mar 16 01:39:57 CET 2005
- '-base', and '-places' options for $RE {num} {int}. '-group' can
now take arguments for the form 'N,M'.
- New file: t/number/integer.t
- Comments for BML, INTERCAL (JP), and CQL.
- Regexp::Common::SEN nits.
- Many more tests.
- ca. 223k tests in 56 files.
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.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
2.117 Thu Jul 1 12:11:47 CEST 2004
- Fixed problems with squares and 32bit integer Perls.
- Pod nits in Regexp::Common (Jim Cromie)
- $VERSION fix in Regexp::Common::URI::RFCC2384 (Mike Arms)
- Discuss unwanted matching in Regexp::Common::net (Charles Thomas)
- 132238 tests in 48 files.
2.116 Wed Jun 30 11:37:45 CEST 2004
- Restricted recognition of squares to numbers less than
9000000000000000, to avoid problems with round-off errors.
- Fixed an off-by-one error in t/zip/spain.t which caused some
test to fail when they shouldn't.
- 132235 tests in 48 files.
2.115 Wed Jun 9 23:59:13 2004
- Patterns for comments of ABC, Caml, CLU, COBOL, ECMAScript,
Icon, J, JavaScript, Lisp, M, MUMPS.
- Patterns for postal codes of Norway, Italy and Spain.
- Patterns for US SSN.
- New way of doing tests using t::Common, giving more control
to test program.
- Random generators in t::Common.
- Cut down on tests in test_lingua_palindrome.t.
- Fixed bug in t/zip/australia.t could cause an infinite loop.
- 132225 tests in 48 files.
2.114 Sun May 25 21:34:56 2003
- Fix to t/zip/greenland.t to avoid generating valid zipcodes
when testing for failures.
- Fixes to t/URI/gopher.t and t/URI/wais.t to avoid warnings.
- Australian postal codes now accept '0909'. (Ron Savage)
- Added comments for 'C--', 'C#', 'Cg', 'Nickle', 'PL/SQL', 'QML'
and SLIDE.
- Fixed the assignment of the version number to $VERSION in 6 classes.
- 158287 tests in 44 files.
- 134 patterns in 11 classes and 12 subclasses.
and slightly modified by me.
By default, this module exports a single hash (`%RE') that stores or
generates commonly needed regular expressions. Patterns currently
provided include:
* balanced parentheses and brackets
* delimited text (with escapes)
* integers and floating-point numbers in any base (up to 36)
* comments in 44 languages
* offensive language
* lists of any pattern
* IPv4 addresses
* URIs.
* Zip codes.