aboutsummaryrefslogtreecommitdiff
path: root/science/jstrack/files
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-06-29 01:22:16 +0000
committerWen Heping <wen@FreeBSD.org>2010-06-29 01:22:16 +0000
commit3bc13a27ced6baae5fb4dc6975ab76637e532d47 (patch)
treeaa9dd996924d83804d71ea55c0be1aa95122c6db /science/jstrack/files
parentd9812e6386d5dd7535e38312681d8a85b76559ae (diff)
downloadports-3bc13a27ced6baae5fb4dc6975ab76637e532d47.tar.gz
ports-3bc13a27ced6baae5fb4dc6975ab76637e532d47.zip
JStrack is written by and for people who are in areas that are
prone to hits from tropical systems (currently only in the Tropical Atlantic). It's intended to display the NHC/TPC data and give you what you need to make decisions, etc.. It does NOT, nor will it ever, attempt to do any forecasting on its own---I leave that to the gurus at the NHC/TPC. WWW: http://www.jstrack.org/jstrack/ PR: ports/148208 Submitted by: Chris Rees <utisoft@gmail.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=257124
Diffstat (limited to 'science/jstrack/files')
-rw-r--r--science/jstrack/files/jstrack.sh.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/science/jstrack/files/jstrack.sh.in b/science/jstrack/files/jstrack.sh.in
new file mode 100644
index 000000000000..049f918ea2fc
--- /dev/null
+++ b/science/jstrack/files/jstrack.sh.in
@@ -0,0 +1,10 @@
+#! /bin/sh
+# the next line restarts using wish \
+exec %%WISH%% "$0" ${1+"$@"}
+set myName [info script]
+if {![catch {
+ set linkName [file readlink $myName]
+}]} {
+ set myName $linkName
+}
+source [file join [file dirname $myName] %%PREFIX%%/lib/jstrack/tracker/jstrack.tcl]