summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-07-01 14:13:00 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-07-01 14:13:00 +0000
commite8e8f52719b44f3d6d51e8fc14c1ed066d2e6d08 (patch)
tree4ec315537fa29adb59c170dfd2db22660b97863e /astro
parent796911995c07cadf5441b07e493b6d8fd9d3ea1f (diff)
downloadFreeBSD-ports-e8e8f52719b44f3d6d51e8fc14c1ed066d2e6d08.zip
FreeBSD-ports-e8e8f52719b44f3d6d51e8fc14c1ed066d2e6d08.tar.gz
Import tkseti, a Tk-based GUI for the setiathome client.
PR: 12470 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Diffstat (limited to 'astro')
-rw-r--r--astro/tkseti/Makefile31
-rw-r--r--astro/tkseti/distinfo1
-rw-r--r--astro/tkseti/files/patch-aa10
-rw-r--r--astro/tkseti/pkg-comment1
-rw-r--r--astro/tkseti/pkg-descr6
-rw-r--r--astro/tkseti/pkg-plist4
6 files changed, 53 insertions, 0 deletions
diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile
new file mode 100644
index 0000000..6deaab5
--- /dev/null
+++ b/astro/tkseti/Makefile
@@ -0,0 +1,31 @@
+# Ports collection makefile for: tkseti
+# Version required: 1.36
+# Date created: 30 Jun 1999
+# Whom: Brett Taylor <brett@peloton.physics.montana.edu>
+#
+# $Id$
+#
+
+DISTNAME= tkseti-1.36
+CATEGORIES= astro tk80
+MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/
+
+MAINTAINER= brett@peloton.physics.montana.edu
+
+RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 \
+ setiathome:${PORTSDIR}/astro/setiathome
+
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/doc/tkseti
+ ${INSTALL_SCRIPT} ${WRKDIR}/tkseti ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKDIR}/DOC ${PREFIX}/share/doc/tkseti/DOC
+ ${INSTALL_DATA} ${WRKDIR}/README ${PREFIX}/share/doc/tkseti/README
+
+post-install:
+ @${ECHO} "Please read the documentation for tkseti located in"
+ @${ECHO} "${PREFIX}/share/doc/tkseti/DOC and ${PREFIX}/share/doc/tkseti/README."
+
+.include <bsd.port.mk>
diff --git a/astro/tkseti/distinfo b/astro/tkseti/distinfo
new file mode 100644
index 0000000..b933226
--- /dev/null
+++ b/astro/tkseti/distinfo
@@ -0,0 +1 @@
+MD5 (tkseti-1.36.tar.gz) = b06a7028058f5c1863a277efdca81ae1
diff --git a/astro/tkseti/files/patch-aa b/astro/tkseti/files/patch-aa
new file mode 100644
index 0000000..b6b66b2
--- /dev/null
+++ b/astro/tkseti/files/patch-aa
@@ -0,0 +1,10 @@
+--- tkseti Wed Jun 30 17:43:09 1999
++++ tkseti Wed Jun 30 17:43:19 1999
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+ # the next line restarts using wish \
+-exec wish "$0" ${1+"$@"}
++exec wish8.0 "$0" ${1+"$@"}
+ #############################################################################
+ # Visual Tcl v1.20 Project
+ #
diff --git a/astro/tkseti/pkg-comment b/astro/tkseti/pkg-comment
new file mode 100644
index 0000000..c653b6f
--- /dev/null
+++ b/astro/tkseti/pkg-comment
@@ -0,0 +1 @@
+Tkseti is a Tk based interface to seti@home
diff --git a/astro/tkseti/pkg-descr b/astro/tkseti/pkg-descr
new file mode 100644
index 0000000..31f17b0
--- /dev/null
+++ b/astro/tkseti/pkg-descr
@@ -0,0 +1,6 @@
+tkseti is a nice Tk interface to the seti@home program. It shows
+current best spikes and gaussians for the user and can be used in
+multiple directories. It can also fetch the user's statistics from
+the seti@home web site.
+
+WWW: http://www.cuug.ab.ca/~macdonal/tkseti/
diff --git a/astro/tkseti/pkg-plist b/astro/tkseti/pkg-plist
new file mode 100644
index 0000000..77f395a
--- /dev/null
+++ b/astro/tkseti/pkg-plist
@@ -0,0 +1,4 @@
+bin/tkseti
+share/doc/tkseti/DOC
+share/doc/tkseti/README
+@dirrm share/doc/tkseti
OpenPOWER on IntegriCloud