[Lunar-commits] r15282 - moonbase/trunk/libs/pcre
Florin Braescu
florin at lunar-linux.org
Tue Jun 7 17:18:33 UTC 2005
Author: florin
Date: 2005-06-07 17:18:33 +0000 (Tue, 07 Jun 2005)
New Revision: 15282
Modified:
moonbase/trunk/libs/pcre/BUILD
moonbase/trunk/libs/pcre/DETAILS
Log:
bump the version from 5.0 to 6.0. new components and functionality, reorganized source and a C++ wrapper added.
Modified: moonbase/trunk/libs/pcre/BUILD
===================================================================
--- moonbase/trunk/libs/pcre/BUILD 2005-06-07 15:25:57 UTC (rev 15281)
+++ moonbase/trunk/libs/pcre/BUILD 2005-06-07 17:18:33 UTC (rev 15282)
@@ -1,14 +1,14 @@
(
- ./configure --build=$BUILD \
- --bindir=/bin \
- --sbindir=/sbin \
- --datadir=/usr/share \
- --localstatedir=/var \
- --libdir=/lib \
- --includedir=/usr/include \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --enable-utf8 &&
+ ./configure --build=$BUILD \
+ --bindir=/bin \
+ --sbindir=/sbin \
+ --datadir=/usr/share \
+ --localstatedir=/var \
+ --libdir=/lib \
+ --includedir=/usr/include \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --enable-utf8 &&
default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/libs/pcre/DETAILS
===================================================================
--- moonbase/trunk/libs/pcre/DETAILS 2005-06-07 15:25:57 UTC (rev 15281)
+++ moonbase/trunk/libs/pcre/DETAILS 2005-06-07 17:18:33 UTC (rev 15282)
@@ -1,13 +1,13 @@
MODULE=pcre
- VERSION=5.0
- #VERSION=4.5
+ VERSION=6.0
+ #VERSION=5.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
SOURCE_URL[1]=http://download.sourceforge.net/pcre/
- SOURCE_VFY=sha1:320841e705a5ae86a2df9cfadb387f09a731b88f
+ SOURCE_VFY=sha1:05ddc8877e8a61851121e0a7e93eb6694ee7466a
WEB_SITE=http://www.pcre.org/
ENTERED=20010922
- UPDATED=20040913
+ UPDATED=20050607
SHORT="pcre is the Perl compatible regular expression library."
cat << EOF
More information about the Lunar-commits
mailing list