Thu Feb 16 04:52:51 2012 UTC ()
Remove window(1).

window(1) was replaced by tmux(1) on March 2011.  The source code has
been reimported into othersrc/usr.bin/window and an up-to-date package
is available in pkgsrc/misc/window.

This removal was approved by core@, with the condition that it be done
once netbsd-6 had been brached.  And the branching has just happened!


(jmmv)
diff -r1.984 -r1.985 src/distrib/sets/lists/base/mi
diff -r1.1379 -r1.1380 src/distrib/sets/lists/man/mi
diff -r1.1671 -r1.1672 src/doc/CHANGES
diff -r1.207 -r1.208 src/usr.bin/Makefile
diff -r1.10 -r0 src/usr.bin/window/Makefile
diff -r1.10 -r0 src/usr.bin/window/var.c
diff -r1.10 -r0 src/usr.bin/window/wwflush.c
diff -r1.10 -r0 src/usr.bin/window/wwspawn.c
diff -r1.4 -r0 src/usr.bin/window/README
diff -r1.4 -r0 src/usr.bin/window/local.h
diff -r1.4 -r0 src/usr.bin/window/token.h
diff -r1.5 -r0 src/usr.bin/window/alias.h
diff -r1.5 -r0 src/usr.bin/window/char.h
diff -r1.5 -r0 src/usr.bin/window/context.h
diff -r1.5 -r0 src/usr.bin/window/wwdata.c
diff -r1.6 -r0 src/usr.bin/window/char.c
diff -r1.6 -r0 src/usr.bin/window/cmd4.c
diff -r1.6 -r0 src/usr.bin/window/error.c
diff -r1.6 -r0 src/usr.bin/window/parser1.c
diff -r1.6 -r0 src/usr.bin/window/parser3.c
diff -r1.6 -r0 src/usr.bin/window/ttf100.c
diff -r1.6 -r0 src/usr.bin/window/tth29.c
diff -r1.6 -r0 src/usr.bin/window/tttvi925.c
diff -r1.6 -r0 src/usr.bin/window/ttwyse60.c
diff -r1.6 -r0 src/usr.bin/window/ttwyse75.c
diff -r1.6 -r0 src/usr.bin/window/ttzentec.c
diff -r1.6 -r0 src/usr.bin/window/value.h
diff -r1.6 -r0 src/usr.bin/window/wwalloc.c
diff -r1.6 -r0 src/usr.bin/window/wwbox.c
diff -r1.6 -r0 src/usr.bin/window/wwclose.c
diff -r1.6 -r0 src/usr.bin/window/wwdelline.c
diff -r1.6 -r0 src/usr.bin/window/wwinsline.c
diff -r1.6 -r0 src/usr.bin/window/wwprintf.c
diff -r1.6 -r0 src/usr.bin/window/wwputc.c
diff -r1.6 -r0 src/usr.bin/window/wwredraw.c
diff -r1.6 -r0 src/usr.bin/window/wwsuspend.c
diff -r1.6 -r0 src/usr.bin/window/wwterminfo.c
diff -r1.6 -r0 src/usr.bin/window/wwupdate.c
diff -r1.6 -r0 src/usr.bin/window/xxflush.c
diff -r1.8 -r0 src/usr.bin/window/cmd.c
diff -r1.8 -r0 src/usr.bin/window/cmd3.c
diff -r1.8 -r0 src/usr.bin/window/cmd6.c
diff -r1.8 -r0 src/usr.bin/window/cmd7.c
diff -r1.8 -r0 src/usr.bin/window/defs.h
diff -r1.8 -r0 src/usr.bin/window/mloop.c
diff -r1.8 -r0 src/usr.bin/window/parser.h
diff -r1.8 -r0 src/usr.bin/window/startup.c
diff -r1.8 -r0 src/usr.bin/window/var.h
diff -r1.8 -r0 src/usr.bin/window/wwchild.c
diff -r1.8 -r0 src/usr.bin/window/wwdump.c
diff -r1.8 -r0 src/usr.bin/window/wwend.c
diff -r1.8 -r0 src/usr.bin/window/wwlabel.c
diff -r1.8 -r0 src/usr.bin/window/wwpty.c
diff -r1.7 -r0 src/usr.bin/window/cmd1.c
diff -r1.7 -r0 src/usr.bin/window/cmd2.c
diff -r1.7 -r0 src/usr.bin/window/cmd5.c
diff -r1.7 -r0 src/usr.bin/window/compress.c
diff -r1.7 -r0 src/usr.bin/window/context.c
diff -r1.7 -r0 src/usr.bin/window/lcmd.h
diff -r1.7 -r0 src/usr.bin/window/parser5.c
diff -r1.7 -r0 src/usr.bin/window/tth19.c
diff -r1.7 -r0 src/usr.bin/window/wwadd.c
diff -r1.7 -r0 src/usr.bin/window/wwclreol.c
diff -r1.7 -r0 src/usr.bin/window/wwclreos.c
diff -r1.7 -r0 src/usr.bin/window/wwcursor.c
diff -r1.7 -r0 src/usr.bin/window/wwdelchar.c
diff -r1.7 -r0 src/usr.bin/window/wwdelete.c
diff -r1.7 -r0 src/usr.bin/window/wwerror.c
diff -r1.7 -r0 src/usr.bin/window/wwframe.c
diff -r1.7 -r0 src/usr.bin/window/wwinschar.c
diff -r1.7 -r0 src/usr.bin/window/wwmisc.c
diff -r1.7 -r0 src/usr.bin/window/wwmove.c
diff -r1.7 -r0 src/usr.bin/window/wwputs.c
diff -r1.7 -r0 src/usr.bin/window/wwredrawwin.c
diff -r1.7 -r0 src/usr.bin/window/wwrint.c
diff -r1.7 -r0 src/usr.bin/window/wwscroll.c
diff -r1.7 -r0 src/usr.bin/window/wwtty.c
diff -r1.7 -r0 src/usr.bin/window/wwunframe.c
diff -r1.7 -r0 src/usr.bin/window/xx.c
diff -r1.7 -r0 src/usr.bin/window/xx.h
diff -r1.1 -r0 src/usr.bin/window/export.sh
diff -r1.9 -r0 src/usr.bin/window/lcmd.c
diff -r1.9 -r0 src/usr.bin/window/parser4.c
diff -r1.9 -r0 src/usr.bin/window/scanner.c
diff -r1.9 -r0 src/usr.bin/window/tt.h
diff -r1.9 -r0 src/usr.bin/window/ttinit.c
diff -r1.9 -r0 src/usr.bin/window/ttoutput.c
diff -r1.9 -r0 src/usr.bin/window/tttermcap.c
diff -r1.9 -r0 src/usr.bin/window/ttzapple.c
diff -r1.9 -r0 src/usr.bin/window/window_string.h
diff -r1.9 -r0 src/usr.bin/window/wwenviron.c
diff -r1.9 -r0 src/usr.bin/window/wwgets.c
diff -r1.9 -r0 src/usr.bin/window/wwsize.c
diff -r1.9 -r0 src/usr.bin/window/wwwrite.c
diff -r1.11 -r0 src/usr.bin/window/lcmd1.c
diff -r1.11 -r0 src/usr.bin/window/parser2.c
diff -r1.11 -r0 src/usr.bin/window/string.c
diff -r1.11 -r0 src/usr.bin/window/ttgeneric.c
diff -r1.15 -r0 src/usr.bin/window/lcmd2.c
diff -r1.18 -r0 src/usr.bin/window/main.c
diff -r1.14 -r0 src/usr.bin/window/win.c
diff -r1.14 -r0 src/usr.bin/window/wwiomux.c
diff -r1.23 -r0 src/usr.bin/window/window.1
diff -r1.3 -r0 src/usr.bin/window/windowrc
diff -r1.19 -r0 src/usr.bin/window/ww.h
diff -r1.19 -r0 src/usr.bin/window/wwinit.c
diff -r1.12 -r0 src/usr.bin/window/wwopen.c

