Skip to Content.
Sympa Menu

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

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 (826831411a1b0c9289dd3bda77cdee4ef4b03df8)
  • Date: Thu, 16 Oct 2008 11:13:57 -0500

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

libs/libxml2/DEPENDS | 8 ++++----
libs/libxml2/DETAILS | 19 ++++++++-----------
libs/libxml2/HISTORY | 4 ++++
libs/libxml2/PRE_SUB_DEPENDS | 5 +++--
libs/libxml2/SUB_DEPENDS | 6 ++++--
5 files changed, 23 insertions(+), 19 deletions(-)

New commits:
commit 826831411a1b0c9289dd3bda77cdee4ef4b03df8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libxml2: => 2.7.2

diff --git a/libs/libxml2/DEPENDS b/libs/libxml2/DEPENDS
index ca21acf..c1f26cf 100755
--- a/libs/libxml2/DEPENDS
+++ b/libs/libxml2/DEPENDS
@@ -1,4 +1,4 @@
-optional_depends python \
- "--with-python" \
- "--without-python" \
- "to build python bindings for libxml2"
+optional_depends python \
+ "--with-python" \
+ "--without-python" \
+ "to build python bindings for libxml2"
diff --git a/libs/libxml2/DETAILS b/libs/libxml2/DETAILS
index fd8bfb9..f14d52d 100755
--- a/libs/libxml2/DETAILS
+++ b/libs/libxml2/DETAILS
@@ -1,22 +1,19 @@
SPELL=libxml2
- VERSION=2.6.32
+ VERSION=2.7.2
SECURITY_PATCH=1
-
SOURCE_HASH=sha512:e568035a45f4518204a81816acc89662587d33b21074dbffab582e6f567e7be39ff8abe150da15bba97f0d1d918a67c178c3398837569b57be2b1d6876039111
+
SOURCE_HASH=sha512:e07ff31580c1e4e1991f3193f6d698eba6609ff09443426e9d8f3baec3c6735302da1a3fc56c28c9c4cb310b8ce1578f4acbecbcc46eeed80d2f646a7d271b2f
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://xmlsoft.org/$SPELL/$SOURCE
-## SOURCE_URL[1]=$GNOME_URL/sources/$SPELL/${VERSION%\.*}/$SOURCE
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=BSD
WEB_SITE=http://xmlsoft.org/
ENTERED=20010922
KEYWORDS="parser gnome xml libs"
SHORT="XML version 2 parser for Gnome"
cat << EOF
-The libXML library allows you to manipulate XML files. It offers SAX or
-DOM tree generation interfaces. It supports XML and HTML (real world
-ones) parsing, flexible DTD validation, XPath, XPointer-XInclude, and
-pull and push modes with FTP and HTTP modules. It's written in C and
-should be fairly portable. The design is modular; most of the extensions
-can be compiled out.
+The libXML library allows you to manipulate XML files. It offers SAX or DOM
tree
+generation interfaces. It supports XML and HTML (real world ones) parsing,
+flexible DTD validation, XPath, XPointer-XInclude, and pull and push modes
with
+FTP and HTTP modules. It's written in C and should be fairly portable. The
+design is modular; most of the extensions can be compiled out.
EOF
diff --git a/libs/libxml2/HISTORY b/libs/libxml2/HISTORY
index 88317e6..edc9a3a 100644
--- a/libs/libxml2/HISTORY
+++ b/libs/libxml2/HISTORY
@@ -1,3 +1,7 @@
+2008-10-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.7.2; quoting paths; cleaned up
+ * [PRE_][SUB_]DEPENDS: cleaned up
+
2008-04-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.6.32

diff --git a/libs/libxml2/PRE_SUB_DEPENDS b/libs/libxml2/PRE_SUB_DEPENDS
index 6b22a9e..c4aacae 100755
--- a/libs/libxml2/PRE_SUB_DEPENDS
+++ b/libs/libxml2/PRE_SUB_DEPENDS
@@ -1,4 +1,5 @@
case $THIS_SUB_DEPENDS in
-python) if is_depends_enabled $SPELL python; then return 0; fi;;
+ python) is_depends_enabled $SPELL python;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
+ return 1;;
esac
-return 1
diff --git a/libs/libxml2/SUB_DEPENDS b/libs/libxml2/SUB_DEPENDS
index 507288c..40877db 100755
--- a/libs/libxml2/SUB_DEPENDS
+++ b/libs/libxml2/SUB_DEPENDS
@@ -1,4 +1,6 @@
case $THIS_SUB_DEPENDS in
-python) echo "python bindings requested, forcing them."; depends python
'--with-python';;
- *) echo "unknown sub-depends!"; return 1;;
+ python) message "python bindings requested, forcing them" &&
+ depends python "--with-python";;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
+ return 1;;
esac



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (826831411a1b0c9289dd3bda77cdee4ef4b03df8), Vlad Glagolev, 10/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page