Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (56b5a57591a050983576cfd0889230db607d05c0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (56b5a57591a050983576cfd0889230db607d05c0)
  • Date: Tue, 24 Feb 2009 07:20:15 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

mobile/libwbxml/BUILD | 1 +
mobile/libwbxml/DEPENDS | 4 ++++
mobile/libwbxml/DETAILS | 18 ++++++++++++++++++
mobile/libwbxml/HISTORY | 10 ++++++++++
mobile/wbxml2/BUILD | 1 +
mobile/wbxml2/DEPENDS | 4 +---
mobile/wbxml2/DETAILS | 20 +++++---------------
mobile/wbxml2/DOWNLOAD | 1 +
mobile/wbxml2/HISTORY | 6 ++++--
mobile/wbxml2/INSTALL | 1 +
mobile/wbxml2/PRE_BUILD | 9 +--------
mobile/wbxml2/TRIGGERS | 1 +
12 files changed, 48 insertions(+), 28 deletions(-)

New commits:
commit 113006bb25aa96771dbaacda8018de8f62d6ebd1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

deprecate mobile/wbxml2 [replaced by libwbxml]

commit 964ec7e2ca389584025cd597f7289de2e43549bb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mobile/libwbxml - new spell

commit 115833b059e79b309295e672b7f26472efa8b79e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wbxml2: => 0.10.3

diff --git a/mobile/libwbxml/BUILD b/mobile/libwbxml/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/mobile/libwbxml/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/mobile/libwbxml/DEPENDS b/mobile/libwbxml/DEPENDS
new file mode 100755
index 0000000..70835a3
--- /dev/null
+++ b/mobile/libwbxml/DEPENDS
@@ -0,0 +1,4 @@
+depends cmake &&
+depends zlib &&
+depends expat &&
+depends popt
diff --git a/mobile/libwbxml/DETAILS b/mobile/libwbxml/DETAILS
new file mode 100755
index 0000000..494a07f
--- /dev/null
+++ b/mobile/libwbxml/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=libwbxml
+ VERSION=0.10.3
+
SOURCE_HASH=sha512:3cf0105465d1274bf261d3590c03ffdac8d2b226a383c8ede6f4f7bd83141805a10f60b05d27875794d5e7819bd623acb2b0aa7233040eda650a38820fec3dd9
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=https://libwbxml.opensync.org/
+ LICENSE[0]=LGPL
+ ENTERED=20061110
+ SHORT="A WBXML parser and encoder."
+cat << EOF
+The WBXML Library is a C library for handling WBXML (Wireless Binary XML)
+documents. It consists of a WBXML parser (with a SAX-like interface), and a
+generic WBXML encoder. The following languages are supported: WML 1.0, 1.1,
+1.2, 1.3 / WTA 1.0 / WTA-WML 1.2 / CHANNEL 1.1, 1.2 / SI 1.0 / SL 1.0 / CO
+1.0 / PROV 1.0 / EMN 1.0 / DRMREL 1.0 / Ericsson-Nokia OTA Settings v7.0 /
+SYNCML 1.0, 1.1 / Wireless Village CSP 1.1, 1.2.
+EOF
diff --git a/mobile/libwbxml/HISTORY b/mobile/libwbxml/HISTORY
new file mode 100644
index 0000000..ade3aa3
--- /dev/null
+++ b/mobile/libwbxml/HISTORY
@@ -0,0 +1,10 @@
+2009-02-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.10.3
+ rename spell as libwbxml
+ new website, url and tarball name
+ * DEPENDS: add cmake
+ * BUILD: added, use cmake_build
+ * PRE_BUILD: removed
+
+2006-11-10 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/mobile/wbxml2/BUILD b/mobile/wbxml2/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/mobile/wbxml2/BUILD
@@ -0,0 +1 @@
+true
diff --git a/mobile/wbxml2/DEPENDS b/mobile/wbxml2/DEPENDS
index 64a7bc2..248bcfc 100755
--- a/mobile/wbxml2/DEPENDS
+++ b/mobile/wbxml2/DEPENDS
@@ -1,3 +1 @@
-depends zlib &&
-depends expat &&
-depends popt
+depends libwbxml
diff --git a/mobile/wbxml2/DETAILS b/mobile/wbxml2/DETAILS
index 6f71828..de90bc1 100755
--- a/mobile/wbxml2/DETAILS
+++ b/mobile/wbxml2/DETAILS
@@ -1,18 +1,8 @@
SPELL=wbxml2
- VERSION=0.9.2
- SOURCE="$SPELL-$VERSION.tar.gz"
- SOURCE_URL[0]=$SOURCEFORGE_URL/wbxmllib/$SOURCE
-
SOURCE_HASH=sha512:60d6728bb26e4f9f4b9008cfa86e73d48373931d4ca1800d96780df97173e02653302f3a4c2924762de1a4f00bda7d4bd52ccb33c36ba7e1ecf70b27b47dcc61
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
- WEB_SITE=http://libwbxml.aymerick.com/
- LICENSE[0]=LGPL
- ENTERED=20061110
- SHORT="A WBXML parser and encoder."
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-The WBXML Library is a C library for handling WBXML (Wireless Binary XML)
-documents. It consists of a WBXML parser (with a SAX-like interface), and a
-generic WBXML encoder. The following languages are supported: WML 1.0, 1.1,
-1.2, 1.3 / WTA 1.0 / WTA-WML 1.2 / CHANNEL 1.1, 1.2 / SI 1.0 / SL 1.0 / CO
-1.0 / PROV 1.0 / EMN 1.0 / DRMREL 1.0 / Ericsson-Nokia OTA Settings v7.0 /
-SYNCML 1.0, 1.1 / Wireless Village CSP 1.1, 1.2.
+deprecated spell [replaced by libwbxml]
EOF
+
diff --git a/mobile/wbxml2/DOWNLOAD b/mobile/wbxml2/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/mobile/wbxml2/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/mobile/wbxml2/HISTORY b/mobile/wbxml2/HISTORY
index 14acb61..15f53b7 100644
--- a/mobile/wbxml2/HISTORY
+++ b/mobile/wbxml2/HISTORY
@@ -1,2 +1,4 @@
-2006-11-10 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DETAILS, DEPENDS, HISTORY: created spell
+2009-02-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by libwbxml]
diff --git a/mobile/wbxml2/INSTALL b/mobile/wbxml2/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/mobile/wbxml2/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/mobile/wbxml2/PRE_BUILD b/mobile/wbxml2/PRE_BUILD
index 6125cc1..27ba77d 100755
--- a/mobile/wbxml2/PRE_BUILD
+++ b/mobile/wbxml2/PRE_BUILD
@@ -1,8 +1 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-chmod +x bootstrap &&
-sedit "s:\./configure.*:echo\ \"Now\ run\ \./configure\":" bootstrap &&
-./bootstrap &&
-sedit "/^\tcp -Rp doc\/\*.*$/d" Makefile.in &&
-sedit "/^\tcp -Rp doc\/\*.*$/d" Makefile.am
-
+true
diff --git a/mobile/wbxml2/TRIGGERS b/mobile/wbxml2/TRIGGERS
new file mode 100755
index 0000000..176b5f9
--- /dev/null
+++ b/mobile/wbxml2/TRIGGERS
@@ -0,0 +1 @@
+on_cast wbxml2 dispel_self



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (56b5a57591a050983576cfd0889230db607d05c0), Treeve Jelbert, 02/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page