cvs diff -r1.984 -r1.985 src/distrib/sets/lists/base/mi (expand / switch to unified diff)

--- src/distrib/sets/lists/base/mi 2012/02/14 14:03:34 1.984
+++ src/distrib/sets/lists/base/mi 2012/02/16 04:52:49 1.985
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mi,v 1.984 2012/02/14 14:03:34 wiz Exp $ 1# $NetBSD: mi,v 1.985 2012/02/16 04:52:49 jmmv Exp $
2# 2#
3# Note: Don't delete entries from here - mark them as "obsolete" instead, 3# Note: Don't delete entries from here - mark them as "obsolete" instead,
4# unless otherwise stated below. 4# unless otherwise stated below.
5# 5#
6# Note: Do not mark "old" major and major.minor shared libraries as 6# Note: Do not mark "old" major and major.minor shared libraries as
7# "obsolete"; just remove the entry, as third-party applications 7# "obsolete"; just remove the entry, as third-party applications
8# may be linked against the old major shared library, and 8# may be linked against the old major shared library, and
9# that is a symlink to the old major.minor shared library. 9# that is a symlink to the old major.minor shared library.
10# e.g., "lib<name>.so.<N>" and "lib<name>.so.<N>.<M>" 10# e.g., "lib<name>.so.<N>" and "lib<name>.so.<N>.<M>"
11# Exceptions to this rule may include shared libraries that 11# Exceptions to this rule may include shared libraries that
12# are dlopen()ed at run-time, such as extra locales, etc. 12# are dlopen()ed at run-time, such as extra locales, etc.
13# 13#
14# /usr/bin/ident is in `base-util-bin', not `base-rcs-bin' as it is used by pkgsrc 14# /usr/bin/ident is in `base-util-bin', not `base-rcs-bin' as it is used by pkgsrc
@@ -732,27 +732,27 @@ @@ -732,27 +732,27 @@
732./usr/bin/vmstat base-util-bin 732./usr/bin/vmstat base-util-bin
733./usr/bin/vndcompress base-util-bin 733./usr/bin/vndcompress base-util-bin
734./usr/bin/vnduncompress base-util-bin 734./usr/bin/vnduncompress base-util-bin
735./usr/bin/w base-util-bin 735./usr/bin/w base-util-bin
736./usr/bin/wall base-util-bin 736./usr/bin/wall base-util-bin
737./usr/bin/wc base-util-bin 737./usr/bin/wc base-util-bin
738./usr/bin/what base-util-bin 738./usr/bin/what base-util-bin
739./usr/bin/whatis base-util-bin 739./usr/bin/whatis base-util-bin
740./usr/bin/whereis base-util-bin 740./usr/bin/whereis base-util-bin
741./usr/bin/which base-util-bin 741./usr/bin/which base-util-bin
742./usr/bin/who base-util-bin 742./usr/bin/who base-util-bin
743./usr/bin/whoami base-util-bin 743./usr/bin/whoami base-util-bin
744./usr/bin/whois base-netutil-bin 744./usr/bin/whois base-netutil-bin
745./usr/bin/window base-util-bin 745./usr/bin/window base-util-bin obsolete
746./usr/bin/write base-util-bin 746./usr/bin/write base-util-bin
747./usr/bin/xargs base-util-bin 747./usr/bin/xargs base-util-bin
748./usr/bin/xz base-util-bin 748./usr/bin/xz base-util-bin
749./usr/bin/xzcat base-util-bin 749./usr/bin/xzcat base-util-bin
750./usr/bin/yes base-util-bin 750./usr/bin/yes base-util-bin
751./usr/bin/ypcat base-nis-bin yp 751./usr/bin/ypcat base-nis-bin yp
752./usr/bin/ypmatch base-nis-bin yp 752./usr/bin/ypmatch base-nis-bin yp
753./usr/bin/yppasswd base-nis-bin use_yp 753./usr/bin/yppasswd base-nis-bin use_yp
754./usr/bin/ypwhich base-nis-bin yp 754./usr/bin/ypwhich base-nis-bin yp
755./usr/bin/zcat base-util-bin 755./usr/bin/zcat base-util-bin
756./usr/bin/zcmp base-util-bin 756./usr/bin/zcmp base-util-bin
757./usr/bin/zdiff base-util-bin 757./usr/bin/zdiff base-util-bin
758./usr/bin/zegrep base-util-bin 758./usr/bin/zegrep base-util-bin

