Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (51009a48e5415f4911dfd5f34186c9098f90ca0e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (51009a48e5415f4911dfd5f34186c9098f90ca0e)
  • Date: Tue, 20 Dec 2011 03:25:14 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
libs/serd/BUILD | 1 +
libs/serd/DETAILS | 24 ++++++++++++++++++++++++
libs/serd/HISTORY | 3 +++
libs/serd/INSTALL | 1 +
5 files changed, 32 insertions(+)

New commits:
commit 51009a48e5415f4911dfd5f34186c9098f90ca0e
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

serd: spell added

diff --git a/ChangeLog b/ChangeLog
index 4ba15f2..f9adb7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-12-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * libs/serd: new spell, lightweight C library for RDF
+
2011-12-17 Robin Cook <rcook AT wyrms.net>
* graphics-lib/harfbuzz: new spell, openType text shaping engine

diff --git a/libs/serd/BUILD b/libs/serd/BUILD
new file mode 100755
index 0000000..1d8ce04
--- /dev/null
+++ b/libs/serd/BUILD
@@ -0,0 +1 @@
+waf_build
diff --git a/libs/serd/DETAILS b/libs/serd/DETAILS
new file mode 100755
index 0000000..9f1ccd0
--- /dev/null
+++ b/libs/serd/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=serd
+ VERSION=0.5.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE2="$SOURCE.sig"
+ SOURCE_URL=http://download.drobilla.net/${SOURCE}
+ SOURCE2_URL="$SOURCE_URL.sig"
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG=dave_robillard.gpg:$SOURCE2:UPSTREAM_KEY
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://drobilla.net/software/serd/";
+ LICENSE[0]="ISC"
+ ENTERED=20111220
+ KEYWORDS=""
+ SHORT="lightweight C library for RDF syntax which supports
reading and writing Turtle and NTriples"
+cat << EOF
+Serd is a lightweight C library for RDF syntax which supports reading and
+writing Turtle and NTriples.
+
+Serd is not intended to be a swiss-army knife of RDF syntax, but rather
+is suited to resource limited or performance critical applications
+(e.g. converting many gigabytes of NTriples to Turtle), or situations where
+a simple reader/writer with minimal dependencies is ideal (e.g. in LV2
+implementations or embedded applications).
+EOF
diff --git a/libs/serd/HISTORY b/libs/serd/HISTORY
new file mode 100644
index 0000000..f6b7da8
--- /dev/null
+++ b/libs/serd/HISTORY
@@ -0,0 +1,3 @@
+2011-12-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: spell created
+
diff --git a/libs/serd/INSTALL b/libs/serd/INSTALL
new file mode 100755
index 0000000..0ea15cc
--- /dev/null
+++ b/libs/serd/INSTALL
@@ -0,0 +1 @@
+waf_install



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (51009a48e5415f4911dfd5f34186c9098f90ca0e), Thomas Orgis, 12/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page