pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pcre Update to 7.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1af2e0235338
branches:  trunk
changeset: 534359:1af2e0235338
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 17 20:49:42 2007 +0000

description:
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:

 devel/pcre/Makefile |  4 ++--
 devel/pcre/PLIST    |  4 +++-
 devel/pcre/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (51 lines):

diff -r d5325635ba67 -r 1af2e0235338 devel/pcre/Makefile
--- a/devel/pcre/Makefile       Wed Oct 17 20:48:45 2007 +0000
+++ b/devel/pcre/Makefile       Wed Oct 17 20:49:42 2007 +0000
@@ -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 -r d5325635ba67 -r 1af2e0235338 devel/pcre/PLIST
--- a/devel/pcre/PLIST  Wed Oct 17 20:48:45 2007 +0000
+++ b/devel/pcre/PLIST  Wed Oct 17 20:49:42 2007 +0000
@@ -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/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/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 -r d5325635ba67 -r 1af2e0235338 devel/pcre/distinfo
--- a/devel/pcre/distinfo       Wed Oct 17 20:48:45 2007 +0000
+++ b/devel/pcre/distinfo       Wed Oct 17 20:49:42 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index