head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.6 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.4 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.2 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.46 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.44 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.42 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.40 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.38 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.36 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.34 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.32 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.30 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.28 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.26 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.24 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.22 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.20 pkgsrc-2008Q1:1.5.0.18 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.16 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.14 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.12 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.10 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.8 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.6 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.4 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.2 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.4.0.26 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.24 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.22 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.20 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.18 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.16 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.14 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.12 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.10 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.6 netbsd-1-6-1-base:1.4 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 Makefile:1.1.1.1 FreeBSD-current-1997-09-25:1.1.1.1 FREEBSD:1.1.1; locks; strict; comment @# @; 1.6 date 2011.10.02.14.12.06; author wiz; state dead; branches; next 1.5; 1.5 date 2006.03.03.04.03.28; author minskim; state Exp; branches; next 1.4; 1.4 date 2000.08.31.03.58.14; author fredb; state Exp; branches; next 1.3; 1.3 date 2000.04.18.06.49.18; author fredb; state Exp; branches; next 1.2; 1.2 date 97.11.23.16.59.08; author hubertf; state dead; branches; next 1.1; 1.1 date 97.10.11.21.55.05; author hubertf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 97.10.11.21.55.05; author hubertf; state Exp; branches; next ; desc @@ 1.6 log @Remove packages scheduled to be deleted according to the pkgsrc-2011Q2 release notes. @ text @$NetBSD: patch-ab,v 1.5 2006/03/03 04:03:28 minskim Exp $ --- manpath.tcl.orig 2003-04-01 15:31:38.000000000 -0800 +++ manpath.tcl @@@@ -24,8 +24,13 @@@@ proc manManpathCheck {} { # doesn't that's OK (it's got a good whatis organization) # BSDI concatenates all whatis information into single file - # share fBSDI with manualpage.tcl to find xxx.0 files + # share fBSDI with manualpage.tcl to find xxx.0 files, + # but NetBSD uses multiple whatis.db files. + if {![file executable "/usr/libexec/makewhatis"]} { set manx(fBSDI) [file readable [set whatis "/usr/share/man/whatis.db"]] + } else { + set manx(fBSDI) 0 + } set fDebian [expr {[file readable [set whatis "/usr/share/man/index.bt"]] || [file readable [set whatis "/var/cache/man/index.bt"]] || [file readable [set whatis "/usr/man/index.bt"]] || [file readable [set whatis "/var/catman/index.bt"]]}] # HPUX concatenates all whatis information into single file set fHPUX 0; if {!$manx(fBSDI) && !$fDebian} { set fHPUX [file readable [set whatis "/usr/lib/whatis"]] } @@@@ -84,10 +89,12 @@@@ proc manManpathCheck {} { lappend manx(pathstat) $man($root) set manx($root,latest) [lfirst [manLatestMan $root]] - # check for apropos index (called windex on Solaris) + # check for apropos index (called windex on Solaris, whatis.db on NetBSD) if {!$manx(fBSDI) && !$fDebian && !$fHPUX} { if {![file exists [set whatis [file join $root "windex"]]]} { + if ![file exists [set whatis $root/whatis.db]] { set whatis $root/whatis + } } } @ 1.5 log @Update tkman to 2.2. This version is an update for Tcl/Tk 8.4. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to tkman-2.1. The most significant change is that the license is relaxed to be more GPL-like. Also, now requires tk-8.3.x, the "makefile" adds an option to use -mandoc for BSD-style man pages, which we enable, and Tkman now has a homepage. @ text @d3 3 a5 3 --- manpath.tcl.orig Thu Jun 22 17:39:42 2000 +++ manpath.tcl Thu Aug 17 19:48:41 2000 @@@@ -19,8 +19,13 @@@@ d17 1 a17 1 set fDebian [expr {[file readable [set whatis "/usr/man/index.bt"]] || [file readable [set whatis "/var/catman/index.bt"]]}] d20 1 a20 1 @@@@ -79,10 +84,12 @@@@ @ 1.3 log @- - Update depends for rman package (wildcard). - - Refine check for BSDI, and accept "whatis.db" for name(s) of apropos database(s). /usr/share/man/whatis.db had been taken for BSDI-style monolithic whatis.db. Now recognizes multiple whatis.db's in MANPATH. (You still have to make them, e.g.: "for m in /usr/*/man /usr/pkg/lib/perl5/man; do /usr/libexec/makewhatis $m; done".) @ text @d3 2 a4 2 --- manpath.tcl.orig Sat Nov 21 00:21:24 1998 +++ manpath.tcl Tue Apr 18 01:14:34 2000 a9 1 - set manx(fBSDI) [file readable [set whatis "/usr/share/man/whatis.db"]] d13 1 a13 1 + set manx(fBSDI) [file readable [set whatis "/usr/share/man/whatis.db"]] d27 1 a27 2 if ![file exists [set whatis $root/windex]] { - set whatis $root/whatis d29 1 a29 1 + set whatis $root/whatis @ 1.2 log @Update to V2.0.3; fixes PR 4563 by Brad Salai @ text @d1 35 a35 11 --- tkman.tcl.orig Mon Nov 11 21:18:41 1996 +++ tkman.tcl Thu Nov 14 20:07:27 1996 @@@@ -5018,7 +5018,7 @@@@ # ... then check for proper versions of selected executables if {[set info [lassoc $manx(bin-versioned) $tail]]!=""} { lset $info flag minvers - set execerr [catch {set lines [exec $fullpath $flag < /dev/null]} info] + set execerr [catch {set lines [exec $fullpath $flag < /dev/null 2> /dev/null]} info] } elseif {[string match "g*" $tail]} { # could be a GNU -- maybe take this out since it lengthens startup for all in exchange for small benefit for few set minvers 0.0 @ 1.1 log @Initial revision @ text @@ 1.1.1.1 log @Import as of 09/25/97 @ text @@