diff options
author | wiz <wiz@pkgsrc.org> | 2011-10-02 14:11:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-10-02 14:11:51 +0000 |
commit | 1bb750a12a209db5ddbbcc197714f6261d829671 (patch) | |
tree | cc2c30901b2f5a7482d970c9f7fd3e321ff7c80f /x11 | |
parent | fb5c33d947f6b922c92df5d6f74fc979cb02c18b (diff) | |
download | pkgsrc-1bb750a12a209db5ddbbcc197714f6261d829671.tar.gz |
Remove packages scheduled to be deleted according to the pkgsrc-2011Q2
release notes.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 | ||||
-rw-r--r-- | x11/tkman/DESCR | 16 | ||||
-rw-r--r-- | x11/tkman/MESSAGE | 10 | ||||
-rw-r--r-- | x11/tkman/Makefile | 33 | ||||
-rw-r--r-- | x11/tkman/PLIST | 4 | ||||
-rw-r--r-- | x11/tkman/distinfo | 9 | ||||
-rw-r--r-- | x11/tkman/files/mkindex | 26 | ||||
-rw-r--r-- | x11/tkman/patches/patch-aa | 101 | ||||
-rw-r--r-- | x11/tkman/patches/patch-ab | 33 | ||||
-rw-r--r-- | x11/tkman/patches/patch-ac | 15 | ||||
-rw-r--r-- | x11/tkman/patches/patch-ad | 22 |
11 files changed, 1 insertions, 271 deletions
diff --git a/x11/Makefile b/x11/Makefile index 3bb75a727ca..f6f1ac6e5ac 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.637 2011/08/13 02:13:25 taca Exp $ +# $NetBSD: Makefile,v 1.638 2011/10/02 14:11:52 wiz Exp $ # COMMENT= Packages to support the X window system @@ -351,7 +351,6 @@ SUBDIR+= tk SUBDIR+= tk-BWidget SUBDIR+= tk-Tix SUBDIR+= tkinfo -SUBDIR+= tkman SUBDIR+= transset-df SUBDIR+= trapproto SUBDIR+= tzosdclock diff --git a/x11/tkman/DESCR b/x11/tkman/DESCR deleted file mode 100644 index 4f5192f5d2a..00000000000 --- a/x11/tkman/DESCR +++ /dev/null @@ -1,16 +0,0 @@ -A manual page reader, TkMan offers two major advantages over xman: -hypertext links to other man pages (click on a word in the text which -corresponds to a man page, and you jump there), and better navigation -within long man pages with searches (both incremental and regular -expression) and jumps to section headers. TkMan also offers some -convenience features, like a user-configurable list of commonly used man -pages, a one-click printout, and integration of `whatis' and `apropos'. -Further, one may highlight, as if with a yellow marker, arbitrary passages -of text in man pages and subsequently jump directly to these passages by -selecting an identifying excerpt from a pulldown menu. Finally, TkMan -gives one control over the directory-to-menu volume mapping of man pages -with a capability similar to but superior to xman's mandesc in that rather -than forcing all who share a man directory to follow a single organization, -TkMan gives control to the individual. In fact, one may decide he has no -use for a large set of man pages--say for instance the programmer routines -in volumes 2, 3, 4, 8--and eliminate them from his personal database. diff --git a/x11/tkman/MESSAGE b/x11/tkman/MESSAGE deleted file mode 100644 index 06fbfd5e79d..00000000000 --- a/x11/tkman/MESSAGE +++ /dev/null @@ -1,10 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:54 wiz Exp $ - -You can have the glimpse and apropos databases, needed by tkman, -kept up-to-date by adding the following entry to root's crontab -(edit to taste): - -10 2 * * 6 ${PREFIX}/libexec/mkindex - -=========================================================================== diff --git a/x11/tkman/Makefile b/x11/tkman/Makefile deleted file mode 100644 index 844e2c5fe53..00000000000 --- a/x11/tkman/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# $NetBSD: Makefile,v 1.45 2009/12/12 18:00:19 asau Exp $ - -DISTNAME= tkman-2.2 -PKGREVISION= 1 -CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tkman/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://tkman.sourceforge.net/ -COMMENT= Tcl/Tk based manual browser - -DEPENDS+= glimpse>=4.1:../../textproc/glimpse -DEPENDS+= rman>=3.1:../../textproc/rman -DEPENDS+= tk>=8.4:../../x11/tk - -PKG_DESTDIR_SUPPORT= user-destdir - -INSTALLATION_DIRS= bin libexec - -post-extract: -.for f in Makefile manpath.tcl - ${MV} ${WRKSRC}/${f} ${WRKSRC}/${f}.cr - ${TR} -d '\r' < ${WRKSRC}/${f}.cr > ${WRKSRC}/${f} -.endfor - -post-install: - ${SED} -e 's|@@LOCALBASE@@|${LOCALBASE}|' \ - -e 's|@@PREFIX@@|${PREFIX}|' \ - -e 's|@@X11BASE@@|${X11BASE}|' \ - ${FILESDIR}/mkindex > ${WRKDIR}/mkindex - ${INSTALL_SCRIPT} ${WRKDIR}/mkindex ${DESTDIR}${PREFIX}/libexec - -.include "../../mk/bsd.pkg.mk" diff --git a/x11/tkman/PLIST b/x11/tkman/PLIST deleted file mode 100644 index 536b8dace2c..00000000000 --- a/x11/tkman/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:11:44 zuntum Exp $ -bin/tkman -bin/retkman -libexec/mkindex diff --git a/x11/tkman/distinfo b/x11/tkman/distinfo deleted file mode 100644 index baf89712b6d..00000000000 --- a/x11/tkman/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: distinfo,v 1.5 2009/12/12 18:00:19 asau Exp $ - -SHA1 (tkman-2.2.tar.gz) = c406b755b32292caa321397e5b76fba29d4f70b7 -RMD160 (tkman-2.2.tar.gz) = a5ab43102c3f4a3d6327c46dd4ca3ed4eed3ce15 -Size (tkman-2.2.tar.gz) = 229273 bytes -SHA1 (patch-aa) = 4efc8649d6fe59c4284ff8e51956efb7a6d2b589 -SHA1 (patch-ab) = 8e3fd6e2ac4bfa439184003c7b80f89789ac1eba -SHA1 (patch-ac) = 4178da9370cdfc5da0231b12735da89f4cc6fe41 -SHA1 (patch-ad) = 3a406eba6089305ec218ce0428296cb7f4cb438a diff --git a/x11/tkman/files/mkindex b/x11/tkman/files/mkindex deleted file mode 100644 index 6d08d9f19b9..00000000000 --- a/x11/tkman/files/mkindex +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# $NetBSD: mkindex,v 1.1 2000/09/11 21:08:50 fredb Exp $ -# -# This is a script to construct the glimpse databases for tkman, -# and also the apropos databases shared by tkman, man, and xman. -# We don't do this as part of the package install because it could -# be very time-consuming. It is possible to simply run tkman as root, -# and exercise the menu option to "rebuild databases", but it could -# take a long time, and who wants to run an X app as root, anyway? -# -# You might run this on a weekly basis by adding the following -# entry to root's crontab (edited to taste): -# -# 10 2 * * 6 @@PREFIX@@/libexec/mkindex - -# Don't add /usr/local to the list unless there's something there, -# because an empty glimpse database will cause tkman to squawk. -for i in /usr/share @@LOCALBASE@@ @@X11BASE@@; do - echo "Rebuilding glimpse database in $i/man..." - @@LOCALBASE@@/bin/glimpseindex -o -B -z -H $i/man $i/man/man? - chmod a+r $i/man/.glimpse_* - echo - echo "Rebuilding apropos database in $i/man..." - /usr/libexec/makewhatis $i/man - echo -done diff --git a/x11/tkman/patches/patch-aa b/x11/tkman/patches/patch-aa deleted file mode 100644 index 60c639d45ef..00000000000 --- a/x11/tkman/patches/patch-aa +++ /dev/null @@ -1,101 +0,0 @@ -$NetBSD: patch-aa,v 1.9 2009/12/12 18:00:19 asau Exp $ - ---- Makefile.orig 2009-12-12 20:50:01.000000000 +0300 -+++ Makefile 2009-12-12 20:57:13.000000000 +0300 -@@ -25,13 +25,13 @@ - - ### you need to localize the paths on these lines - --WISH = /usr/local/bin/wish8.4 -+WISH = ${LOCALBASE}/bin/wish - #WISH = /usr/sww/tcl-8.4/bin/wish - #WISH = /private/share/bin/wish8.4 - - # the executable `tkman' is placed in BINDIR - # this should be a directory that's in your bin PATH --BINDIR = /usr/local/bin -+BINDIR = ${PREFIX}/bin - #BINDIR = /private/share/bin - - -@@ -80,11 +80,25 @@ - # 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. --mastermen = "/usr/man /usr/local/man" -+#mastermen = "/usr/man /usr/local/man" - #mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man" --masterbin = "/usr/bin /usr/local/bin" -+mastermen = /usr/share/man ${LOCALBASE}/man ${X11BASE}/man -+.if (${PREFIX} != ${LOCALBASE}) && (${PREFIX} != ${X11BASE}) -+mastermen += ${PREFIX}/man -+.endif -+.if (${PREFIX} != "/usr/local") -+mastermen += /usr/local/man -+.endif -+#masterbin = "/usr/bin /usr/local/bin" - #masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin" -- -+masterbin = /bin /sbin /usr/bin /usr/sbin -+masterbin += ${LOCALBASE}/bin ${LOCALBASE}/sbin ${X11BASE}/bin -+.if (${PREFIX} != ${LOCALBASE}) && (${PREFIX} != ${X11BASE}) -+masterbin += ${PREFIX}/bin -+.endif -+.if (${PREFIX} != "/usr/local") -+masterbin += /usr/local/bin /usr/local/sbin -+.endif - - # names of common printers, in addition to default printer (PRINTER or LPDEST) - # (individual users can edit this list in the Preferences panel) -@@ -113,7 +127,7 @@ - # 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 -} --manformat = {groff -te -Tlatin1 -man /tmp/ll -} -+#manformat = {groff -te -Tlatin1 -man /tmp/ll -} - # Ultrix users should uncomment the following line (you don't have eqn) - #manformat = {tbl | nroff -man } - # HP-UX uses a number of macros that groff doesn't define, so use the builtin nroff -@@ -121,7 +135,7 @@ - # space between the .de and the macro name, and groff doesn't like this.) - #manformat = {tbl | neqn | nroff -man } - # BSD macros (.Sh, .Ss, .PP, ...) need -mandoc --#manformat = {groff -Tascii -te -mandoc} -+manformat = {groff -Tascii -te -mandoc} - # BSDI - #manformat = {tbl | eqn -Tascii | nroff -man } - # It's actually legal to leave this empty if all the pages you'll ever -@@ -349,8 +363,8 @@ - echo 'set manx(mintcl) $(mintcl)' >> tkman - echo 'set manx(mintk) $(mintk)' >> tkman - echo 'set manx(newuser) $(newuser)' >> tkman -- echo 'set manx(mastermen) $(mastermen)' >> tkman -- echo 'set manx(masterbin) $(masterbin)' >> tkman -+ echo 'set manx(mastermen) "$(mastermen)"' >> tkman -+ echo 'set manx(masterbin) "$(masterbin)"' >> tkman - echo 'set man(zcat) $(zcat)' >> tkman - echo 'set man(compress) $(compress)' >> tkman - echo 'set man(apropos) $(apropos)' >> tkman -@@ -428,6 +442,9 @@ - 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 - echo '}' >> tkman -@@ -456,10 +473,8 @@ - chmod +x retkman - - install: tkman retkman -- $(CP) tkman $(BINDIR) -- chmod +rx $(BINDIR)/tkman -- $(CP) retkman $(BINDIR) -- chmod +rx $(BINDIR)/retkman -+ $(BSD_INSTALL_SCRIPT) tkman $(DESTDIR)$(BINDIR) -+ $(BSD_INSTALL_SCRIPT) retkman $(DESTDIR)$(BINDIR) - @echo 'You also need RosettaMan to run TkMan.' - - test: dox tkman diff --git a/x11/tkman/patches/patch-ab b/x11/tkman/patches/patch-ab deleted file mode 100644 index c012afda348..00000000000 --- a/x11/tkman/patches/patch-ab +++ /dev/null @@ -1,33 +0,0 @@ -$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 -+ } - } - } - diff --git a/x11/tkman/patches/patch-ac b/x11/tkman/patches/patch-ac deleted file mode 100644 index 1dd2689733d..00000000000 --- a/x11/tkman/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$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 deleted file mode 100644 index 7df8748689e..00000000000 --- a/x11/tkman/patches/patch-ad +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ad,v 1.2 2006/03/03 04:03:28 minskim Exp $ - ---- tkman.tcl.orig 2003-04-01 15:31:38.000000000 -0800 -+++ tkman.tcl -@@ -2355,7 +2355,7 @@ if {$manx(startup) ne "" && ![file exist - 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 {$os eq "sunos" && $osvers>=5.0} {
- set setup solaris
- if {$osvers>=5.7} {append setup "28"
-@@ -2365,6 +2365,8 @@ if {$manx(startup) ne "" && ![file exist - set setup irix
- } elseif {$os eq "sco_sv"} {
- set setup $os
-+ } elseif {[string match "netbsd*" $os]} {
-+ set setup netbsd
- }
- #puts stderr "\afound $setup"
-
|