summaryrefslogtreecommitdiff
path: root/misc/tkman
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-01-21 08:39:48 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-01-21 08:39:48 +0000
commit094929a2ccc71b560e330136cdaa409cd5965e98 (patch)
tree60881a25d694b246c3ce6491991733a9bfa712c8 /misc/tkman
parentAdd patch (diff)
Upgrade to 2.0.5.
Notes
Notes: svn path=/head/; revision=9389
Diffstat (limited to 'misc/tkman')
-rw-r--r--misc/tkman/Makefile6
-rw-r--r--misc/tkman/distinfo2
-rw-r--r--misc/tkman/files/patch-aa37
3 files changed, 25 insertions, 20 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile
index 93d4fe7f1ae7..97f34e13cf4b 100644
--- a/misc/tkman/Makefile
+++ b/misc/tkman/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: tkman
-# Version required: 2.0.4
+# Version required: 2.0.5
# Date created: 27 Dec 1994
# Whom: Thomas Gellekum <tg@freebsd.org>
#
-# $Id: Makefile,v 1.27 1997/11/06 08:01:54 tg Exp $
+# $Id: Makefile,v 1.28 1997/12/08 15:51:20 tg Exp $
#
-DISTNAME= tkman-2.0.4
+DISTNAME= tkman-2.0.5
CATEGORIES= misc tk80
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
EXTRACT_SUFX= .tar.Z
diff --git a/misc/tkman/distinfo b/misc/tkman/distinfo
index 7680fce0e4e6..1b5b07021edf 100644
--- a/misc/tkman/distinfo
+++ b/misc/tkman/distinfo
@@ -1 +1 @@
-MD5 (tkman-2.0.4.tar.Z) = 981af48386c2260ba9e0adf86b4bcca0
+MD5 (tkman-2.0.5.tar.Z) = f760c37b15ad55346983def1f2ac0c16
diff --git a/misc/tkman/files/patch-aa b/misc/tkman/files/patch-aa
index 9b32531b3374..7c5a15efcc1d 100644
--- a/misc/tkman/files/patch-aa
+++ b/misc/tkman/files/patch-aa
@@ -1,6 +1,6 @@
---- Makefile.orig Tue Nov 4 22:22:25 1997
-+++ Makefile Thu Nov 6 08:54:39 1997
-@@ -43,13 +43,13 @@
+--- Makefile.orig Sat Jan 3 19:43:20 1998
++++ Makefile Wed Jan 21 09:36:57 1998
+@@ -45,13 +45,13 @@
### you need to localize the paths on these lines
#WISH = /usr/sww/tcl-8.0/bin/wish
@@ -18,19 +18,24 @@
# OPTIONAL
-@@ -59,9 +59,9 @@
+@@ -61,14 +61,14 @@
# This directory should not have any Texinfo source itself.
# More information is given in tkman-help.html
# if you don't have Texinfo files, leave this variable empty
-texinfodir = ""
-+#texinfodir = ""
- #texinfodir = /home/orodruin/h/bair/phelps/spine/tkman/info
--#texinfodir = /usr/local/info
+texinfodir = ${PREFIX}/info
+ #texinfodir = /home/orodruin/h/bair/phelps/spine/tkman/info
+ #texinfodir = /usr/local/info
+ # In order to search within Texinfo files you need the GNU gzgrep,
+ # which can search within compressed files. This should drive a version
+ # of GNU grep (or gzgrep, if you'll be searching in compressed files)
+ # such as 2.1, for which the -b (report byte offset) switch works.
+-gzgrep = ""
++gzgrep = /usr/bin/zgrep
+ #gzgrep = gzgrep
+ #gzgrep = "gzgrep -w"
-
- # OPTIONAL
-@@ -85,10 +85,12 @@
+@@ -94,10 +94,12 @@
# will examine for matches if a search in the usual locations fails while searching
# for a man pages and displaying its associated binaries (if any).
# Use this feature carefully as a large number of directories can slow down startup.
@@ -45,7 +50,7 @@
# names of common printers, in addition to default printer (PRINTER or LPDEST)
-@@ -118,11 +120,11 @@
+@@ -127,11 +129,11 @@
# lines are cached in .../man/cat<n>@<line-length>;
# that is, the line length is appended to the usual cache directory names
#manformat = {groff -te -Tascii -man /tmp/ll - 2>/dev/null}
@@ -59,7 +64,7 @@
# BSDI
#manformat = {tbl | eqn -Tascii | nroff -man }
-@@ -156,7 +158,7 @@
+@@ -165,7 +167,7 @@
# pick a printing pipeline for which your platform has all the constituants
@@ -68,7 +73,7 @@
# alternatives
#manprint = {tbl | eqn | troff -man -t | lpr -t}
#manprint = {tbl | eqn | psroff -man}
-@@ -192,7 +194,7 @@
+@@ -201,7 +203,7 @@
# Check contrib/glimpse4-fix.txt for a bug fix patch for glimpseindex.
# BY DEFAULT ON (Boolean scope set to entire file)
@@ -77,7 +82,7 @@
# IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, you can disable it here
#glimpse = ""
# give the full path, if you'd like
-@@ -200,6 +202,7 @@
+@@ -209,6 +211,7 @@
# variations (refer to the Glimpse manual page)
# no characters treated as meta characters:
#glimpse = "glimpse -Wk"
@@ -85,7 +90,7 @@
# glimpseindex indexes the manual pages, for each component of one's MANPATH,
# and places the results in a set of files named .glimpse_* in that MANPATH
-@@ -241,7 +244,7 @@
+@@ -250,7 +253,7 @@
# default MANPATH to use if user doesn't have a MANPATH environment variable set.
# Leave this empty to have TkMan calculate a MANPATH based on a users PATH
# (like Perl man does).
@@ -94,7 +99,7 @@
#manpathdef = /usr/man:/usr/local/man
#manpathdef = /usr/man:/usr/local/man:/usr/sww/man:/usr/sww/X11/man
# for SGI
-@@ -440,8 +443,8 @@
+@@ -453,8 +456,8 @@
chmod +rx $(BINDIR)/tkman
$(CP) retkman $(BINDIR)
chmod +rx $(BINDIR)/retkman