cvs diff -r1.1379 -r1.1380 src/distrib/sets/lists/man/mi (expand / switch to unified diff)

--- src/distrib/sets/lists/man/mi 2012/02/14 17:35:11 1.1379
+++ src/distrib/sets/lists/man/mi 2012/02/16 04:52:50 1.1380
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mi,v 1.1379 2012/02/14 17:35:11 plunky Exp $ 1# $NetBSD: mi,v 1.1380 2012/02/16 04:52:50 jmmv Exp $
2# 2#
3# Note: don't delete entries from here - mark them as "obsolete" instead. 3# Note: don't delete entries from here - mark them as "obsolete" instead.
4# 4#
5./etc/mtree/set.man man-sys-root 5./etc/mtree/set.man man-sys-root
6./usr/share/info/am-utils.info man-amd-info info 6./usr/share/info/am-utils.info man-amd-info info
7./usr/share/info/as.info man-computil-info binutils,info 7./usr/share/info/as.info man-computil-info binutils,info
8./usr/share/info/awk.info man-util-info info 8./usr/share/info/awk.info man-util-info info
9./usr/share/info/bfd.info man-computil-info binutils,info 9./usr/share/info/bfd.info man-computil-info binutils,info
10./usr/share/info/binutils.info man-computil-info binutils,info 10./usr/share/info/binutils.info man-computil-info binutils,info
11./usr/share/info/bzip2.info man-obsolete obsolete 11./usr/share/info/bzip2.info man-obsolete obsolete
12./usr/share/info/cpp.info man-util-info gcccmds,info 12./usr/share/info/cpp.info man-util-info gcccmds,info
13./usr/share/info/cvs.info man-cvs-info cvs,info 13./usr/share/info/cvs.info man-cvs-info cvs,info
14./usr/share/info/cvsclient.info man-cvs-info cvs,info 14./usr/share/info/cvsclient.info man-cvs-info cvs,info
@@ -563,27 +563,27 @@ @@ -563,27 +563,27 @@
563./usr/share/man/cat1/vndcompress.0 man-util-catman .cat 563./usr/share/man/cat1/vndcompress.0 man-util-catman .cat
564./usr/share/man/cat1/vnduncompress.0 man-util-catman .cat 564./usr/share/man/cat1/vnduncompress.0 man-util-catman .cat
565./usr/share/man/cat1/w.0 man-util-catman .cat 565./usr/share/man/cat1/w.0 man-util-catman .cat
566./usr/share/man/cat1/wait.0 man-util-catman .cat 566./usr/share/man/cat1/wait.0 man-util-catman .cat
567./usr/share/man/cat1/wall.0 man-util-catman .cat 567./usr/share/man/cat1/wall.0 man-util-catman .cat
568./usr/share/man/cat1/wc.0 man-util-catman .cat 568./usr/share/man/cat1/wc.0 man-util-catman .cat
569./usr/share/man/cat1/what.0 man-util-catman .cat 569./usr/share/man/cat1/what.0 man-util-catman .cat
570./usr/share/man/cat1/whatis.0 man-util-catman .cat 570./usr/share/man/cat1/whatis.0 man-util-catman .cat
571./usr/share/man/cat1/whereis.0 man-util-catman .cat 571./usr/share/man/cat1/whereis.0 man-util-catman .cat
572./usr/share/man/cat1/which.0 man-util-catman .cat 572./usr/share/man/cat1/which.0 man-util-catman .cat
573./usr/share/man/cat1/who.0 man-util-catman .cat 573./usr/share/man/cat1/who.0 man-util-catman .cat
574./usr/share/man/cat1/whoami.0 man-util-catman .cat 574./usr/share/man/cat1/whoami.0 man-util-catman .cat
575./usr/share/man/cat1/whois.0 man-netutil-catman .cat 575./usr/share/man/cat1/whois.0 man-netutil-catman .cat
576./usr/share/man/cat1/window.0 man-util-catman .cat 576./usr/share/man/cat1/window.0 man-util-catman obsolete
577./usr/share/man/cat1/write.0 man-util-catman .cat 577./usr/share/man/cat1/write.0 man-util-catman .cat
578./usr/share/man/cat1/x68k/aout2hux.0 man-util-catman .cat 578./usr/share/man/cat1/x68k/aout2hux.0 man-util-catman .cat
579./usr/share/man/cat1/x68k/bellctrl.0 man-util-catman .cat 579./usr/share/man/cat1/x68k/bellctrl.0 man-util-catman .cat
580./usr/share/man/cat1/x68k/loadfont.0 man-util-catman .cat 580./usr/share/man/cat1/x68k/loadfont.0 man-util-catman .cat
581./usr/share/man/cat1/x68k/loadkmap.0 man-util-catman .cat 581./usr/share/man/cat1/x68k/loadkmap.0 man-util-catman .cat
582./usr/share/man/cat1/x68k/palette.0 man-util-catman .cat 582./usr/share/man/cat1/x68k/palette.0 man-util-catman .cat
583./usr/share/man/cat1/x68k/tvctrl.0 man-util-catman .cat 583./usr/share/man/cat1/x68k/tvctrl.0 man-util-catman .cat
584./usr/share/man/cat1/xargs.0 man-util-catman .cat 584./usr/share/man/cat1/xargs.0 man-util-catman .cat
585./usr/share/man/cat1/xgettext.0 man-locale-catman .cat 585./usr/share/man/cat1/xgettext.0 man-locale-catman .cat
586./usr/share/man/cat1/xz.0 man-util-catman .cat 586./usr/share/man/cat1/xz.0 man-util-catman .cat
587./usr/share/man/cat1/xzcat.0 man-util-catman .cat 587./usr/share/man/cat1/xzcat.0 man-util-catman .cat
588./usr/share/man/cat1/yes.0 man-util-catman .cat 588./usr/share/man/cat1/yes.0 man-util-catman .cat
589./usr/share/man/cat1/ypcat.0 man-nis-catman yp,.cat 589./usr/share/man/cat1/ypcat.0 man-nis-catman yp,.cat
@@ -3484,27 +3484,27 @@ @@ -3484,27 +3484,27 @@
3484./usr/share/man/html1/vndcompress.html man-util-htmlman html 3484./usr/share/man/html1/vndcompress.html man-util-htmlman html
3485./usr/share/man/html1/vnduncompress.html man-util-htmlman html 3485./usr/share/man/html1/vnduncompress.html man-util-htmlman html
3486./usr/share/man/html1/w.html man-util-htmlman html 3486./usr/share/man/html1/w.html man-util-htmlman html
3487./usr/share/man/html1/wait.html man-util-htmlman html 3487./usr/share/man/html1/wait.html man-util-htmlman html
3488./usr/share/man/html1/wall.html man-util-htmlman html 3488./usr/share/man/html1/wall.html man-util-htmlman html
3489./usr/share/man/html1/wc.html man-util-htmlman html 3489./usr/share/man/html1/wc.html man-util-htmlman html
3490./usr/share/man/html1/what.html man-util-htmlman html 3490./usr/share/man/html1/what.html man-util-htmlman html
3491./usr/share/man/html1/whatis.html man-util-htmlman html 3491./usr/share/man/html1/whatis.html man-util-htmlman html
3492./usr/share/man/html1/whereis.html man-util-htmlman html 3492./usr/share/man/html1/whereis.html man-util-htmlman html
3493./usr/share/man/html1/which.html man-util-htmlman html 3493./usr/share/man/html1/which.html man-util-htmlman html
3494./usr/share/man/html1/who.html man-util-htmlman html 3494./usr/share/man/html1/who.html man-util-htmlman html
3495./usr/share/man/html1/whoami.html man-util-htmlman html 3495./usr/share/man/html1/whoami.html man-util-htmlman html
3496./usr/share/man/html1/whois.html man-netutil-htmlman html 3496./usr/share/man/html1/whois.html man-netutil-htmlman html
3497./usr/share/man/html1/window.html man-util-htmlman html 3497./usr/share/man/html1/window.html man-util-htmlman obsolete
3498./usr/share/man/html1/write.html man-util-htmlman html 3498./usr/share/man/html1/write.html man-util-htmlman html
3499./usr/share/man/html1/x68k/aout2hux.html man-util-htmlman html 3499./usr/share/man/html1/x68k/aout2hux.html man-util-htmlman html
3500./usr/share/man/html1/x68k/bellctrl.html man-util-htmlman html 3500./usr/share/man/html1/x68k/bellctrl.html man-util-htmlman html
3501./usr/share/man/html1/x68k/loadfont.html man-util-htmlman html 3501./usr/share/man/html1/x68k/loadfont.html man-util-htmlman html
3502./usr/share/man/html1/x68k/loadkmap.html man-util-htmlman html 3502./usr/share/man/html1/x68k/loadkmap.html man-util-htmlman html
3503./usr/share/man/html1/x68k/palette.html man-util-htmlman html 3503./usr/share/man/html1/x68k/palette.html man-util-htmlman html
3504./usr/share/man/html1/x68k/tvctrl.html man-util-htmlman html 3504./usr/share/man/html1/x68k/tvctrl.html man-util-htmlman html
3505./usr/share/man/html1/xargs.html man-util-htmlman html 3505./usr/share/man/html1/xargs.html man-util-htmlman html
3506./usr/share/man/html1/xgettext.html man-locale-htmlman html 3506./usr/share/man/html1/xgettext.html man-locale-htmlman html
3507./usr/share/man/html1/xz.html man-util-htmlman html 3507./usr/share/man/html1/xz.html man-util-htmlman html
3508./usr/share/man/html1/xzcat.html man-util-htmlman html 3508./usr/share/man/html1/xzcat.html man-util-htmlman html
3509./usr/share/man/html1/yes.html man-util-htmlman html 3509./usr/share/man/html1/yes.html man-util-htmlman html
3510./usr/share/man/html1/ypcat.html man-nis-htmlman yp,html 3510./usr/share/man/html1/ypcat.html man-nis-htmlman yp,html
@@ -6070,27 +6070,27 @@ @@ -6070,27 +6070,27 @@
6070./usr/share/man/man1/vndcompress.1 man-util-man .man 6070./usr/share/man/man1/vndcompress.1 man-util-man .man
6071./usr/share/man/man1/vnduncompress.1 man-util-man .man 6071./usr/share/man/man1/vnduncompress.1 man-util-man .man
6072./usr/share/man/man1/w.1 man-util-man .man 6072./usr/share/man/man1/w.1 man-util-man .man
6073./usr/share/man/man1/wait.1 man-util-man .man 6073./usr/share/man/man1/wait.1 man-util-man .man
6074./usr/share/man/man1/wall.1 man-util-man .man 6074./usr/share/man/man1/wall.1 man-util-man .man
6075./usr/share/man/man1/wc.1 man-util-man .man 6075./usr/share/man/man1/wc.1 man-util-man .man
6076./usr/share/man/man1/what.1 man-util-man .man 6076./usr/share/man/man1/what.1 man-util-man .man
6077./usr/share/man/man1/whatis.1 man-util-man .man 6077./usr/share/man/man1/whatis.1 man-util-man .man
6078./usr/share/man/man1/whereis.1 man-util-man .man 6078./usr/share/man/man1/whereis.1 man-util-man .man
6079./usr/share/man/man1/which.1 man-util-man .man 6079./usr/share/man/man1/which.1 man-util-man .man
6080./usr/share/man/man1/who.1 man-util-man .man 6080./usr/share/man/man1/who.1 man-util-man .man
6081./usr/share/man/man1/whoami.1 man-util-man .man 6081./usr/share/man/man1/whoami.1 man-util-man .man
6082./usr/share/man/man1/whois.1 man-netutil-man .man 6082./usr/share/man/man1/whois.1 man-netutil-man .man
6083./usr/share/man/man1/window.1 man-util-man .man 6083./usr/share/man/man1/window.1 man-util-man obsolete
6084./usr/share/man/man1/write.1 man-util-man .man 6084./usr/share/man/man1/write.1 man-util-man .man
6085./usr/share/man/man1/x68k/aout2hux.1 man-util-man .man 6085./usr/share/man/man1/x68k/aout2hux.1 man-util-man .man
6086./usr/share/man/man1/x68k/bellctrl.1 man-util-man .man 6086./usr/share/man/man1/x68k/bellctrl.1 man-util-man .man
6087./usr/share/man/man1/x68k/loadfont.1 man-util-man .man 6087./usr/share/man/man1/x68k/loadfont.1 man-util-man .man
6088./usr/share/man/man1/x68k/loadkmap.1 man-util-man .man 6088./usr/share/man/man1/x68k/loadkmap.1 man-util-man .man
6089./usr/share/man/man1/x68k/palette.1 man-util-man .man 6089./usr/share/man/man1/x68k/palette.1 man-util-man .man
6090./usr/share/man/man1/x68k/tvctrl.1 man-util-man .man 6090./usr/share/man/man1/x68k/tvctrl.1 man-util-man .man
6091./usr/share/man/man1/xargs.1 man-util-man .man 6091./usr/share/man/man1/xargs.1 man-util-man .man
6092./usr/share/man/man1/xgettext.1 man-locale-man .man 6092./usr/share/man/man1/xgettext.1 man-locale-man .man
6093./usr/share/man/man1/xz.1 man-util-man .man 6093./usr/share/man/man1/xz.1 man-util-man .man
6094./usr/share/man/man1/xzcat.1 man-util-man .man 6094./usr/share/man/man1/xzcat.1 man-util-man .man
6095./usr/share/man/man1/yes.1 man-util-man .man 6095./usr/share/man/man1/yes.1 man-util-man .man
6096./usr/share/man/man1/ypcat.1 man-nis-man yp,.man 6096./usr/share/man/man1/ypcat.1 man-nis-man yp,.man

