[SM-Commit] GIT changes to master grimoire by Ismael Luceno (b97be1caeb70639c1a4ca0c8cec1ffb2ac89210b)

Ismael Luceno scm at sourcemage.org
Tue Jan 11 18:35:49 EST 2011


GIT changes to master grimoire by Ismael Luceno <ismael at sourcemage.org>:

 ChangeLog          |    3 +++
 libs/qjson/BUILD   |    1 +
 libs/qjson/DEPENDS |    2 ++
 libs/qjson/DETAILS |   18 ++++++++++++++++++
 libs/qjson/HISTORY |    3 +++
 5 files changed, 27 insertions(+)

New commits:
commit b97be1caeb70639c1a4ca0c8cec1ffb2ac89210b
Author: Ismael Luceno <ismael at sourcemage.org>
Commit: Ismael Luceno <ismael at sourcemage.org>

    qjson: new spell, library that maps JSON data to QVariant objects

diff --git a/ChangeLog b/ChangeLog
index b2da05a..88021ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-01-11 Ismael Luceno <ismael at sourcemage.org>
+	* libs/qjson: new spell, library that maps JSON data to QVariant objects
+
 2011-01-09 Ismael Luceno <ismael at sourcemage.org>
 	* emacs-lisp/identica-mode: new spell, Emacs major mode for identi.ca
 
diff --git a/libs/qjson/BUILD b/libs/qjson/BUILD
new file mode 100755
index 0000000..2113434
--- /dev/null
+++ b/libs/qjson/BUILD
@@ -0,0 +1 @@
+qt4_cmake_build
diff --git a/libs/qjson/DEPENDS b/libs/qjson/DEPENDS
new file mode 100755
index 0000000..55b1180
--- /dev/null
+++ b/libs/qjson/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4 &&
+depends cmake 
diff --git a/libs/qjson/DETAILS b/libs/qjson/DETAILS
new file mode 100755
index 0000000..1d508d5
--- /dev/null
+++ b/libs/qjson/DETAILS
@@ -0,0 +1,18 @@
+           SPELL=qjson
+         VERSION=0.7.1
+          SOURCE="${SPELL}-${VERSION}.tar.bz2"
+   SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
+     SOURCE_HASH=sha512:a3cba247f0a6d2dff38d6ed9ed1da444969faf79fac7979db325b91bcf89eba8a696e1bd072c56aa5bdaef5180f54762e05a0e131d459944499b711f3b04f62b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+        WEB_SITE="http://qjson.sourceforge.net"
+      LICENSE[0]=LGPL
+         ENTERED=20110111
+           SHORT="library that maps JSON data to QVariant objects"
+cat << EOF
+JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
+can represents integer, real number, string, an ordered sequence of value,
+and a collection of name/value pairs.
+
+JSON arrays will be mapped to QVariantList instances, while JSON objects will be
+mapped to QVariantMap.
+EOF
diff --git a/libs/qjson/HISTORY b/libs/qjson/HISTORY
new file mode 100644
index 0000000..a4d3d8c
--- /dev/null
+++ b/libs/qjson/HISTORY
@@ -0,0 +1,3 @@
+2011-01-11 Ismael Luceno <ismael at sourcemage.org>
+	* BUILD, DEPENDS, DETAILS: spell created
+



More information about the SM-Commit mailing list