summaryrefslogtreecommitdiff
path: root/math/javaview/files
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2005-07-11 01:58:55 +0000
committerHerve Quiroz <hq@FreeBSD.org>2005-07-11 01:58:55 +0000
commit1184fb8f1395564e50d53b0d422790781024be5c (patch)
treeee23f1ec5e80ab25d6b277ca78f1c335b5ffdef7 /math/javaview/files
parentFix plist from last commit (and buy myself a brand new pointy hat...) (diff)
Add JavaView, a 3D viewer and a mathematical visualization software
This tiny version of JavaView is optimized for fast download and contains the viewer module only, without any dialogs, inspectors and geometry algorithms. The lite version is mainly used to display precomputed geometry models inside web pages. WWW: http://www.javaview.de/ PR: 83104 Submitted by: Nicola Vitale <nivit@email.it>
Notes
Notes: svn path=/head/; revision=138870
Diffstat (limited to 'math/javaview/files')
-rw-r--r--math/javaview/files/patch-bin-javaview23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/javaview/files/patch-bin-javaview b/math/javaview/files/patch-bin-javaview
new file mode 100644
index 000000000000..9345034bb9ab
--- /dev/null
+++ b/math/javaview/files/patch-bin-javaview
@@ -0,0 +1,23 @@
+
+$FreeBSD$
+
+--- bin/javaview Wed Jul 6 23:56:31 2005
++++ bin/javaview.port Thu Jul 7 00:00:57 2005
+@@ -28,7 +28,7 @@
+
+ ## The following directory must contain the java executable "java".
+ ## It may be empty or commented out if "java" is found via your PATH variable.
+-#JAVA_HOME=/usr/bin
++JAVA_HOME=%%JAVA_HOME%%
+
+ ## Remove the comment char '#' from the line below (keep the underscore!),
+ ## if you experience VERY slow performance of JavaView
+@@ -38,7 +38,7 @@
+ ## The following directory is the base of your JavaView installation.
+ ## Default setting: Location of this script then one directory back up.
+ ## You may set it to an absolute path like "/homes/myself/JavaView".
+-JAVAVIEW_HOME=`dirname $0`/..
++JAVAVIEW_HOME=%%DATADIR%%
+
+ ## The following directory contains the files "javaview.jar",
+ ## and optionally "jvx.jar" and "vgpapp.jar".