Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Remove tn3270 from base system.
details: https://anonhg.NetBSD.org/src/rev/a7e27e3ec200
branches: trunk
changeset: 750843:a7e27e3ec200
user: roy <roy%NetBSD.org@localhost>
date: Sat Jan 16 15:34:22 2010 +0000
description:
Remove tn3270 from base system.
If anyone really needs it then it can be put into pkgsrc.
Importing c3270 into pkgsrc is probably a better option though.
diffstat:
distrib/sets/lists/base/mi | 8 +-
distrib/sets/lists/comp/mi | 6 +-
distrib/sets/lists/man/mi | 20 +-
share/termcap/Makefile | 4 +-
share/termcap/map3270 | 1027 -------------------------
usr.bin/Makefile | 4 +-
usr.bin/tn3270/api/api.order | 8 -
usr.bin/tn3270/api/api_bsd.c | 294 -------
usr.bin/tn3270/api/api_exch.c | 445 -----------
usr.bin/tn3270/api/api_exch.h | 167 ----
usr.bin/tn3270/api/apilib.c | 434 ----------
usr.bin/tn3270/api/apilib.h | 57 -
usr.bin/tn3270/api/asc_ebc.c | 115 --
usr.bin/tn3270/api/asc_ebc.h | 49 -
usr.bin/tn3270/api/astosc.c | 105 --
usr.bin/tn3270/api/astosc.h | 56 -
usr.bin/tn3270/api/dctype.c | 248 ------
usr.bin/tn3270/api/dctype.h | 52 -
usr.bin/tn3270/api/disp_asc.c | 48 -
usr.bin/tn3270/api/disp_asc.h | 41 -
usr.bin/tn3270/api/ebc_disp.c | 111 --
usr.bin/tn3270/api/ebc_disp.h | 36 -
usr.bin/tn3270/ascii/ascii.order | 2 -
usr.bin/tn3270/ascii/default.map | 75 -
usr.bin/tn3270/ascii/map3270.c | 956 -----------------------
usr.bin/tn3270/ascii/map3270.h | 43 -
usr.bin/tn3270/ascii/mset.c | 418 ----------
usr.bin/tn3270/ascii/state.h | 55 -
usr.bin/tn3270/ascii/termin.c | 298 -------
usr.bin/tn3270/ctlr/3180.kbd | 178 ----
usr.bin/tn3270/ctlr/3270pc.kbd | 178 ----
usr.bin/tn3270/ctlr/api.c | 777 -------------------
usr.bin/tn3270/ctlr/api.h | 409 ----------
usr.bin/tn3270/ctlr/ctlr.order | 5 -
usr.bin/tn3270/ctlr/declare.h | 57 -
usr.bin/tn3270/ctlr/function.c | 52 -
usr.bin/tn3270/ctlr/function.h | 164 ----
usr.bin/tn3270/ctlr/hostctlr.h | 220 -----
usr.bin/tn3270/ctlr/inbound.c | 1213 ------------------------------
usr.bin/tn3270/ctlr/oia.c | 55 -
usr.bin/tn3270/ctlr/oia.h | 191 ----
usr.bin/tn3270/ctlr/options.c | 185 ----
usr.bin/tn3270/ctlr/options.h | 42 -
usr.bin/tn3270/ctlr/outbound.c | 617 ---------------
usr.bin/tn3270/ctlr/screen.h | 140 ---
usr.bin/tn3270/ctlr/scrnctlr.h | 46 -
usr.bin/tn3270/ctlr/unix.kbd | 180 ----
usr.bin/tn3270/general/genbsubs.c | 130 ---
usr.bin/tn3270/general/general.h | 51 -
usr.bin/tn3270/general/general.order | 2 -
usr.bin/tn3270/general/globals.c | 77 -
usr.bin/tn3270/general/globals.h | 130 ---
usr.bin/tn3270/general/vaxbsubs.s | 100 --
usr.bin/tn3270/mset/Makefile | 29 -
usr.bin/tn3270/mset/map3270.5 | 340 --------
usr.bin/tn3270/mset/mset.1 | 188 ----
usr.bin/tn3270/sys_curses/system.c | 762 ------------------
usr.bin/tn3270/sys_curses/telextrn.h | 71 -
usr.bin/tn3270/sys_curses/terminal.h | 79 -
usr.bin/tn3270/sys_curses/termout.c | 947 -----------------------
usr.bin/tn3270/tn3270/Makefile | 86 --
usr.bin/tn3270/tn3270/tn3270.1 | 339 --------
usr.bin/tn3270/tools/Makefile | 5 -
usr.bin/tn3270/tools/Makefile.inc | 12 -
usr.bin/tn3270/tools/mkastods/Makefile | 7 -
usr.bin/tn3270/tools/mkastods/mkastods.c | 76 -
usr.bin/tn3270/tools/mkastosc/Makefile | 11 -
usr.bin/tn3270/tools/mkastosc/mkastosc.c | 164 ----
usr.bin/tn3270/tools/mkdctype/Makefile | 7 -
usr.bin/tn3270/tools/mkdctype/ectype.c | 318 -------
usr.bin/tn3270/tools/mkdctype/ectype.h | 53 -
usr.bin/tn3270/tools/mkdctype/mkdctype.c | 104 --
usr.bin/tn3270/tools/mkdstoas/Makefile | 7 -
usr.bin/tn3270/tools/mkdstoas/mkdstoas.c | 76 -
usr.bin/tn3270/tools/mkhits/Makefile | 7 -
usr.bin/tn3270/tools/mkhits/dohits.c | 299 -------
usr.bin/tn3270/tools/mkhits/dohits.h | 55 -
usr.bin/tn3270/tools/mkhits/mkhits.c | 143 ---
usr.bin/tn3270/tools/mkmake/Makefile | 9 -
usr.bin/tn3270/tools/mkmake/mkmake.y | 1137 ----------------------------
usr.bin/tn3270/tools/prt3270/Makefile | 46 -
usr.bin/tn3270/tools/prt3270/prt3270.c | 646 ---------------
82 files changed, 21 insertions(+), 16383 deletions(-)
diffs (truncated from 16858 to 300 lines):
diff -r 26d64f4e666b -r a7e27e3ec200 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi Sat Jan 16 13:59:42 2010 +0000
+++ b/distrib/sets/lists/base/mi Sat Jan 16 15:34:22 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.852 2010/01/14 21:35:57 pooka Exp $
+# $NetBSD: mi,v 1.853 2010/01/16 15:34:22 roy Exp $
#
# Note: Don't delete entries from here - mark them as "obsolete" instead,
# unless otherwise stated below.
@@ -496,7 +496,7 @@
./usr/bin/mktemp base-util-bin
./usr/bin/modstat base-obsolete obsolete
./usr/bin/more base-util-bin
-./usr/bin/mset base-tn3270-bin
+./usr/bin/mset base-obsolete obsolete
./usr/bin/msgs base-util-bin
./usr/bin/nbsvtool base-crypto-bin crypto
./usr/bin/netgroup base-nis-bin
@@ -610,7 +610,7 @@
./usr/bin/tftp base-netutil-bin
./usr/bin/time base-util-bin
./usr/bin/tip base-util-bin
-./usr/bin/tn3270 base-tn3270-bin
+./usr/bin/tn3270 base-obsolete obselete
./usr/bin/top base-util-bin
./usr/bin/touch base-util-bin
./usr/bin/tput base-util-bin
@@ -3552,7 +3552,7 @@
./usr/share/misc/magic.mime.mgc base-obsolete obsolete
./usr/share/misc/mail.help base-reference-share share
./usr/share/misc/mail.tildehelp base-reference-share share
-./usr/share/misc/map3270 base-reference-share share
+./usr/share/misc/map3270 base-obsolete obsolete
./usr/share/misc/more.help base-obsolete obsolete
./usr/share/misc/nslookup.help base-obsolete obsolete
./usr/share/misc/termcap base-termcap-share share
diff -r 26d64f4e666b -r a7e27e3ec200 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Sat Jan 16 13:59:42 2010 +0000
+++ b/distrib/sets/lists/comp/mi Sat Jan 16 15:34:22 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1363 2010/01/14 21:35:57 pooka Exp $
+# $NetBSD: mi,v 1.1364 2010/01/16 15:34:22 roy Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -3051,7 +3051,7 @@
./usr/libdata/debug/usr/bin/mkstr.debug comp-c-debug debug
./usr/libdata/debug/usr/bin/mktemp.debug comp-util-debug debug
./usr/libdata/debug/usr/bin/modstat.debug comp-obsolete obsolete
-./usr/libdata/debug/usr/bin/mset.debug comp-tn3270-debug debug
+./usr/libdata/debug/usr/bin/mset.debug comp-obsolete obsolete
./usr/libdata/debug/usr/bin/msgattrib.debug comp-c-debug debug
./usr/libdata/debug/usr/bin/msgc.debug comp-c-debug debug
./usr/libdata/debug/usr/bin/msgcat.debug comp-c-debug debug
@@ -3174,7 +3174,7 @@
./usr/libdata/debug/usr/bin/tftp.debug comp-netutil-debug debug
./usr/libdata/debug/usr/bin/time.debug comp-util-debug debug
./usr/libdata/debug/usr/bin/tip.debug comp-util-debug debug
-./usr/libdata/debug/usr/bin/tn3270.debug comp-tn3270-debug debug
+./usr/libdata/debug/usr/bin/tn3270.debug comp-obsolete obsolete
./usr/libdata/debug/usr/bin/top.debug comp-util-debug debug
./usr/libdata/debug/usr/bin/touch.debug comp-util-debug debug
./usr/libdata/debug/usr/bin/tput.debug comp-util-debug debug
diff -r 26d64f4e666b -r a7e27e3ec200 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sat Jan 16 13:59:42 2010 +0000
+++ b/distrib/sets/lists/man/mi Sat Jan 16 15:34:22 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1184 2010/01/14 21:35:57 pooka Exp $
+# $NetBSD: mi,v 1.1185 2010/01/16 15:34:23 roy Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -286,7 +286,7 @@
./usr/share/man/cat1/mopprobe.0 man-bootserver-catman .cat
./usr/share/man/cat1/moptrace.0 man-bootserver-catman .cat
./usr/share/man/cat1/more.0 man-util-catman .cat
-./usr/share/man/cat1/mset.0 man-tn3270-catman .cat
+./usr/share/man/cat1/mset.0 man-obsolete obsolete
./usr/share/man/cat1/msgattrib.0 man-locale-catman .cat
./usr/share/man/cat1/msgcat.0 man-locale-catman .cat
./usr/share/man/cat1/msgcmp.0 man-locale-catman .cat
@@ -494,7 +494,7 @@
./usr/share/man/cat1/tftp.0 man-netutil-catman .cat
./usr/share/man/cat1/time.0 man-util-catman .cat
./usr/share/man/cat1/tip.0 man-util-catman .cat
-./usr/share/man/cat1/tn3270.0 man-tn3270-catman .cat
+./usr/share/man/cat1/tn3270.0 man-obsolete obsolete
./usr/share/man/cat1/top.0 man-util-catman .cat
./usr/share/man/cat1/touch.0 man-util-catman .cat
./usr/share/man/cat1/tput.0 man-util-catman .cat
@@ -1807,7 +1807,7 @@
./usr/share/man/cat5/magic.0 man-util-catman .cat
./usr/share/man/cat5/mailer.conf.0 man-mailwrapper-catman .cat
./usr/share/man/cat5/man.conf.0 man-man-catman .cat
-./usr/share/man/cat5/map3270.0 man-tn3270-catman .cat
+./usr/share/man/cat5/map3270.0 man-obsolete obsolete
./usr/share/man/cat5/master.0 man-postfix-catman postfix,.cat
./usr/share/man/cat5/master.passwd.0 man-sys-catman .cat
./usr/share/man/cat5/mixerctl.conf.0 man-audio-catman .cat
@@ -2985,7 +2985,7 @@
./usr/share/man/html1/mopprobe.html man-bootserver-htmlman html
./usr/share/man/html1/moptrace.html man-bootserver-htmlman html
./usr/share/man/html1/more.html man-util-htmlman html
-./usr/share/man/html1/mset.html man-tn3270-htmlman html
+./usr/share/man/html1/mset.html man-obsolete obsolete
./usr/share/man/html1/msgattrib.html man-locale-htmlman html
./usr/share/man/html1/msgcat.html man-locale-htmlman html
./usr/share/man/html1/msgcmp.html man-locale-htmlman html
@@ -3187,7 +3187,7 @@
./usr/share/man/html1/tftp.html man-netutil-htmlman html
./usr/share/man/html1/time.html man-util-htmlman html
./usr/share/man/html1/tip.html man-util-htmlman html
-./usr/share/man/html1/tn3270.html man-tn3270-htmlman html
+./usr/share/man/html1/tn3270.html man-obsolete obsolete
./usr/share/man/html1/top.html man-util-htmlman html
./usr/share/man/html1/touch.html man-util-htmlman html
./usr/share/man/html1/tput.html man-util-htmlman html
@@ -4353,7 +4353,7 @@
./usr/share/man/html5/magic.html man-util-htmlman html
./usr/share/man/html5/mailer.conf.html man-mailwrapper-htmlman html
./usr/share/man/html5/man.conf.html man-man-htmlman html
-./usr/share/man/html5/map3270.html man-tn3270-htmlman html
+./usr/share/man/html5/map3270.html man-obsolete obsolete
./usr/share/man/html5/master.html man-postfix-htmlman postfix,html
./usr/share/man/html5/master.passwd.html man-sys-htmlman html
./usr/share/man/html5/mixerctl.conf.html man-audio-htmlman html
@@ -5332,7 +5332,7 @@
./usr/share/man/man1/mopprobe.1 man-bootserver-man .man
./usr/share/man/man1/moptrace.1 man-bootserver-man .man
./usr/share/man/man1/more.1 man-util-man .man
-./usr/share/man/man1/mset.1 man-tn3270-man .man
+./usr/share/man/man1/mset.1 man-obsolete obsolete
./usr/share/man/man1/msgattrib.1 man-locale-man .man
./usr/share/man/man1/msgcat.1 man-locale-man .man
./usr/share/man/man1/msgcmp.1 man-locale-man .man
@@ -5540,7 +5540,7 @@
./usr/share/man/man1/tftp.1 man-netutil-man .man
./usr/share/man/man1/time.1 man-util-man .man
./usr/share/man/man1/tip.1 man-util-man .man
-./usr/share/man/man1/tn3270.1 man-tn3270-man .man
+./usr/share/man/man1/tn3270.1 man-obsolete obsolete
./usr/share/man/man1/top.1 man-util-man .man
./usr/share/man/man1/touch.1 man-util-man .man
./usr/share/man/man1/tput.1 man-util-man .man
@@ -6853,7 +6853,7 @@
./usr/share/man/man5/magic.5 man-util-man .man
./usr/share/man/man5/mailer.conf.5 man-mailwrapper-man .man
./usr/share/man/man5/man.conf.5 man-man-man .man
-./usr/share/man/man5/map3270.5 man-tn3270-man .man
+./usr/share/man/man5/map3270.5 man-obsolete obsolete
./usr/share/man/man5/master.5 man-postfix-man postfix,.man
./usr/share/man/man5/master.passwd.5 man-sys-man .man
./usr/share/man/man5/mixerctl.conf.5 man-audio-man .man
diff -r 26d64f4e666b -r a7e27e3ec200 share/termcap/Makefile
--- a/share/termcap/Makefile Sat Jan 16 13:59:42 2010 +0000
+++ b/share/termcap/Makefile Sat Jan 16 15:34:22 2010 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.29 2003/10/21 10:01:20 lukem Exp $
+# $NetBSD: Makefile,v 1.30 2010/01/16 15:34:23 roy Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/8/93
MAN= termcap.5
CLEANFILES= termcap.db
realall: termcap.db
-FILES=termcap.db termcap.src map3270
+FILES=termcap.db termcap.src
FILESNAME_termcap.src=termcap
FILESDIR=${BINDIR}/misc
diff -r 26d64f4e666b -r a7e27e3ec200 share/termcap/map3270
--- a/share/termcap/map3270 Sat Jan 16 13:59:42 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1027 +0,0 @@
-# $NetBSD: map3270,v 1.4 1999/09/06 20:28:20 perry Exp $
-#
-# Copyright (c) 1989, 1993
-# The Regents of the University of California. All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# 3. All advertising materials mentioning features or use of this software
-# must display the following acknowledgement:
-# This product includes software developed by the University of
-# California, Berkeley and its contributors.
-# 4. Neither the name of the University nor the names of its contributors
-# may be used to endorse or promote products derived from this software
-# without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-# SUCH DAMAGE.
-#
-# @(#)map3270 8.2 (Berkeley) 4/1/94
-#
-
-# This file contains mappings between characters entered from the keyboard,
-# and 3270 keys, for use by programs (like tn3270) doing 3270 emulation
-# from unix.
-#
-# Inside the single quotes, a caret ("^") introduces a control character
-# sequence (rub out = ^?, by the way). Also inside the single quotes,
-# a backslash ('\') introduces an escaped character. Also, \n, \r, \t,
-# are all as in C, and \E is another way of representing escape.
-#
-# NOTE that while we are defining lots of function, much of that
-# function (ie: local editing keys) may not yet be available from tn3270.
-#
-# Please e-mail changes to termcap%berkeley.edu@localhost or uunet!ucbvax!termcap.
-#
-
-3a | adm3a {
- enter = '^m';
- clear = '^z';
-
- nl = '^n';
- tab = '^i';
- btab = '^b' | '\E^i';
- left = '^h';
- right = '^l';
- up = '^k';
- down = '^j';
- home = '^@';
-
- delete = '^d' | '^?'; # rubout
- eeof = '^e';
- einp = '^w';
- insrt = '\E ';
- dp = '^u';
- fm = '^y';
-
- # pf keys
- pfk1 = '\E1'; pfk2 = '\E2'; pfk3 = '\E3'; pfk4 = '\E4';
- pfk5 = '\E5'; pfk6 = '\E6'; pfk7 = '\E7'; pfk8 = '\E8';
- pfk9 = '\E9'; pfk10 = '\E0'; pfk11 = '\E:'; pfk12 = '\E-';
- pfk13 = '^f13'; pfk14 = '^f14'; pfk15 = '^f15'; pfk16 = '^f16';
- pfk17 = '^f17'; pfk18 = '^f18'; pfk19 = '^f19'; pfk20 = '^f20';
- pfk21 = '^f21'; pfk22 = '^f22'; pfk23 = '^f23'; pfk24 = '^f24';
-
- # program attention keys
- pa1 = '^p1';
- pa2 = '^p2';
- pa3 = '^p3';
-
- # other keys
- cursel = '\E.';
- centsign = '^\';
-
- # local control keys
-
- reset = '^t'; # well, there is a little confusion here...
- master_reset = '^g';
- flinp = '^x';
- reshow = '^v'; # redisplay screen
- escape = '^c'; # escape to telnet command mode
-
- # local editing keys
- settab = '\E;';
- deltab = '\E\'';
- clrtab = '\E+';
- setmrg = '\E(';
- sethom = '\E!';
- coltab = '\Ei';
- colbak = '\Eb';
- indent = '\El';
- undent = '\Eh';
-
-} # end of adm3a
-
-920c | tvi920c | 920b { # tvi920c definitions...
-
- # command keys
- enter = '^m';
- clear = '^z';
-
- # cursor movement keys
- nl = '^^' | '^n'; # home
- tab = '^i';
- btab = '^b' | '\E^i';
- left = '^h';
- right = '^l';
- up = '^k';
- down = '^j';
- home = '^@';
-
- # edit control keys
Home |
Main Index |
Thread Index |
Old Index