diff options
author | tg <tg@FreeBSD.org> | 1997-03-06 18:50:40 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-03-06 18:50:40 +0800 |
commit | 2edb5064171baf95b5cca9318210b79d402ac234 (patch) | |
tree | 0d768f9ffd40c96e1da65cf41d8895dd6781d1b4 /misc/tkinfo | |
parent | fa76961cc88f8ccca1fcecbd1c9fc50a95c1937c (diff) | |
download | freebsd-ports-gnome-2edb5064171baf95b5cca9318210b79d402ac234.tar.gz freebsd-ports-gnome-2edb5064171baf95b5cca9318210b79d402ac234.tar.zst freebsd-ports-gnome-2edb5064171baf95b5cca9318210b79d402ac234.zip |
Upgrade from 0.8 to 1.2.
Diffstat (limited to 'misc/tkinfo')
-rw-r--r-- | misc/tkinfo/Makefile | 13 | ||||
-rw-r--r-- | misc/tkinfo/distinfo | 2 | ||||
-rw-r--r-- | misc/tkinfo/files/patch-aa | 31 | ||||
-rw-r--r-- | misc/tkinfo/pkg-plist | 5 |
4 files changed, 27 insertions, 24 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index b1bf59d231f4..adb4b1bbc2d6 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -1,17 +1,22 @@ # New ports collection makefile for: tkinfo -# Version required: 0.8 +# Version required: 1.2 # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.9 1996/11/11 05:50:14 obrien Exp $ +# $Id: Makefile,v 1.10 1997/02/07 09:01:45 tg Exp $ # -DISTNAME= tkinfo-0.8 +DISTNAME= tkinfo-1.2 CATEGORIES= misc -MASTER_SITES= http://emile.math.ucsb.edu:8000/ +MASTER_SITES= http://www.math.ucsb.edu/~boldt/tkinfo/ \ + http://math-www.uni-paderborn.de/~axel/tkinfo/ MAINTAINER= tg@freebsd.org RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 +NO_BUILD= yes + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin .include <bsd.port.mk> diff --git a/misc/tkinfo/distinfo b/misc/tkinfo/distinfo index 30ed4d1e579e..84540bd837fa 100644 --- a/misc/tkinfo/distinfo +++ b/misc/tkinfo/distinfo @@ -1 +1 @@ -MD5 (tkinfo-0.8.tar.gz) = e4ed6136da71da8ca82c16eb0c4ed493 +MD5 (tkinfo-1.2.tar.gz) = bfb85b4bd129c0a107f9e1cf344d1260 diff --git a/misc/tkinfo/files/patch-aa b/misc/tkinfo/files/patch-aa index 7f7a105af812..d2a005f3ac3b 100644 --- a/misc/tkinfo/files/patch-aa +++ b/misc/tkinfo/files/patch-aa @@ -1,16 +1,19 @@ ---- 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 +--- tkinfo.orig Thu Mar 6 02:07:29 1997 ++++ tkinfo Thu Mar 6 11:41:30 1997 +@@ -1,6 +1,6 @@ + #!/bin/sh + # This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \ +-exec wish "$0" "$@" ++exec wish4.1 "$0" "$@" - # Set the name (or path) of the wish binary. Normally just ``wish''. --WISH=wish -+WISH=wish4.1 + ########################################################################## + # Version of TkInfo: +@@ -443,7 +443,7 @@ + proc tkiInit { } { + global tki env auto_path tkiEmbed geometry - exec $WISH -file $LIBDIR/tkinfo.tcl -name tkinfo ${1+"$@"} - exit 1 +- set defInfoPath [list . \ ++ set defInfoPath [list . /usr/share/info \ + /usr/info /usr/local/info /usr/local/gnu/info \ + /usr/local/emacs/info /usr/local/lib/emacs/info \ + /usr/lib/xemacs/info /usr/local/lib/xemacs/info \ diff --git a/misc/tkinfo/pkg-plist b/misc/tkinfo/pkg-plist index cb5c1beedd7a..c1923c49dfcc 100644 --- a/misc/tkinfo/pkg-plist +++ b/misc/tkinfo/pkg-plist @@ -1,6 +1 @@ bin/tkinfo -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 |