cvs diff -r1.1671 -r1.1672 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2012/02/15 23:05:33 1.1671
+++ src/doc/CHANGES 2012/02/16 04:52:49 1.1672
@@ -1,28 +1,29 @@ @@ -1,28 +1,29 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1671 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1672 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
15# 15#
16# That's it, one tab to start an item, and two tabs to indent the content. 16# That's it, one tab to start an item, and two tabs to indent the content.
17# Also please start the content with a capital and end it with a dot. 17# Also please start the content with a capital and end it with a dot.
18# 18#
19# This is very important for the www scripts, otherwise it won't be able to 19# This is very important for the www scripts, otherwise it won't be able to
20# parse the file and the HTML output will be mangled. 20# parse the file and the HTML output will be mangled.
21# 21#
22# See htutils/changes/changes2html script for more details. 22# See htutils/changes/changes2html script for more details.
23# 23#
24# ---------------------------------------------------------------------------- 24# ----------------------------------------------------------------------------
25 25
26 26
27Changes from NetBSD 6.0 to NetBSD 7.0: 27Changes from NetBSD 6.0 to NetBSD 7.0:
28 28 window(1): Removed from the base system in favor of tmux. Use the
 29 pkgsrc/misc/window package from now on. [jmmv 20120215]

cvs diff -r1.207 -r1.208 src/usr.bin/Makefile (expand / switch to unified diff)

