diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-07-01 14:13:00 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-07-01 14:13:00 +0000 |
commit | 09c094b0de31e31f81e098ee9c8ce89867b39f6f (patch) | |
tree | 6deab98d60b30ca68a6b9c3b8912999f70a2ddf9 /astro | |
parent | 100% pure Java publishing framework servlet (diff) |
Import tkseti, a Tk-based GUI for the setiathome client.
PR: 12470
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Notes
Notes:
svn path=/head/; revision=19942
Diffstat (limited to 'astro')
-rw-r--r-- | astro/tkseti/Makefile | 31 | ||||
-rw-r--r-- | astro/tkseti/distinfo | 1 | ||||
-rw-r--r-- | astro/tkseti/files/patch-aa | 10 | ||||
-rw-r--r-- | astro/tkseti/pkg-comment | 1 | ||||
-rw-r--r-- | astro/tkseti/pkg-descr | 6 | ||||
-rw-r--r-- | astro/tkseti/pkg-plist | 4 |
6 files changed, 53 insertions, 0 deletions
diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile new file mode 100644 index 000000000000..6deaab50aea3 --- /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 000000000000..b93322663cc5 --- /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 000000000000..b6b66b2c92a1 --- /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 000000000000..c653b6fb8e42 --- /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 000000000000..31f17b06383e --- /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 000000000000..77f395acd382 --- /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 |