summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2009-09-04 13:29:33 +0200
committerLadislav Hagara2009-09-04 13:29:33 +0200
commit78358bfb631d674d63893f342a2418f9ce1b2fe3 (patch)
tree49ba0dda8f918bc26e34d570f85208a93f172676
parent986d6d7731c79d53ca85d5528fe83601e4322449 (diff)
bin-http/ontopia: new spell, a set of tools for building applications
driven by Topic Maps
-rw-r--r--ChangeLog4
-rwxr-xr-xbin-http/ontopia/BUILD0
-rwxr-xr-xbin-http/ontopia/DEPENDS1
-rwxr-xr-xbin-http/ontopia/DETAILS16
-rw-r--r--bin-http/ontopia/HISTORY3
-rwxr-xr-xbin-http/ontopia/INSTALL4
-rwxr-xr-xbin-http/ontopia/PRE_BUILD3
7 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e865e8..827e5d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-04 Ladislav Hagara <hgr@vabo.cz>
+ * bin-http/ontopia: new spell
+ a set of tools for building applications driven by Topic Maps
+
2009-08-18 Donald Johnson <ltdonny@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
--- /dev/null
+++ b/bin-http/ontopia/BUILD
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@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