--- src/usr.bin/Makefile 2012/02/07 19:13:31 1.207
+++ src/usr.bin/Makefile 2012/02/16 04:52:47 1.208
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.207 2012/02/07 19:13:31 joerg Exp $ 1# $NetBSD: Makefile,v 1.208 2012/02/16 04:52:47 jmmv Exp $
2# from: @(#)Makefile 8.3 (Berkeley) 1/7/94 2# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
3 3
4.include <bsd.own.mk> 4.include <bsd.own.mk>
5 5
6SUBDIR= apply asa at audio audiocfg \ 6SUBDIR= apply asa at audio audiocfg \
7 banner basename biff bthset btkey btpin \ 7 banner basename biff bthset btkey btpin \
8 bzip2 bzip2recover cal calendar cap_mkdb cdplay \ 8 bzip2 bzip2recover cal calendar cap_mkdb cdplay \
9 checknr chflags chpass cksum cmp cleantags col colcrt colrm \ 9 checknr chflags chpass cksum cmp cleantags col colcrt colrm \
10 column comm compress config crunch csplit ctags cut \ 10 column comm compress config crunch csplit ctags cut \
11 deroff db dirname du \ 11 deroff db dirname du \
12 eject elf2aout elf2ecoff env error expand extattr \ 12 eject elf2aout elf2ecoff env error expand extattr \
13 false fdformat fgen fincore find finger fmt fold fpr from \ 13 false fdformat fgen fincore find finger fmt fold fpr from \
14 fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \ 14 fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \
@@ -21,27 +21,27 @@ SUBDIR= apply asa at audio audiocfg \ @@ -21,27 +21,27 @@ SUBDIR= apply asa at audio audiocfg \
21 nbperf netgroup netstat newgrp newsyslog nfsstat nice nl nohup nvi \ 21 nbperf netgroup netstat newgrp newsyslog nfsstat nice nl nohup nvi \
22 pagesize passwd paste patch pathchk pkill pmap pmc pr \ 22 pagesize passwd paste patch pathchk pkill pmap pmc pr \
23 printenv printf progress pwhash qsubst quota radioctl rdist \ 23 printenv printf progress pwhash qsubst quota radioctl rdist \
24 renice rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh \ 24 renice rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh \
25 rump_allserver rump_dhcpclient rump_halt rump_server rup ruptime \ 25 rump_allserver rump_dhcpclient rump_halt rump_server rup ruptime \
26 rusers rwall rwho \ 26 rusers rwall rwho \
27 script sdiff sdpquery sed seq shar shlock shmif_dumpbus \ 27 script sdiff sdpquery sed seq shar shlock shmif_dumpbus \
28 showmount shuffle sockstat soelim sort spell split stat su systat \ 28 showmount shuffle sockstat soelim sort spell split stat su systat \
29 tabs tail talk tcopy tee telnet tftp tic time tip touch tpfmt tput \ 29 tabs tail talk tcopy tee telnet tftp tic time tip touch tpfmt tput \
30 tr true tset tsort tty ul uname unexpand unifdef \ 30 tr true tset tsort tty ul uname unexpand unifdef \
31 uniq units unvis unzip usbhidaction usbhidctl users utoppya \ 31 uniq units unvis unzip usbhidaction usbhidctl users utoppya \
32 uudecode uuencode uuidgen vacation vgrind videoctl vis \ 32 uudecode uuencode uuidgen vacation vgrind videoctl vis \
33 vmstat vndcompress w \ 33 vmstat vndcompress w \
34 wall wc what whereis who whois window \ 34 wall wc what whereis who whois \
35 write xargs xinstall xlint xstr yes 35 write xargs xinstall xlint xstr yes
36 36
37SUBDIR+= ../external/zlib/pigz/bin/pigz 37SUBDIR+= ../external/zlib/pigz/bin/pigz
38 38
39.if MKMAKEMANDB == "no" 39.if MKMAKEMANDB == "no"
40SUBDIR+= apropos whatis 40SUBDIR+= apropos whatis
41.endif 41.endif
42 42
43.if (${MKBSDGREP} != "no") 43.if (${MKBSDGREP} != "no")
44SUBDIR+= grep 44SUBDIR+= grep
45.endif 45.endif
46 46
47.if (${MKPIGZGZIP} != "no") 47.if (${MKPIGZGZIP} != "no")

