diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-07 09:01:51 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-07 09:01:51 +0000 |
commit | 41304ed05bf6998d4111bf60525ad44dfca6cd33 (patch) | |
tree | 747fed9044d5bd64520879df04803fe47cb7c3ad /misc/tkinfo | |
parent | 49daf5c0e052216abb21d3ffd43fb26da13b142a (diff) | |
download | ports-41304ed05bf6998d4111bf60525ad44dfca6cd33.tar.gz ports-41304ed05bf6998d4111bf60525ad44dfca6cd33.zip |
Notes
Diffstat (limited to 'misc/tkinfo')
-rw-r--r-- | misc/tkinfo/Makefile | 8 | ||||
-rw-r--r-- | misc/tkinfo/distinfo | 2 | ||||
-rw-r--r-- | misc/tkinfo/files/patch-aa | 29 | ||||
-rw-r--r-- | misc/tkinfo/pkg-plist | 8 |
4 files changed, 26 insertions, 21 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index d23d2974a7db..b1bf59d231f4 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: tkinfo -# Version required: 0.6 +# Version required: 0.8 # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.8 1996/09/27 07:19:26 tg Exp $ +# $Id: Makefile,v 1.9 1996/11/11 05:50:14 obrien Exp $ # -DISTNAME= tkinfo-0.6 +DISTNAME= tkinfo-0.8 CATEGORIES= misc -MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/ +MASTER_SITES= http://emile.math.ucsb.edu:8000/ MAINTAINER= tg@freebsd.org diff --git a/misc/tkinfo/distinfo b/misc/tkinfo/distinfo index 90d8c508538f..30ed4d1e579e 100644 --- a/misc/tkinfo/distinfo +++ b/misc/tkinfo/distinfo @@ -1 +1 @@ -MD5 (tkinfo-0.6.tar.gz) = 2387fb23338d7064e66fb7126f9ef8f8 +MD5 (tkinfo-0.8.tar.gz) = e4ed6136da71da8ca82c16eb0c4ed493 diff --git a/misc/tkinfo/files/patch-aa b/misc/tkinfo/files/patch-aa index c6ea7d911de8..7f7a105af812 100644 --- a/misc/tkinfo/files/patch-aa +++ b/misc/tkinfo/files/patch-aa @@ -1,13 +1,16 @@ -*** tkinfo.orig Fri Aug 27 09:52:50 1993 ---- tkinfo Mon Jan 16 14:41:41 1995 -*************** -*** 4,7 **** - # a Bourne script: there is no way to get proper quoting and pass through ``~'' - # in the csh. - # RCS: $Header: /home/ncvs/ports/misc/tkinfo/patches/patch-aa,v 1.1.1.1 1995/02/24 12:54:57 jmz Exp $ -! exec wish -f $0.tcl "$@" ---- 4,7 ---- - # a Bourne script: there is no way to get proper quoting and pass through ``~'' - # in the csh. - # RCS: $Header: /home/ncvs/ports/misc/tkinfo/patches/patch-aa,v 1.1.1.1 1995/02/24 12:54:57 jmz Exp $ -! exec wish4.1 -f /usr/local/lib/tk/tkinfo/`basename $0.tcl` "$@" +--- tkinfo.orig Fri Feb 7 05:34:36 1997 ++++ tkinfo Fri Feb 7 09:44:40 1997 +@@ -7,11 +7,11 @@ + # uses the same directory as where this shell script is installed. + # You might consider installing the scripts into "/usr/local/lib/tkinfo", + # and using LIBDIR=/usr/local/lib/tkinfo instead. +-LIBDIR=`dirname $0` ++LIBDIR=`dirname $0`/../share/tk/tkinfo + #LIBDIR=/usr/local/lib/tkinfo + + # Set the name (or path) of the wish binary. Normally just ``wish''. +-WISH=wish ++WISH=wish4.1 + + exec $WISH -file $LIBDIR/tkinfo.tcl -name tkinfo ${1+"$@"} + exit 1 diff --git a/misc/tkinfo/pkg-plist b/misc/tkinfo/pkg-plist index 44a5ddd24f5e..cb5c1beedd7a 100644 --- a/misc/tkinfo/pkg-plist +++ b/misc/tkinfo/pkg-plist @@ -1,4 +1,6 @@ bin/tkinfo -lib/tk/tkinfo/searchbox.tcl -lib/tk/tkinfo/tkinfo.tcl -lib/tk/tkinfo/topgetopt.tcl +share/tk/tkinfo/searchbox.tcl +share/tk/tkinfo/tkicore.tcl +share/tk/tkinfo/tkinfo.tcl +share/tk/tkinfo/tkiwin.tcl +share/tk/tkinfo/topgetopt.tcl |