View | Details | Raw Unified | Return to bug 62208
Collapse All | Expand All

(-)tkseti/Makefile (-3 / +6 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	tkseti
8
PORTNAME=	tkseti
9
PORTVERSION=	3.06
9
PORTVERSION=	3.07
10
PORTREVISION=	2
11
CATEGORIES=	astro tk84
10
CATEGORIES=	astro tk84
12
MASTER_SITES=	http://www.cuug.ab.ca/~macdonal/tkseti/
11
MASTER_SITES=	http://phileimer.9online.fr/tkseti/
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Tk-based interface to SETI@Home
14
COMMENT=	Tk-based interface to SETI@Home
Lines 18-23 Link Here
18
		${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome
17
		${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome
19
18
20
NO_BUILD=	yes
19
NO_BUILD=	yes
20
USE_BZIP2=	yes
21
21
22
MAN1=	tkseti.1
22
MAN1=	tkseti.1
23
23
Lines 29-33 Link Here
29
	${INSTALL_DATA}	${WRKSRC}/DOC ${PREFIX}/share/doc/tkseti/DOC
29
	${INSTALL_DATA}	${WRKSRC}/DOC ${PREFIX}/share/doc/tkseti/DOC
30
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkseti/README
30
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkseti/README
31
.endif
31
.endif
32
33
post-install:
34
	@${CAT} pkg-message
32
35
33
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)tkseti/distinfo (-2 / +1 lines)
Lines 1-2 Link Here
1
MD5 (tkseti-3.06.tar.gz) = 18022c248c55df03c9946a32875988d3
1
MD5 (tkseti-3.07.tar.bz2) = 0851e5d1bab03b78ff756bc4779d0eee
2
SIZE (tkseti-3.06.tar.gz) = 171221
(-)tkseti/files/patch-aa (-6 / +36 lines)
Lines 1-14 Link Here
1
--- tkseti.orig	Fri Jun  8 16:23:37 2001
1
--- tkseti.orig	Fri Jan 23 03:58:46 2004
2
+++ tkseti	Mon Jun 11 10:22:48 2001
2
+++ tkseti	Sat Jan 31 21:55:01 2004
3
@@ -1,6 +1,6 @@
3
@@ -1,6 +1,6 @@
4
 #!/bin/sh
4
 #!/bin/sh
5
 # the next line restarts using wish \
5
 # the next line restarts using wish \
6
-exec wish "$0" ${1+"$@"}
6
-exec wish "$0" ${1+"$@"}
7
+exec wish8.3 "$0" ${1+"$@"}
7
+exec wish8.4 "$0" ${1+"$@"}
8
 #############################################################################
8
 #############################################################################
9
 # Visual Tcl v1.20 Project
9
 # Visual Tcl v1.20 Project
10
 #
10
 #
11
@@ -189,11 +189,11 @@
11
@@ -194,11 +194,11 @@
12
     TkSETI can be started if the client is already running, or it can start
12
     TkSETI can be started if the client is already running, or it can start
13
     the client manually or automatically for you. This is explained in the
13
     the client manually or automatically for you. This is explained in the
14
     Setup section that follows.
14
     Setup section that follows.
Lines 25-31 Link Here
25
 
25
 
26
     tkseti ~/setiathome
26
     tkseti ~/setiathome
27
 
27
 
28
@@ -551,7 +551,7 @@
28
@@ -368,6 +368,11 @@
29
     KDE's kfm:  kfmclient openURL $url
30
     lynx:       xterm -e lynx $url
31
     
32
+
33
+    The following command is used in this FreeBSD port:
34
+
35
+    mozilla (no wrapper): /bin/sh -c "mozilla -remote 'openurl($url,new-window)'||exec mozilla $url"
36
+
37
     Proxy Host
38
     ==========
39
 
40
@@ -564,7 +569,7 @@
29
     if {[catch {info nameofexecutable} nameofexecutable]} {
41
     if {[catch {info nameofexecutable} nameofexecutable]} {
30
         set nameofexecutable wish
42
         set nameofexecutable wish
31
     }
43
     }
Lines 34-40 Link Here
34
 
46
 
35
     if {[lsearch $argv "--help"] >= 0} {
47
     if {[lsearch $argv "--help"] >= 0} {
36
         puts \n$seti(usage)
48
         puts \n$seti(usage)
37
@@ -566,7 +566,7 @@
49
@@ -579,7 +584,7 @@
38
     option add *highlightBackground grey85 user
50
     option add *highlightBackground grey85 user
39
 
51
 
40
     if {$argc == 0} {
52
     if {$argc == 0} {
Lines 43-45 Link Here
43
     } {
55
     } {
44
         set seti(setidir) [lindex $argv 0]
56
         set seti(setidir) [lindex $argv 0]
45
         if {[string index $seti(setidir) 0] != "/"} {
57
         if {[string index $seti(setidir) 0] != "/"} {
58
@@ -4871,7 +4876,7 @@
59
     update idletasks
60
     Window show $widget(tkseti)
61
     
62
-    set seti(tksetiURL)     "http://www.cuug.ab.ca/~macdonal/tkseti/tkseti.html"
63
+    set seti(tksetiURL)     "http://phileimer.9online.fr/tkseti/CHANGES"
64
 
65
 #    set seti(statefile)     $seti(setidir)/state.txt
66
 #    set seti(workfile)      $seti(setidir)/work_unit.txt
67
@@ -4951,7 +4956,7 @@
68
     set seti(_howto_kill)     {kill -KILL $pid}
69
     set seti(_howto_pause)    {kill -STOP $pid}
70
     set seti(_howto_cont)     {kill -CONT $pid}
71
-    set seti(_howto_browse)   {/bin/csh -c "netscape -remote openURL\\\\($url,new-window\\\\) || exec netscape $url"}
72
+    set seti(_howto_browse)   {/bin/sh -c "mozilla -remote 'openurl($url,new-window)'||exec mozilla $url"}
73
     set seti(_howto_statnet)  {}
74
     set seti(_howto_startnet) {}
75
     set seti(_howto_stopnet)  {}
(-)tkseti/pkg-descr (-3 / +10 lines)
Lines 3-9 Link Here
3
multiple directories.  It can also fetch the user's statistics from
3
multiple directories.  It can also fetch the user's statistics from
4
the seti@home web site.
4
the seti@home web site.
5
5
6
WWW: http://www.cuug.ab.ca/~macdonal/tkseti/
6
tkseti can be started if the client is already running, or it can 
7
start the client manually or automatically for you.  It will look for
8
the client files in the directory /var/db/setiathome . If you've run 
9
the client elsewhere, or run more than one client, just specify the 
10
setiathome client directory on the tkseti command line. For example:
7
11
8
- Pete
12
	tkseti ~/setiathome
9
petef@databits.net
13
14
Make sure the user has write access to the setiathome directory!
15
16
WWW: http://phileimer.9online.fr/tkseti/CHANGES
(-)tkseti/pkg-message (+13 lines)
Line 0 Link Here
1
***************************************************************************
2
3
Make sure the user has write access to the setiathome directory!
4
5
tkseti will look for the client files in the directory /var/db/setiathome .
6
If you've run the client elsewhere, or run more than one client, just 
7
specify the setiathome client directory on the tkseti command line. For
8
example:
9
10
	tkseti ~/setiathome
11
12
***************************************************************************
13

Return to bug 62208