File Deleted: src/usr.bin/window/Attic/Makefile

File Deleted: src/usr.bin/window/Attic/var.c

File Deleted: src/usr.bin/window/Attic/wwflush.c

File Deleted: src/usr.bin/window/Attic/wwspawn.c

File Deleted: src/usr.bin/window/Attic/README

File Deleted: src/usr.bin/window/Attic/local.h

File Deleted: src/usr.bin/window/Attic/token.h

File Deleted: src/usr.bin/window/Attic/alias.h

File Deleted: src/usr.bin/window/Attic/char.h

File Deleted: src/usr.bin/window/Attic/context.h

File Deleted: src/usr.bin/window/Attic/wwdata.c

File Deleted: src/usr.bin/window/Attic/char.c

File Deleted: src/usr.bin/window/Attic/cmd4.c

File Deleted: src/usr.bin/window/Attic/error.c

File Deleted: src/usr.bin/window/Attic/parser1.c

File Deleted: src/usr.bin/window/Attic/parser3.c

File Deleted: src/usr.bin/window/Attic/ttf100.c

File Deleted: src/usr.bin/window/Attic/tth29.c

File Deleted: src/usr.bin/window/Attic/tttvi925.c

File Deleted: src/usr.bin/window/Attic/ttwyse60.c

File Deleted: src/usr.bin/window/Attic/ttwyse75.c

