Date: Mon, 11 Jun 2001 11:54:01 -0400 (EDT) From: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28037: Update port astro/tkseti to 3.02 Message-ID: <200106111554.f5BFs1w28328@electron.databits.net>
next in thread | raw e-mail | index | archive | help
>Number: 28037 >Category: ports >Synopsis: Update port astro/tkseti to 3.02 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 11 09:00:10 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 3.02 - move from tk82 -> tk83 - install manpage, support NOPORTDOCS - minor cosmetic changes (seti@home -> SETI@Home) - take over as MAINTAINER.. current maintainer's email bounces: - update offset/context in patch-aa <brett@peloton.runet.edu>: Sorry, I couldn't find any host named peloton.runet.edu. (#5.1.2) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/astro/tkseti/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 2000/05/03 09:48:56 1.9 +++ Makefile 2001/06/11 14:36:54 @@ -6,25 +6,26 @@ # PORTNAME= tkseti -PORTVERSION= 2.12 -CATEGORIES= astro tk82 +PORTVERSION= 3.02 +CATEGORIES= astro tk83 MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/ -MAINTAINER= brett@peloton.runet.edu +MAINTAINER= petef@databits.net -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ +RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ setiathome:${PORTSDIR}/astro/setiathome NO_BUILD= yes +MAN1= tkseti.1 + do-install: - ${MKDIR} ${PREFIX}/share/doc/tkseti ${INSTALL_SCRIPT} ${WRKSRC}/tkseti ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/tkseti.1 ${PREFIX}/man/man1 +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/tkseti ${INSTALL_DATA} ${WRKSRC}/DOC ${PREFIX}/share/doc/tkseti/DOC ${INSTALL_DATA} ${WRKSRC}/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." +.endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/astro/tkseti/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2000/05/03 10:43:16 1.4 +++ distinfo 2001/06/11 14:17:57 @@ -1 +1 @@ -MD5 (tkseti-2.12.tar.gz) = 6a372f4605370c0c783183ec034b899c +MD5 (tkseti-3.02.tar.gz) = 39737ce37fccf3fd7ff9a3680d2b7a66 Index: pkg-comment =================================================================== RCS file: /home/ncvs/ports/astro/tkseti/pkg-comment,v retrieving revision 1.2 diff -u -r1.2 pkg-comment --- pkg-comment 1999/08/29 19:19:12 1.2 +++ pkg-comment 2001/06/11 15:51:21 @@ -1 +1 @@ -Tk-based interface to seti@home +Tk-based interface to SETI@Home Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/astro/tkseti/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 2001/04/03 23:06:07 1.2 +++ pkg-descr 2001/06/11 15:51:16 @@ -1,6 +1,9 @@ -tkseti is a nice Tk interface to the seti@home program. It shows +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/ + +- Pete +petef@databits.net Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/astro/tkseti/pkg-plist,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-plist --- pkg-plist 1999/07/01 14:13:00 1.1.1.1 +++ pkg-plist 2001/06/11 14:22:07 @@ -1,4 +1,4 @@ bin/tkseti -share/doc/tkseti/DOC -share/doc/tkseti/README -@dirrm share/doc/tkseti +%%PORTDOCS%%share/doc/tkseti/DOC +%%PORTDOCS%%share/doc/tkseti/README +%%PORTDOCS%%@dirrm share/doc/tkseti Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/astro/tkseti/files/patch-aa,v retrieving revision 1.4 diff -u -r1.4 patch-aa --- files/patch-aa 1999/11/28 18:32:18 1.4 +++ files/patch-aa 2001/06/11 14:23:01 @@ -1,14 +1,14 @@ ---- tkseti.orig Sun Oct 31 10:12:05 1999 -+++ tkseti Thu Nov 18 18:48:20 1999 +--- tkseti.orig Fri Jun 8 16:23:37 2001 ++++ tkseti Mon Jun 11 10:22:48 2001 @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" ${1+"$@"} -+exec wish8.2 "$0" ${1+"$@"} ++exec wish8.3 "$0" ${1+"$@"} ############################################################################# # Visual Tcl v1.20 Project # -@@ -181,11 +181,11 @@ +@@ -189,11 +189,11 @@ TkSETI can be started if the client is already running, or it can start the client manually or automatically for you. This is explained in the Setup section that follows. @@ -25,7 +25,7 @@ tkseti ~/setiathome -@@ -554,7 +554,7 @@ +@@ -551,7 +551,7 @@ if {[catch {info nameofexecutable} nameofexecutable]} { set nameofexecutable wish } @@ -34,7 +34,7 @@ if {[lsearch $argv "--help"] >= 0} { puts \n$seti(usage) -@@ -569,7 +569,7 @@ +@@ -566,7 +566,7 @@ option add *highlightBackground grey85 user if {$argc == 0} { @@ -42,4 +42,4 @@ + set seti(setidir) /var/db/setiathome } { set seti(setidir) [lindex $argv 0] - } + if {[string index $seti(setidir) 0] != "/"} { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106111554.f5BFs1w28328>