Skip to Content.
Sympa Menu

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

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 (11ed64654223bd30e75e982346b03a471f11cd65)
  • Date: Tue, 20 Dec 2011 04:05:58 -0600

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

ChangeLog | 3 ++-
libs/serd/DEPENDS | 1 +
libs/serd/HISTORY | 2 +-
libs/sord/BUILD | 1 +
libs/sord/DEPENDS | 3 +++
libs/sord/DETAILS | 19 +++++++++++++++++++
libs/sord/HISTORY | 3 +++
libs/sord/INSTALL | 1 +
8 files changed, 31 insertions(+), 2 deletions(-)

New commits:
commit 11ed64654223bd30e75e982346b03a471f11cd65
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

sord: fix short description (missing ")

commit be2909b445c34b2d50001297277228338665fde6
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

sord: added

commit 88aa8e5ccd83645355d38d1ab4fa724520170fb3
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

serd: forgot DEPENDS with python for waf build

commit 355eb5ba411078d41555c9a168375f5f9b624a7b
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

add an important word to ChangeLog to differ serd from the up-coming
partner, sord

diff --git a/ChangeLog b/ChangeLog
index f9adb7e..a4a5afd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2011-12-20 Thomas Orgis <sobukus AT sourcemage.org>
- * libs/serd: new spell, lightweight C library for RDF
+ * libs/serd: new spell, lightweight C library for RDF syntax
+ * libs/sord: new spell, lightweight C library for RDF storage

2011-12-17 Robin Cook <rcook AT wyrms.net>
* graphics-lib/harfbuzz: new spell, openType text shaping engine
diff --git a/libs/serd/DEPENDS b/libs/serd/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/libs/serd/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/libs/serd/HISTORY b/libs/serd/HISTORY
index f6b7da8..237a1de 100644
--- a/libs/serd/HISTORY
+++ b/libs/serd/HISTORY
@@ -1,3 +1,3 @@
2011-12-20 Thomas Orgis <sobukus AT sourcemage.org>
- * DETAILS, BUILD, INSTALL: spell created
+ * DETAILS, BUILD, INSTALL, DEPENDS: spell created

diff --git a/libs/sord/BUILD b/libs/sord/BUILD
new file mode 100755
index 0000000..1d8ce04
--- /dev/null
+++ b/libs/sord/BUILD
@@ -0,0 +1 @@
+waf_build
diff --git a/libs/sord/DEPENDS b/libs/sord/DEPENDS
new file mode 100755
index 0000000..fde58bc
--- /dev/null
+++ b/libs/sord/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends serd
+
diff --git a/libs/sord/DETAILS b/libs/sord/DETAILS
new file mode 100755
index 0000000..7d1bf52
--- /dev/null
+++ b/libs/sord/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=sord
+ 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/sord/";
+ LICENSE[0]="ISC"
+ ENTERED=20111220
+ KEYWORDS=""
+ SHORT="lightweight C library for storing RDF data in memory"
+cat << EOF
+Sord is a lightweight C library for storing RDF data in memory.
+
+It's a companion to Serd, the RDF syntax lib, by the same author.
+EOF
diff --git a/libs/sord/HISTORY b/libs/sord/HISTORY
new file mode 100644
index 0000000..f6b7da8
--- /dev/null
+++ b/libs/sord/HISTORY
@@ -0,0 +1,3 @@
+2011-12-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: spell created
+
diff --git a/libs/sord/INSTALL b/libs/sord/INSTALL
new file mode 100755
index 0000000..0ea15cc
--- /dev/null
+++ b/libs/sord/INSTALL
@@ -0,0 +1 @@
+waf_install



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

Archive powered by MHonArc 2.6.24.

Top of Page