summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin-http/ontopia/DETAILS2
-rw-r--r--bin-http/ontopia/HISTORY5
-rwxr-xr-xbin-http/ontopia/INSTALL1
3 files changed, 8 insertions, 0 deletions
diff --git a/bin-http/ontopia/DETAILS b/bin-http/ontopia/DETAILS
index 06d973a..82b3ba9 100755
--- a/bin-http/ontopia/DETAILS
+++ b/bin-http/ontopia/DETAILS
@@ -1,11 +1,13 @@
SPELL=ontopia
VERSION=5.1.0-20100628
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.zip
SOURCE_URL[0]=http://ontopia.googlecode.com/files/$SOURCE
SOURCE_HASH=sha512:f7cc3d1b208b755dceb1714c1dffc1e0364e837dcc94baa69227a7b6db078bd214148fde0f9af5b4d090a32ad74a9a8fd2f78bda4dbc51bea21223649031020e
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION%-*}"
WEB_SITE=http://code.google.com/p/ontopia/
LICENSE[0]=APACHE
+ ARCHIVE="off"
ENTERED=20090904
SHORT="a set of tools for building applications driven by Topic Maps"
cat << EOF
diff --git a/bin-http/ontopia/HISTORY b/bin-http/ontopia/HISTORY
index cfd833b..0ebd52f 100644
--- a/bin-http/ontopia/HISTORY
+++ b/bin-http/ontopia/HISTORY
@@ -1,3 +1,8 @@
+2010-08-10 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: PATCHLEVEL=1, ARCHIVE="off"
+ * INSTALL: removed problematic antlr-2.7.7.jar library
+ http://code.google.com/p/ontopia/issues/detail?id=275#c2
+
2010-06-28 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 5.1.0-20100628
diff --git a/bin-http/ontopia/INSTALL b/bin-http/ontopia/INSTALL
index 4179422..789078d 100755
--- a/bin-http/ontopia/INSTALL
+++ b/bin-http/ontopia/INSTALL
@@ -1,4 +1,5 @@
INSTALL_DIR=${INSTALL_ROOT}/opt/ontopia &&
mkdir -pv ${INSTALL_DIR} &&
+rm ${SOURCE_DIRECTORY}/apache-tomcat/webapps/tmrap/WEB-INF/lib/antlr-2.7.7.jar &&
cp -rv ${SOURCE_DIRECTORY}/* ${INSTALL_DIR} &&
find ${INSTALL_DIR}/ -print0 | xargs -r -0 -n 1 chown ontopia:ontopia