Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (78358bfb631d674d63893f342a2418f9ce1b2fe3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (78358bfb631d674d63893f342a2418f9ce1b2fe3)
  • Date: Fri, 4 Sep 2009 06:30:01 -0500

GIT changes to master binary grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 4 ++++
bin-http/ontopia/DEPENDS | 1 +
bin-http/ontopia/DETAILS | 16 ++++++++++++++++
bin-http/ontopia/HISTORY | 3 +++
bin-http/ontopia/INSTALL | 4 ++++
bin-http/ontopia/PRE_BUILD | 3 +++
6 files changed, 31 insertions(+)

New commits:
commit 78358bfb631d674d63893f342a2418f9ce1b2fe3
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

bin-http/ontopia: new spell, a set of tools for building applications
driven by Topic Maps

diff --git a/ChangeLog b/ChangeLog
index 0e865e8..827e5d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-04 Ladislav Hagara <hgr AT vabo.cz>
+ * bin-http/ontopia: new spell
+ a set of tools for building applications driven by Topic Maps
+
2009-08-18 Donald Johnson <ltdonny AT gmail.com>
* bin-graphics/blender-bin: moved spell from z-rejected

diff --git a/bin-http/ontopia/BUILD b/bin-http/ontopia/BUILD
new file mode 100755
index 0000000..e69de29
diff --git a/bin-http/ontopia/DEPENDS b/bin-http/ontopia/DEPENDS
new file mode 100755
index 0000000..7d1059e
--- /dev/null
+++ b/bin-http/ontopia/DEPENDS
@@ -0,0 +1 @@
+depends JAVA
diff --git a/bin-http/ontopia/DETAILS b/bin-http/ontopia/DETAILS
new file mode 100755
index 0000000..2529c29
--- /dev/null
+++ b/bin-http/ontopia/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ontopia
+ VERSION=5.0.1b1-20090903
+ SOURCE=$SPELL-$VERSION.zip
+ SOURCE_URL[0]=http://ontopia.googlecode.com/files/$SOURCE
+
SOURCE_HASH=sha512:67b43cd5ca2de95f23a008e419e62f0a960f03150d2f0955f4a667287e58b217e6ca0bca2d58b84ed27c0abfca79836a37cc68197f2b9981a734408cf8d13fbf
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION%-*}"
+ WEB_SITE=http://code.google.com/p/ontopia/
+ LICENSE[0]=APACHE
+ ENTERED=20090904
+ SHORT="a set of tools for building applications driven by Topic
Maps"
+cat << EOF
+Ontopia is a set of tools for building applications driven by Topic Maps,
such
+as Web portals. The main benefit of Topic Maps is that they provide a
flexible
+and expressive data model supporting much better findability than traditional
+solutions, as well as advanced features like automated merging of datasets.
+EOF
diff --git a/bin-http/ontopia/HISTORY b/bin-http/ontopia/HISTORY
new file mode 100644
index 0000000..6883531
--- /dev/null
+++ b/bin-http/ontopia/HISTORY
@@ -0,0 +1,3 @@
+2009-09-04 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created, version
5.0.1b1-20090903
+
diff --git a/bin-http/ontopia/INSTALL b/bin-http/ontopia/INSTALL
new file mode 100755
index 0000000..4179422
--- /dev/null
+++ b/bin-http/ontopia/INSTALL
@@ -0,0 +1,4 @@
+INSTALL_DIR=${INSTALL_ROOT}/opt/ontopia &&
+mkdir -pv ${INSTALL_DIR} &&
+cp -rv ${SOURCE_DIRECTORY}/* ${INSTALL_DIR} &&
+find ${INSTALL_DIR}/ -print0 | xargs -r -0 -n 1 chown ontopia:ontopia
diff --git a/bin-http/ontopia/PRE_BUILD b/bin-http/ontopia/PRE_BUILD
new file mode 100755
index 0000000..9a1ed0d
--- /dev/null
+++ b/bin-http/ontopia/PRE_BUILD
@@ -0,0 +1,3 @@
+create_account ontopia &&
+create_group ontopia &&
+default_pre_build



  • [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (78358bfb631d674d63893f342a2418f9ce1b2fe3), Ladislav Hagara, 09/04/2009

Archive powered by MHonArc 2.6.24.

Top of Page