Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c089f123363b37d110e563b11c45bac98a71ee0b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c089f123363b37d110e563b11c45bac98a71ee0b)
  • Date: Fri, 5 Sep 2008 14:56:19 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

libs/pcre/DETAILS | 12 ++++++------
libs/pcre/HISTORY | 3 +++
2 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 815bbf566e0ab97395bc07e1d666f594f09b878e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pcre: => 7.8

diff --git a/libs/pcre/DETAILS b/libs/pcre/DETAILS
index 5eec3ff..56eaa9c 100755
--- a/libs/pcre/DETAILS
+++ b/libs/pcre/DETAILS
@@ -1,8 +1,8 @@
SPELL=pcre
- VERSION=7.7
+ VERSION=7.8
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.sig
SOURCE2_IGNORE=signature
@@ -13,8 +13,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="perl libs"
SHORT="Perl Compatible Regular Expression library"
cat << EOF
-The PCRE library is a set of functions that implement regular expression
-pattern matching using the same syntax and semantics as Perl 5, with
-just a few differences. The current implementation corresponds to Perl
-5.005. PCRE is used by many programs including Postfix and PHP.
+The PCRE library is a set of functions that implement regular expression
pattern
+matching using the same syntax and semantics as Perl 5, with just a few
+differences. The current implementation corresponds to Perl 5.005. PCRE is
used
+by many programs including Postfix and PHP.
EOF
diff --git a/libs/pcre/HISTORY b/libs/pcre/HISTORY
index 7e223c1..f83e116 100644
--- a/libs/pcre/HISTORY
+++ b/libs/pcre/HISTORY
@@ -1,3 +1,6 @@
+2008-09-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 7.8; quoting paths
+
2008-07-15 Ethan Grammatikidis <eekee57 AT fastmail.fm>
* CONFIGURE: tiny cleanup




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c089f123363b37d110e563b11c45bac98a71ee0b), Vlad Glagolev, 09/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page