diff options
author | wiz <wiz@pkgsrc.org> | 2007-10-17 20:49:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-10-17 20:49:42 +0000 |
commit | a65e842f0d6d681be6d7d0fe7ac0f557cd96cf67 (patch) | |
tree | 16093ef24a570d9fad8dc6cadd1dca4c5c16f60b /devel/pcre | |
parent | db273225ab8b77f2583d839eb444d72bca159406 (diff) | |
download | pkgsrc-a65e842f0d6d681be6d7d0fe7ac0f557cd96cf67.tar.gz |
Update to 7.4:
Release 7.4 21-Sep-07
---------------------
The only change of specification is the addition of options to control whether
\R matches any Unicode line ending (the default) or just CR, LF, and CRLF.
Otherwise, the changes are bug fixes and a refactoring to reduce the number of
relocations needed in a shared library. There have also been some documentation
updates, in particular, some more information about using CMake to build PCRE
has been added to the NON-UNIX-USE file.
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 4 | ||||
-rw-r--r-- | devel/pcre/PLIST | 4 | ||||
-rw-r--r-- | devel/pcre/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 53285f0798f..ec522fbb852 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2007/09/09 16:57:16 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2007/10/17 20:49:42 wiz Exp $ -DISTNAME= pcre-7.3 +DISTNAME= pcre-7.4 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/pcre/PLIST b/devel/pcre/PLIST index aacf7a45ea9..e49b38c6a40 100644 --- a/devel/pcre/PLIST +++ b/devel/pcre/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2007/05/03 12:27:54 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2007/10/17 20:49:42 wiz Exp $ bin/pcre-config bin/pcregrep bin/pcretest @@ -50,6 +50,7 @@ man/man3/pcreposix.3 man/man3/pcreprecompile.3 man/man3/pcresample.3 man/man3/pcrestack.3 +man/man3/pcresyntax.3 share/doc/pcre/AUTHORS share/doc/pcre/COPYING share/doc/pcre/ChangeLog @@ -93,6 +94,7 @@ share/doc/pcre/html/pcreposix.html share/doc/pcre/html/pcreprecompile.html share/doc/pcre/html/pcresample.html share/doc/pcre/html/pcrestack.html +share/doc/pcre/html/pcresyntax.html share/doc/pcre/html/pcretest.html share/doc/pcre/pcre-config.txt share/doc/pcre/pcre.txt diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index 0bb566a4ecb..4da38582d87 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2007/08/29 21:02:46 wiz Exp $ +$NetBSD: distinfo,v 1.28 2007/10/17 20:49:42 wiz Exp $ -SHA1 (pcre-7.3.tar.bz2) = a9867a2c9980005aed07be022f07a61eb4135780 -RMD160 (pcre-7.3.tar.bz2) = a4f2293cfe1a56a518f025a7a088ea772a2a0b51 -Size (pcre-7.3.tar.bz2) = 764859 bytes +SHA1 (pcre-7.4.tar.bz2) = 2092ff639da7694b47056f3f9abed285d4a840b3 +RMD160 (pcre-7.4.tar.bz2) = 42bc33e5592c23c7eb337f8fcfab77fb290aed61 +Size (pcre-7.4.tar.bz2) = 783044 bytes SHA1 (patch-aa) = 2bca13cdd4a398ae3dbf26f75fd94557cb076dbe |