Commit graph

13 commits

Author SHA1 Message Date
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
2008-10-19 19:17:40 +00:00
he
f6cace1ae8 Update from version 2.120 to 2.122, discussed with maintainer,
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.)
2008-09-15 13:53:12 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
987d623ce5 Update to 2.120:
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.
2005-11-23 22:14:10 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
6996827c55 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.
2005-03-01 22:30:52 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
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.
2004-12-20 11:30:55 +00:00
wiz
1c9af669b0 Update to 2.117, provided by Dieter Roelants in PR 28558:
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.
2004-12-09 18:20:38 +00:00
minskim
33da8083d0 Import p5-Regexp-Common-2.113 from pkgsrc-wip. Packaged by dieter Roelants
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.
2004-03-04 23:21:15 +00:00