File Deleted: src/usr.bin/window/Attic/ttzentec.c

File Deleted: src/usr.bin/window/Attic/value.h

File Deleted: src/usr.bin/window/Attic/wwalloc.c

File Deleted: src/usr.bin/window/Attic/wwbox.c

File Deleted: src/usr.bin/window/Attic/wwclose.c

File Deleted: src/usr.bin/window/Attic/wwdelline.c

File Deleted: src/usr.bin/window/Attic/wwinsline.c

File Deleted: src/usr.bin/window/Attic/wwprintf.c

File Deleted: src/usr.bin/window/Attic/wwputc.c

File Deleted: src/usr.bin/window/Attic/wwredraw.c

File Deleted: src/usr.bin/window/Attic/wwsuspend.c

File Deleted: src/usr.bin/window/Attic/wwterminfo.c

File Deleted: src/usr.bin/window/Attic/wwupdate.c

File Deleted: src/usr.bin/window/Attic/xxflush.c

File Deleted: src/usr.bin/window/Attic/cmd.c

File Deleted: src/usr.bin/window/Attic/cmd3.c

File Deleted: src/usr.bin/window/Attic/cmd6.c

File Deleted: src/usr.bin/window/Attic/cmd7.c

File Deleted: src/usr.bin/window/Attic/defs.h

