Update to 8.10:
Release 8.10 25-Jun-2010 ------------------------ There are two major additions: support for (*MARK) and friends, and the option PCRE_UCP, which changes the behaviour of \b, \d, \s, and \w (and their opposites) so that they make use of Unicode properties. There are also a number of lesser new features, and several bugs have been fixed. A new option, --line-buffered, has been added to pcregrep, for use when it is connected to pipes.
This commit is contained in:
parent
47531a59e4
commit
8ac48d625a
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.56 2010/04/13 16:49:42 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.57 2010/08/07 06:26:42 wiz Exp $
|
||||
|
||||
DISTNAME= pcre-8.02
|
||||
DISTNAME= pcre-8.10
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
|
||||
${MASTER_SITE_SOURCEFORGE:=pcre/}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.38 2010/04/13 16:49:43 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.39 2010/08/07 06:26:43 wiz Exp $
|
||||
|
||||
SHA1 (pcre-8.02.tar.bz2) = 2cf2f7f04988813c7ce45c43eb934f3b8b1c3b34
|
||||
RMD160 (pcre-8.02.tar.bz2) = 5a29c3d5e61ea877a6e3ab2b9e70f426c7f34771
|
||||
Size (pcre-8.02.tar.bz2) = 956462 bytes
|
||||
SHA1 (pcre-8.10.tar.bz2) = 8b345da0f835b2caabff071b0b5bab40564652be
|
||||
RMD160 (pcre-8.10.tar.bz2) = 2d54068777d5c7119871b3afdeaf64cfb37d8df2
|
||||
Size (pcre-8.10.tar.bz2) = 964349 bytes
|
||||
SHA1 (patch-aa) = 2bca13cdd4a398ae3dbf26f75fd94557cb076dbe
|
||||
SHA1 (patch-ab) = a51a173c41825effd94c104f3b7eea3e48d019f9
|
||||
|
|
Loading…
Reference in a new issue