summaryrefslogtreecommitdiff
path: root/x11/tkman
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-09-01 03:14:16 +0000
committerfredb <fredb@pkgsrc.org>2000-09-01 03:14:16 +0000
commitf139c319f328e0aa7fe787760bc309238de420c7 (patch)
treec981fabcef136d36ebf6741583099f0bd323f784 /x11/tkman
parentc36e8ac02e7b3a274fd7934ff3c6fa308f694309 (diff)
downloadpkgsrc-f139c319f328e0aa7fe787760bc309238de420c7.tar.gz
Add bindings for NetBSD Section 9, Kernel Manual.
Diffstat (limited to 'x11/tkman')
-rw-r--r--x11/tkman/files/patch-sum6
-rw-r--r--x11/tkman/patches/patch-aa12
-rw-r--r--x11/tkman/patches/patch-ac15
-rw-r--r--x11/tkman/patches/patch-ad22
4 files changed, 52 insertions, 3 deletions
diff --git a/x11/tkman/files/patch-sum b/x11/tkman/files/patch-sum
index 0fbeb0df882..1946d66a678 100644
--- a/x11/tkman/files/patch-sum
+++ b/x11/tkman/files/patch-sum
@@ -1,4 +1,6 @@
-$NetBSD: patch-sum,v 1.3 2000/08/31 03:58:14 fredb Exp $
+$NetBSD: patch-sum,v 1.4 2000/09/01 03:14:16 fredb Exp $
-MD5 (patch-aa) = 486264c0f38635c7030abaf55e115784
+MD5 (patch-aa) = d335a1f5fbce4cdbd671d1ed3d13ce93
MD5 (patch-ab) = ce1b2441b543379e15e0c62ad5ea5fb0
+MD5 (patch-ac) = fa309fe4677566d498c5f641cf0e7980
+MD5 (patch-ad) = 692d1695365bbb5c87ca439d1410b0c2
diff --git a/x11/tkman/patches/patch-aa b/x11/tkman/patches/patch-aa
index 8b3567b0251..046e6829451 100644
--- a/x11/tkman/patches/patch-aa
+++ b/x11/tkman/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 2000/08/31 03:58:14 fredb Exp $
+$NetBSD: patch-aa,v 1.7 2000/09/01 03:14:16 fredb Exp $
--- Makefile.orig Thu Jun 22 17:39:42 2000
+++ Makefile Thu Aug 17 20:10:04 2000
@@ -77,3 +77,13 @@ $NetBSD: patch-aa,v 1.6 2000/08/31 03:58:14 fredb Exp $
echo 'set man(zcat) $(zcat)' >> tkman
echo 'set man(compress) $(compress)' >> tkman
echo 'set man(apropos) $(apropos)' >> tkman
+@@ -429,6 +444,9 @@
+ echo '}' >> tkman
+ echo 'image create bitmap texRebus -data {' >> tkman
+ cat xbm/tex.xbm >> tkman
++ echo '}' >> tkman
++ echo 'set manx(netbsd-bindings) {' >> tkman
++ cat contrib/netbsd_bindings.tcl >> tkman
+ echo '}' >> tkman
+ echo 'set manx(solaris-bindings) {' >> tkman
+ cat contrib/solaris_bindings.tcl >> tkman
diff --git a/x11/tkman/patches/patch-ac b/x11/tkman/patches/patch-ac
new file mode 100644
index 00000000000..1dd2689733d
--- /dev/null
+++ b/x11/tkman/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 2000/09/01 03:14:16 fredb Exp $
+
+--- /dev/null Thu Aug 31 21:20:27 2000
++++ contrib/netbsd_bindings.tcl Thu Aug 31 21:21:06 2000
+@@ -0,0 +1,10 @@
++# volume titles for NetBSD
++#
++
++set man(manList) {1 2 3 4 5 6 7 8 9 n}
++set man(manTitleList) {
++ "User Commands" "System Calls" "Subroutines"
++ "Devices" "File Formats" "Games and Demos"
++ "Miscellaneous" "System Administration"
++ "Kernel Manual" "Tcl/Tk Built-In Commands"
++}
diff --git a/x11/tkman/patches/patch-ad b/x11/tkman/patches/patch-ad
new file mode 100644
index 00000000000..ce8f19c2cac
--- /dev/null
+++ b/x11/tkman/patches/patch-ad
@@ -0,0 +1,22 @@
+$NetBSD: patch-ad,v 1.1 2000/09/01 03:14:16 fredb Exp $
+
+--- tkman.tcl.orig Thu Jun 22 17:39:42 2000
++++ tkman.tcl Thu Aug 31 21:42:09 2000
+@@ -2353,7 +2353,7 @@
+ set os [string tolower $tcl_platform(os)]; set osvers $tcl_platform(osVersion)
+ set setup ""; # most OSes work without configuration file
+
+- # three trouble makers
++ # trouble makers
+ if {[string equal $os "sunos"] && $osvers>=5.0} {
+ set setup solaris
+ if {$osvers>=5.7} {append setup "28"
+@@ -2363,6 +2363,8 @@
+ set setup irix
+ } elseif {[string equal $os "sco_sv"]} {
+ set setup $os
++ } elseif {[string match "netbsd*" $os]} {
++ set setup netbsd
+ }
+ #puts stderr "\afound $setup"
+