Skip to Content.
Sympa Menu

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

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 (4acfa2c3c2655262074b0d48c61fa540a50458d4)
  • Date: Mon, 9 Aug 2010 22:07:32 -0500

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

bin-http/ontopia/DETAILS | 2 ++
bin-http/ontopia/HISTORY | 5 +++++
bin-http/ontopia/INSTALL | 1 +
3 files changed, 8 insertions(+)

New commits:
commit 4acfa2c3c2655262074b0d48c61fa540a50458d4
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

ontopia: tmrap fixed

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 AT 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 AT 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



  • [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (4acfa2c3c2655262074b0d48c61fa540a50458d4), Ladislav Hagara, 08/09/2010

Archive powered by MHonArc 2.6.24.

Top of Page