File Deleted: src/usr.bin/window/Attic/mloop.c

File Deleted: src/usr.bin/window/Attic/parser.h

File Deleted: src/usr.bin/window/Attic/startup.c

File Deleted: src/usr.bin/window/Attic/var.h

File Deleted: src/usr.bin/window/Attic/wwchild.c

File Deleted: src/usr.bin/window/Attic/wwdump.c

File Deleted: src/usr.bin/window/Attic/wwend.c

File Deleted: src/usr.bin/window/Attic/wwlabel.c

File Deleted: src/usr.bin/window/Attic/wwpty.c

File Deleted: src/usr.bin/window/Attic/cmd1.c

File Deleted: src/usr.bin/window/Attic/cmd2.c

File Deleted: src/usr.bin/window/Attic/cmd5.c

File Deleted: src/usr.bin/window/Attic/compress.c

File Deleted: src/usr.bin/window/Attic/context.c

File Deleted: src/usr.bin/window/Attic/lcmd.h

File Deleted: src/usr.bin/window/Attic/parser5.c

File Deleted: src/usr.bin/window/Attic/tth19.c

File Deleted: src/usr.bin/window/Attic/wwadd.c

File Deleted: src/usr.bin/window/Attic/wwclreol.c

File Deleted: src/usr.bin/window/Attic/wwclreos.c

File Deleted: src/usr.bin/window/Attic/wwcursor.c

File Deleted: src/usr.bin/window/Attic/wwdelchar.c

File Deleted: src/usr.bin/window/Attic/wwdelete.c

File Deleted: src/usr.bin/window/Attic/wwerror.c

File Deleted: src/usr.bin/window/Attic/wwframe.c

File Deleted: src/usr.bin/window/Attic/wwinschar.c

File Deleted: src/usr.bin/window/Attic/wwmisc.c

File Deleted: src/usr.bin/window/Attic/wwmove.c

File Deleted: src/usr.bin/window/Attic/wwputs.c

File Deleted: src/usr.bin/window/Attic/wwredrawwin.c

File Deleted: src/usr.bin/window/Attic/wwrint.c

File Deleted: src/usr.bin/window/Attic/wwscroll.c

File Deleted: src/usr.bin/window/Attic/wwtty.c

File Deleted: src/usr.bin/window/Attic/wwunframe.c

File Deleted: src/usr.bin/window/Attic/xx.c

File Deleted: src/usr.bin/window/Attic/xx.h

File Deleted: src/usr.bin/window/Attic/export.sh

File Deleted: src/usr.bin/window/Attic/lcmd.c

File Deleted: src/usr.bin/window/Attic/parser4.c

File Deleted: src/usr.bin/window/Attic/scanner.c

File Deleted: src/usr.bin/window/Attic/tt.h

File Deleted: src/usr.bin/window/Attic/ttinit.c

File Deleted: src/usr.bin/window/Attic/ttoutput.c

File Deleted: src/usr.bin/window/Attic/tttermcap.c

File Deleted: src/usr.bin/window/Attic/ttzapple.c

File Deleted: src/usr.bin/window/Attic/window_string.h

File Deleted: src/usr.bin/window/Attic/wwenviron.c

File Deleted: src/usr.bin/window/Attic/wwgets.c

File Deleted: src/usr.bin/window/Attic/wwsize.c

File Deleted: src/usr.bin/window/Attic/wwwrite.c

File Deleted: src/usr.bin/window/Attic/lcmd1.c

File Deleted: src/usr.bin/window/Attic/parser2.c

File Deleted: src/usr.bin/window/Attic/string.c

File Deleted: src/usr.bin/window/Attic/ttgeneric.c

File Deleted: src/usr.bin/window/Attic/lcmd2.c

File Deleted: src/usr.bin/window/Attic/main.c

File Deleted: src/usr.bin/window/Attic/win.c

File Deleted: src/usr.bin/window/Attic/wwiomux.c

File Deleted: src/usr.bin/window/Attic/window.1

File Deleted: src/usr.bin/window/Attic/windowrc

File Deleted: src/usr.bin/window/Attic/ww.h

File Deleted: src/usr.bin/window/Attic/wwinit.c

File Deleted: src/usr.bin/window/Attic/wwopen.c