Skip to Content.
Sympa Menu

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

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 (5c035194452b38517a410801184484ff9b39c0e9)
  • Date: Sun, 3 Oct 2010 07:06:32 -0500

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

libs/mxml/BUILD | 3 +++
libs/mxml/DETAILS | 15 +++++++--------
libs/mxml/HISTORY | 4 ++++
3 files changed, 14 insertions(+), 8 deletions(-)

New commits:
commit 5c035194452b38517a410801184484ff9b39c0e9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mxml: => 2.6

diff --git a/libs/mxml/BUILD b/libs/mxml/BUILD
new file mode 100755
index 0000000..6bf90bf
--- /dev/null
+++ b/libs/mxml/BUILD
@@ -0,0 +1,3 @@
+OPTS="--enable-shared $OPTS" &&
+
+default_build
diff --git a/libs/mxml/DETAILS b/libs/mxml/DETAILS
index d05843a..27cf05d 100755
--- a/libs/mxml/DETAILS
+++ b/libs/mxml/DETAILS
@@ -1,17 +1,16 @@
SPELL=mxml
- VERSION=2.2.2
+ VERSION=2.6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
SOURCE_URL[1]=ftp://ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
SOURCE_URL[2]=ftp://ftp2.easysw.com/pub/$SPELL/$VERSION/$SOURCE
- SOURCE_URL[3]=ftp://ftp3.easysw.com/pub/$SPELL/$VERSION/$SOURCE
-
SOURCE_URL[4]=http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
-
SOURCE_URL[5]=ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:e17f399170b14b1c960b03d436ce419e3a65b535292f5ac0837efa4b2fbbea334d10c1d3fbeb3dc07a05372c40b95fbaba0d8a8028d5d26082bad2883e6b5ab6
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://www.easysw.com/~mike/mxml/
+
SOURCE_URL[3]=http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
+
SOURCE_URL[4]=ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:ca66a18a44ad8b6a204ed2130107c73c746fafd7925fd229fed9ba56f4c1654c5d289c08954eb102941d1b2a0c164c1174e169d472b7867c0cb3d0822616219b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.minixml.org/
LICENSE[0]=LGPL
- SHORT="A small XML parsing library."
+ SHORT="lightweight XML Library"
cat << EOF
Mini-XML is a small XML parsing library that you can use to read XML and
XML-like data files in your application without requiring large non-standard
diff --git a/libs/mxml/HISTORY b/libs/mxml/HISTORY
index 0996c0a..3928b46 100644
--- a/libs/mxml/HISTORY
+++ b/libs/mxml/HISTORY
@@ -1,2 +1,6 @@
+2010-10-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.6; removed broken source url; fixed desc
+ * BUILD: added, to enable building of shared libraries
+
2006-08-07 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5c035194452b38517a410801184484ff9b39c0e9), Vlad Glagolev, 10/03/2010

Archive powered by MHonArc 2.6.24.

Top of Page