Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (444261513b13b14a5de98ec9923a7a6faf81e58c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (444261513b13b14a5de98ec9923a7a6faf81e58c)
  • Date: Wed, 9 Dec 2015 20:15:26 +0000

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

ChangeLog | 3 +++
libs/jsoncpp/BUILD | 1 +
libs/jsoncpp/DETAILS | 20 ++++++++++++++++++++
libs/jsoncpp/HISTORY | 2 ++
4 files changed, 26 insertions(+)

New commits:
commit 444261513b13b14a5de98ec9923a7a6faf81e58c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

jsoncpp: new spell, A C++ library for interacting with JSON

diff --git a/ChangeLog b/ChangeLog
index 93197f1..fa26b48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-12-09 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/jsoncpp: new spell, A C++ library for interacting with JSON
+
2015-12-09 Treeve Jelbert <treeve AT sourcemage.org>
* xorg-lib/libxfont2: added, moderenised version of libxfont
* kde5-extra/libkgapi: added, API for Google services
diff --git a/libs/jsoncpp/BUILD b/libs/jsoncpp/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/libs/jsoncpp/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/libs/jsoncpp/DETAILS b/libs/jsoncpp/DETAILS
new file mode 100755
index 0000000..683d0ef
--- /dev/null
+++ b/libs/jsoncpp/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=jsoncpp
+ VERSION=0.10.5
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/open-source-parsers/$SPELL/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha512:4997ffac69ce58b103ac74285fac94a81252a9bdfa7d33fd52797914de5bd3cfa713ea0359f4aaf0ebda8112a3b2a377a4e3d1924b534f01f2f6ac8ef804d260
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/open-source-parsers/jsoncpp";
+ LICENSE[0]="MIT"
+ ENTERED=20151209
+ KEYWORDS=""
+ SHORT="A C++ library for interacting with JSON"
+cat << EOF
+JSON is a lightweight data-interchange format. It can represent numbers,
+strings, ordered sequences of values, and collections of name/value pairs.
+
+JsonCpp is a C++ library that allows manipulating JSON values, including
+serialization and deserialization to and from strings. It can also preserve
+existing comment in unserialization/serialization steps, making it a
convenient
+format to store user input files.
+EOF
diff --git a/libs/jsoncpp/HISTORY b/libs/jsoncpp/HISTORY
new file mode 100644
index 0000000..82f456c
--- /dev/null
+++ b/libs/jsoncpp/HISTORY
@@ -0,0 +1,2 @@
+2015-12-09 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (444261513b13b14a5de98ec9923a7a6faf81e58c), Ismael Luceno, 12/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page