aboutsummaryrefslogtreecommitdiff
path: root/repos/extra
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra')
-rw-r--r--repos/extra/ffmpeg/.files3
-rw-r--r--repos/extra/ffmpeg/abuild6
-rw-r--r--repos/extra/ffmpeg/fef22c87ada4517441701e6e61e062c9f4399c8e.patch124
-rw-r--r--repos/extra/ffmpeg/ffmpeg-6.0-chromium_method-1.patch42
-rw-r--r--repos/extra/ffmpeg/gcc-14.patch12
-rw-r--r--repos/extra/firefox/.files1
-rw-r--r--repos/extra/firefox/abuild104
-rw-r--r--repos/extra/llvm/abuild2
-rw-r--r--repos/extra/ncurses/.files1950
-rw-r--r--repos/extra/ncurses/abuild14
-rw-r--r--repos/extra/rust/abuild90
-rw-r--r--repos/extra/slang/.files1
12 files changed, 1095 insertions, 1254 deletions
diff --git a/repos/extra/ffmpeg/.files b/repos/extra/ffmpeg/.files
index 4c9ddda9..3f57519e 100644
--- a/repos/extra/ffmpeg/.files
+++ b/repos/extra/ffmpeg/.files
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ffmpeg
+-rwxr-xr-x root/root usr/bin/ffplay
-rwxr-xr-x root/root usr/bin/ffprobe
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libavcodec/
@@ -234,6 +235,8 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/ffmpeg-scaler.1.gz
-rw-r--r-- root/root usr/share/man/man1/ffmpeg-utils.1.gz
-rw-r--r-- root/root usr/share/man/man1/ffmpeg.1.gz
+-rw-r--r-- root/root usr/share/man/man1/ffplay-all.1.gz
+-rw-r--r-- root/root usr/share/man/man1/ffplay.1.gz
-rw-r--r-- root/root usr/share/man/man1/ffprobe-all.1.gz
-rw-r--r-- root/root usr/share/man/man1/ffprobe.1.gz
drwxr-xr-x root/root usr/share/man/man3/
diff --git a/repos/extra/ffmpeg/abuild b/repos/extra/ffmpeg/abuild
index 0f281c73..e8dcf466 100644
--- a/repos/extra/ffmpeg/abuild
+++ b/repos/extra/ffmpeg/abuild
@@ -1,10 +1,8 @@
name=ffmpeg
-version=6.1.1
+version=7.0.1
release=1
source="https://$name.org/releases/$name-$version.tar.xz
- ffmpeg-6.0-chromium_method-1.patch
- fef22c87ada4517441701e6e61e062c9f4399c8e.patch"
-# ffmpeg-7.0-chromium_method-1.patch"
+ gcc-14.patch"
build() {
./configure \
diff --git a/repos/extra/ffmpeg/fef22c87ada4517441701e6e61e062c9f4399c8e.patch b/repos/extra/ffmpeg/fef22c87ada4517441701e6e61e062c9f4399c8e.patch
deleted file mode 100644
index 93b8ac1b..00000000
--- a/repos/extra/ffmpeg/fef22c87ada4517441701e6e61e062c9f4399c8e.patch
+++ /dev/null
@@ -1,124 +0,0 @@
-From fef22c87ada4517441701e6e61e062c9f4399c8e Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Jan=20Ekstr=C3=B6m?= <jeebjp@gmail.com>
-Date: Wed, 14 Feb 2024 22:40:54 +0200
-Subject: [PATCH] {avcodec,tests}: rename the bundled Mesa AV1 vulkan video
- headers
-
-This together with adjusting the inclusion define allows for the
-build to not fail with latest Vulkan-Headers that contain the
-stabilized Vulkan AV1 decoding definitions.
-
-Compilation fails currently as the AV1 header is getting included
-via hwcontext_vulkan.h -> <vulkan/vulkan.h> -> vulkan_core.h, which
-finally includes vk_video/vulkan_video_codec_av1std.h and the decode
-header, leading to the bundled header to never defining anything
-due to the inclusion define being the same.
-
-This fix is imperfect, as it leads to additional re-definition
-warnings for things such as
-VK_STD_VULKAN_VIDEO_CODEC_AV1_DECODE_SPEC_VERSION. , but it is
-not clear how to otherwise have the bundled version trump the
-actually standardized one for a short-term compilation fix.
-
-(cherry picked from commit e06ce6d2b45edac4a2df04f304e18d4727417d24)
----
- libavcodec/Makefile | 4 ++--
- libavcodec/vulkan_video.h | 4 ++--
- ...v1std_decode.h => vulkan_video_codec_av1std_decode_mesa.h} | 4 ++--
- ..._video_codec_av1std.h => vulkan_video_codec_av1std_mesa.h} | 4 ++--
- tests/ref/fate/source | 4 ++--
- 5 files changed, 10 insertions(+), 10 deletions(-)
- rename libavcodec/{vulkan_video_codec_av1std_decode.h => vulkan_video_codec_av1std_decode_mesa.h} (89%)
- rename libavcodec/{vulkan_video_codec_av1std.h => vulkan_video_codec_av1std_mesa.h} (99%)
-
-diff --git a/libavcodec/Makefile b/libavcodec/Makefile
-index ec57e53e30..eb25707ef5 100644
---- a/libavcodec/Makefile
-+++ b/libavcodec/Makefile
-@@ -1284,7 +1284,7 @@ SKIPHEADERS += %_tablegen.h \
- aacenc_quantization.h \
- aacenc_quantization_misc.h \
- bitstream_template.h \
-- vulkan_video_codec_av1std.h \
-+ vulkan_video_codec_av1std_mesa.h \
- $(ARCH)/vpx_arith.h \
-
- SKIPHEADERS-$(CONFIG_AMF) += amfenc.h
-@@ -1306,7 +1306,7 @@ SKIPHEADERS-$(CONFIG_XVMC) += xvmc.h
- SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_decode.h vaapi_hevc.h vaapi_encode.h
- SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h
- SKIPHEADERS-$(CONFIG_VIDEOTOOLBOX) += videotoolbox.h vt_internal.h
--SKIPHEADERS-$(CONFIG_VULKAN) += vulkan.h vulkan_video.h vulkan_decode.h vulkan_video_codec_av1std_decode.h
-+SKIPHEADERS-$(CONFIG_VULKAN) += vulkan.h vulkan_video.h vulkan_decode.h vulkan_video_codec_av1std_decode_mesa.h
- SKIPHEADERS-$(CONFIG_V4L2_M2M) += v4l2_buffers.h v4l2_context.h v4l2_m2m.h
- SKIPHEADERS-$(CONFIG_ZLIB) += zlib_wrapper.h
-
-diff --git a/libavcodec/vulkan_video.h b/libavcodec/vulkan_video.h
-index b28e3fe0bd..51f44dd543 100644
---- a/libavcodec/vulkan_video.h
-+++ b/libavcodec/vulkan_video.h
-@@ -23,8 +23,8 @@
- #include "vulkan.h"
-
- #include <vk_video/vulkan_video_codecs_common.h>
--#include "vulkan_video_codec_av1std.h"
--#include "vulkan_video_codec_av1std_decode.h"
-+#include "vulkan_video_codec_av1std_mesa.h"
-+#include "vulkan_video_codec_av1std_decode_mesa.h"
-
- #define CODEC_VER_MAJ(ver) (ver >> 22)
- #define CODEC_VER_MIN(ver) ((ver >> 12) & ((1 << 10) - 1))
-diff --git a/libavcodec/vulkan_video_codec_av1std_decode.h b/libavcodec/vulkan_video_codec_av1std_decode_mesa.h
-similarity index 89%
-rename from libavcodec/vulkan_video_codec_av1std_decode.h
-rename to libavcodec/vulkan_video_codec_av1std_decode_mesa.h
-index a697c00593..e2f37b4e6e 100644
---- a/libavcodec/vulkan_video_codec_av1std_decode.h
-+++ b/libavcodec/vulkan_video_codec_av1std_decode_mesa.h
-@@ -14,8 +14,8 @@
- * limitations under the License.
- */
-
--#ifndef VULKAN_VIDEO_CODEC_AV1STD_DECODE_H_
--#define VULKAN_VIDEO_CODEC_AV1STD_DECODE_H_ 1
-+#ifndef VULKAN_VIDEO_CODEC_AV1STD_DECODE_MESA_H_
-+#define VULKAN_VIDEO_CODEC_AV1STD_DECODE_MESA_H_ 1
-
- /*
- ** This header is NOT YET generated from the Khronos Vulkan XML API Registry.
-diff --git a/libavcodec/vulkan_video_codec_av1std.h b/libavcodec/vulkan_video_codec_av1std_mesa.h
-similarity index 99%
-rename from libavcodec/vulkan_video_codec_av1std.h
-rename to libavcodec/vulkan_video_codec_av1std_mesa.h
-index c46236c457..c91589eee2 100644
---- a/libavcodec/vulkan_video_codec_av1std.h
-+++ b/libavcodec/vulkan_video_codec_av1std_mesa.h
-@@ -14,8 +14,8 @@
- * limitations under the License.
- */
-
--#ifndef VULKAN_VIDEO_CODEC_AV1STD_H_
--#define VULKAN_VIDEO_CODEC_AV1STD_H_ 1
-+#ifndef VULKAN_VIDEO_CODEC_AV1STD_MESA_H_
-+#define VULKAN_VIDEO_CODEC_AV1STD_MESA_H_ 1
-
- /*
- ** This header is NOT YET generated from the Khronos Vulkan XML API Registry.
-diff --git a/tests/ref/fate/source b/tests/ref/fate/source
-index c575789dd5..8bb58b61f1 100644
---- a/tests/ref/fate/source
-+++ b/tests/ref/fate/source
-@@ -23,8 +23,8 @@ compat/djgpp/math.h
- compat/float/float.h
- compat/float/limits.h
- libavcodec/bitstream_template.h
--libavcodec/vulkan_video_codec_av1std.h
--libavcodec/vulkan_video_codec_av1std_decode.h
-+libavcodec/vulkan_video_codec_av1std_decode_mesa.h
-+libavcodec/vulkan_video_codec_av1std_mesa.h
- tools/decode_simple.h
- Use of av_clip() where av_clip_uintp2() could be used:
- Use of av_clip() where av_clip_intp2() could be used:
---
-2.25.1
-
diff --git a/repos/extra/ffmpeg/ffmpeg-6.0-chromium_method-1.patch b/repos/extra/ffmpeg/ffmpeg-6.0-chromium_method-1.patch
deleted file mode 100644
index 9aee44a5..00000000
--- a/repos/extra/ffmpeg/ffmpeg-6.0-chromium_method-1.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-Submitted By: Marty Jack (martyj19 at comcast dot net)
-Date: 2022-07-23
-Initial Package Version: 5.1.0
-Origin: Rediffed from ffmpeg-5.0.1-api_addition-1.patch
-Upstream Status: Not accepted
-Description: The ffmpeg upstream is not willing to take this as a
-permanent fix and suggests that Chromium should change to keep the
-information locally to Chromium. Until that happens it appears
-that many distros are carrying this patch as a temporary
-expedient to allow building with system ffmpeg.
-
-diff -Naur ffmpeg-5.1.orig/libavformat/avformat.h ffmpeg-5.1/libavformat/avformat.h
---- ffmpeg-5.1.orig/libavformat/avformat.h 2022-07-22 13:58:39.000000000 -0400
-+++ ffmpeg-5.1/libavformat/avformat.h 2022-07-22 19:34:07.490051886 -0400
-@@ -1128,6 +1128,10 @@
- */
- int64_t av_stream_get_end_pts(const AVStream *st);
-
-+// Chromium: We use the internal field first_dts vvv
-+int64_t av_stream_get_first_dts(const AVStream *st);
-+// Chromium: We use the internal field first_dts ^^^
-+
- #define AV_PROGRAM_RUNNING 1
-
- /**
-diff -Naur ffmpeg-5.1.orig/libavformat/demux_utils.c ffmpeg-5.1/libavformat/demux_utils.c
---- ffmpeg-5.1.orig/libavformat/demux_utils.c 2022-07-22 13:58:39.000000000 -0400
-+++ ffmpeg-5.1/libavformat/demux_utils.c 2022-07-22 19:36:39.646735587 -0400
-@@ -29,6 +29,13 @@
- #include "demux.h"
- #include "internal.h"
-
-+// Chromium: We use the internal field first_dts vvv
-+int64_t av_stream_get_first_dts(const AVStream *st)
-+{
-+ return cffstream(st)->first_dts;
-+}
-+// Chromium: We use the internal field first_dts ^^^
-+
- struct AVCodecParserContext *av_stream_get_parser(const AVStream *st)
- {
- return cffstream(st)->parser;
diff --git a/repos/extra/ffmpeg/gcc-14.patch b/repos/extra/ffmpeg/gcc-14.patch
new file mode 100644
index 00000000..c9ab18c7
--- /dev/null
+++ b/repos/extra/ffmpeg/gcc-14.patch
@@ -0,0 +1,12 @@
+diff --git a/configure b/configure
+index 4f5353f..88c66f3 100755
+--- a/configure
++++ b/configure
+@@ -7540,6 +7540,7 @@ elif enabled gcc; then
+ check_cflags -Werror=return-type
+ check_cflags -Werror=vla
+ check_cflags -Wformat
++ check_cflags -Wno-error=incompatible-pointer-types
+ check_cflags -fdiagnostics-color=auto
+ enabled extra_warnings || check_disable_warning -Wno-maybe-uninitialized
+ if enabled x86_32; then
diff --git a/repos/extra/firefox/.files b/repos/extra/firefox/.files
index cacb68c8..d5a92868 100644
--- a/repos/extra/firefox/.files
+++ b/repos/extra/firefox/.files
@@ -25,7 +25,6 @@ drwxr-xr-x root/root usr/lib/firefox/defaults/pref/
-rw-r--r-- root/root usr/lib/firefox/defaults/pref/channel-prefs.js
-rw-r--r-- root/root usr/lib/firefox/dependentlibs.list
-rwxr-xr-x root/root usr/lib/firefox/firefox
--rwxr-xr-x root/root usr/lib/firefox/firefox-bin
drwxr-xr-x root/root usr/lib/firefox/fonts/
-rw-r--r-- root/root usr/lib/firefox/fonts/TwemojiMozilla.ttf
-rwxr-xr-x root/root usr/lib/firefox/glxtest
diff --git a/repos/extra/firefox/abuild b/repos/extra/firefox/abuild
index c9474598..67143806 100644
--- a/repos/extra/firefox/abuild
+++ b/repos/extra/firefox/abuild
@@ -1,5 +1,5 @@
name=firefox
-version=126.0.1
+version=127.0
release=1
source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-${version}.source.tar.xz
fix-target-detection.patch"
@@ -9,45 +9,45 @@ build() {
export MOZBUILD_STATE_PATH=${PWD}/mozbuild
cat > .mozconfig << EOF
- ac_add_options --prefix=/usr
- ac_add_options --libdir=/usr/lib
- ac_add_options --enable-strip
- ac_add_options --enable-release
- #ac_add_options --enable-rust-simd
- ac_add_options --enable-audio-backends=alsa
- ac_add_options --enable-install-strip
- ac_add_options --enable-official-branding
- ac_add_options --enable-application=browser
- ac_add_options --enable-optimize
- ac_add_options --with-system-ffi
- ac_add_options --with-system-jpeg
- ac_add_options --with-system-libvpx
- ac_add_options --with-system-nspr
- ac_add_options --with-system-nss
- ac_add_options --with-system-pixman
- ac_add_options --with-system-png
- ac_add_options --with-system-webp
- ac_add_options --with-system-zlib
- ac_add_options --without-wasm-sandboxed-libraries
- ac_add_options --disable-eme
- #ac_add_options --disable-dbus
- ac_add_options --disable-tests
- ac_add_options --disable-vtune
- ac_add_options --disable-updater
- ac_add_options --disable-jemalloc
- ac_add_options --disable-elf-hack
- ac_add_options --disable-callgrind
- ac_add_options --disable-profiling
- ac_add_options --disable-necko-wifi
- ac_add_options --disable-crashreporter
- ac_add_options --disable-accessibility
- ac_add_options --disable-debug
- ac_add_options --disable-debug-symbols
- ac_add_options --disable-parental-controls
- ac_add_options --disable-system-extension-dirs
- EOF
+ac_add_options --prefix=/usr
+ac_add_options --libdir=/usr/lib
+ac_add_options --enable-strip
+ac_add_options --enable-release
+#ac_add_options --enable-rust-simd
+ac_add_options --enable-audio-backends=alsa
+ac_add_options --enable-install-strip
+ac_add_options --enable-official-branding
+ac_add_options --enable-application=browser
+ac_add_options --enable-optimize
+ac_add_options --with-system-ffi
+ac_add_options --with-system-jpeg
+ac_add_options --with-system-libvpx
+ac_add_options --with-system-nspr
+ac_add_options --with-system-nss
+ac_add_options --with-system-pixman
+ac_add_options --with-system-png
+ac_add_options --with-system-webp
+ac_add_options --with-system-zlib
+ac_add_options --without-wasm-sandboxed-libraries
+ac_add_options --disable-eme
+#ac_add_options --disable-dbus
+ac_add_options --disable-tests
+ac_add_options --disable-vtune
+ac_add_options --disable-updater
+ac_add_options --disable-jemalloc
+ac_add_options --disable-elf-hack
+ac_add_options --disable-callgrind
+ac_add_options --disable-profiling
+ac_add_options --disable-necko-wifi
+ac_add_options --disable-crashreporter
+ac_add_options --disable-accessibility
+ac_add_options --disable-debug
+ac_add_options --disable-debug-symbols
+ac_add_options --disable-parental-controls
+ac_add_options --disable-system-extension-dirs
+EOF
- [ -f $SPM_PKGDB/libx11 ] || echo "--enable-default-toolkit=cairo-gtk3-wayland-only" >> .mozconfig
+ [ -f $SPM_PKGDB/libx11 ] || echo "ac_add_options --enable-default-toolkit=cairo-gtk3-wayland-only" >> .mozconfig
if [ -e '/usr/bin/ccache' ]; then
echo 'ac_add_options --enable-ccache' >> .mozconfig
@@ -65,19 +65,19 @@ build() {
mkdir -pv $PKG/usr/share/pixmaps
cat > $PKG/usr/share/applications/firefox.desktop << EOF
- [Desktop Entry]
- Encoding=UTF-8
- Name=Firefox Web Browser
- Comment=Browse the World Wide Web
- GenericName=Web Browser
- Exec=firefox %u
- Terminal=false
- Type=Application
- Icon=firefox
- Categories=GNOME;GTK;Network;WebBrowser;
- MimeType=text/xml;text/mml;text/html;application/xhtml+xml;application/vnd.mozilla.xul+xml;x-scheme-handler/http;x-scheme-handler/https
- StartupNotify=true
- EOF
+[Desktop Entry]
+Encoding=UTF-8
+Name=Firefox Web Browser
+Comment=Browse the World Wide Web
+GenericName=Web Browser
+Exec=firefox %u
+Terminal=false
+Type=Application
+Icon=firefox
+Categories=GNOME;GTK;Network;WebBrowser;
+MimeType=text/xml;text/mml;text/html;application/xhtml+xml;application/vnd.mozilla.xul+xml;x-scheme-handler/http;x-scheme-handler/https
+StartupNotify=true
+EOF
mkdir -p $PKG/usr/share/pixmaps
ln -sfv /usr/lib/firefox/browser/chrome/icons/default/default128.png \
diff --git a/repos/extra/llvm/abuild b/repos/extra/llvm/abuild
index 7d05c308..1614c86c 100644
--- a/repos/extra/llvm/abuild
+++ b/repos/extra/llvm/abuild
@@ -28,5 +28,5 @@ prebuild() {
}
postbuild() {
- cp */bin/FileCheck $PKG/usr/bin
+ cp */*/bin/FileCheck $PKG/usr/bin
}
diff --git a/repos/extra/ncurses/.files b/repos/extra/ncurses/.files
index 6d362901..d9cfc5d8 100644
--- a/repos/extra/ncurses/.files
+++ b/repos/extra/ncurses/.files
@@ -52,9 +52,9 @@ lrwxrwxrwx root/root usr/lib/libncursesw.so.6 -> libncursesw.so.6.5
lrwxrwxrwx root/root usr/lib/libpanelw.so -> libpanelw.so.6
lrwxrwxrwx root/root usr/lib/libpanelw.so.6 -> libpanelw.so.6.5
-rwxr-xr-x root/root usr/lib/libpanelw.so.6.5
-lrwxrwxrwx root/root usr/lib/libtinfo.so -> /tmp/apkg-pkg-ncurses/usr/lib/libncursesw.so
-lrwxrwxrwx root/root usr/lib/libtinfo.so.6 -> /tmp/apkg-pkg-ncurses/usr/lib/libtinfo.so.6.5
-lrwxrwxrwx root/root usr/lib/libtinfo.so.6.5 -> /tmp/apkg-pkg-ncurses/lib/libncursesw.so.6.5
+lrwxrwxrwx root/root usr/lib/libtinfo.so -> libncursesw.so
+lrwxrwxrwx root/root usr/lib/libtinfo.so.6 -> libtinfo.so.6.5
+lrwxrwxrwx root/root usr/lib/libtinfo.so.6.5 -> libncursesw.so.6.5
drwxr-xr-x root/root usr/lib/pkgconfig/
lrwxrwxrwx root/root usr/lib/pkgconfig/form.pc -> formw.pc
-rw-r--r-- root/root usr/lib/pkgconfig/formw.pc
@@ -65,7 +65,7 @@ lrwxrwxrwx root/root usr/lib/pkgconfig/ncurses.pc -> ncursesw.pc
-rw-r--r-- root/root usr/lib/pkgconfig/ncursesw.pc
lrwxrwxrwx root/root usr/lib/pkgconfig/panel.pc -> panelw.pc
-rw-r--r-- root/root usr/lib/pkgconfig/panelw.pc
-lrwxrwxrwx root/root usr/lib/pkgconfig/tinfo.pc -> /tmp/apkg-pkg-ncurses/usr/lib/pkgconfig/ncursesw.pc
+lrwxrwxrwx root/root usr/lib/pkgconfig/tinfo.pc -> ncursesw.pc
lrwxrwxrwx root/root usr/lib/terminfo -> ../share/terminfo
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
@@ -191,67 +191,67 @@ lrwxrwxrwx root/root usr/share/man/man3/cur_term.3x.gz -> term_variables.3x.g
lrwxrwxrwx root/root usr/share/man/man3/current_field.3x.gz -> form_page.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/current_item.3x.gz -> mitem_current.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_add_wch.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_add_wchstr.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_addch.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_addchstr.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_addstr.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_add_wchstr.3x.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_addch.3x.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_addchstr.3x.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_addstr.3x.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_addwstr.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_attr.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_beep.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_bkgd.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_attr.3x.gz.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_beep.3x.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_bkgd.3x.gz.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_bkgrnd.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_border.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_border.3x.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_border_set.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_clear.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_color.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_delch.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_deleteln.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_extend.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_delch.3x.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_deleteln.3x.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_extend.3x.gz.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_get_wch.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_get_wstr.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_getcchar.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_get_wstr.3x.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_getcchar.3x.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_getch.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_getstr.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_getyx.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_in_wch.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_in_wchstr.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_inch.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_inchstr.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_initscr.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_inopts.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_inchstr.3x.gz.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_initscr.3x.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_inopts.3x.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_ins_wch.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_ins_wstr.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_insch.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_ins_wstr.3x.gz.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_insch.3x.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_insstr.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_instr.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_inwstr.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_kernel.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_inwstr.3x.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_kernel.3x.gz.gz.gz.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_legacy.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_memleaks.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_memleaks.3x.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_mouse.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_move.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_opaque.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_outopts.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_opaque.3x.gz.gz.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_outopts.3x.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_overlay.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_pad.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_print.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_printw.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_print.3x.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_printw.3x.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_refresh.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_scanw.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_scanw.3x.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_scr_dump.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_scroll.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/curs_set.3x.gz -> curs_kernel.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/curs_set_sp.3x.gz -> curs_sp_funcs.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_slk.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_slk.3x.gz.gz.gz.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_sp_funcs.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_termattrs.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_termcap.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_terminfo.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_threads.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_touch.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_termcap.3x.gz.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_terminfo.3x.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_threads.3x.gz.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_touch.3x.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_trace.3x.gz
-rw-r--r-- root/root usr/share/man/man3/curs_util.3x.gz
--rw-r--r-- root/root usr/share/man/man3/curs_variables.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/curs_variables.3x.gz.gz
-rw-r--r-- root/root usr/share/man/man3/curs_window.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/curscr.3x.gz -> curs_variables.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/curses.3x.gz -> ncurses.3x.gz
@@ -264,7 +264,7 @@ lrwxrwxrwx root/root usr/share/man/man3/def_prog_mode_sp.3x.gz -> curs_sp_fun
lrwxrwxrwx root/root usr/share/man/man3/def_shell_mode.3x.gz -> curs_kernel.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/def_shell_mode_sp.3x.gz -> curs_sp_funcs.3x.gz
-rw-r--r-- root/root usr/share/man/man3/default_colors.3x.gz
--rw-r--r-- root/root usr/share/man/man3/define_key.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/define_key.3x.gz.gz
lrwxrwxrwx root/root usr/share/man/man3/define_key_sp.3x.gz -> curs_sp_funcs.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/del_curterm.3x.gz -> curs_terminfo.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/del_curterm_sp.3x.gz -> curs_sp_funcs.3x.gz
@@ -327,20 +327,20 @@ lrwxrwxrwx root/root usr/share/man/man3/flushinp.3x.gz -> curs_util.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/flushinp_sp.3x.gz -> curs_sp_funcs.3x.gz
-rw-r--r-- root/root usr/share/man/man3/form.3x.gz
-rw-r--r-- root/root usr/share/man/man3/form_cursor.3x.gz
--rw-r--r-- root/root usr/share/man/man3/form_data.3x.gz
--rw-r--r-- root/root usr/share/man/man3/form_driver.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/form_data.3x.gz.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/form_driver.3x.gz.gz.gz
lrwxrwxrwx root/root usr/share/man/man3/form_driver_w.3x.gz -> form_driver.3x.gz
-rw-r--r-- root/root usr/share/man/man3/form_field.3x.gz
-rw-r--r-- root/root usr/share/man/man3/form_field_attributes.3x.gz
-rw-r--r-- root/root usr/share/man/man3/form_field_buffer.3x.gz
-rw-r--r-- root/root usr/share/man/man3/form_field_info.3x.gz
--rw-r--r-- root/root usr/share/man/man3/form_field_just.3x.gz
--rw-r--r-- root/root usr/share/man/man3/form_field_new.3x.gz
--rw-r--r-- root/root usr/share/man/man3/form_field_opts.3x.gz
--rw-r--r-- root/root usr/share/man/man3/form_field_userptr.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/form_field_just.3x.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/form_field_new.3x.gz.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/form_field_opts.3x.gz.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/form_field_userptr.3x.gz.gz
-rw-r--r-- root/root usr/share/man/man3/form_field_validation.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/form_fields.3x.gz -> form_field.3x.gz
--rw-r--r-- root/root usr/share/man/man3/form_fieldtype.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/form_fieldtype.3x.gz.gz.gz
-rw-r--r-- root/root usr/share/man/man3/form_hook.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/form_init.3x.gz -> form_hook.3x.gz
-rw-r--r-- root/root usr/share/man/man3/form_new.3x.gz
@@ -348,8 +348,8 @@ lrwxrwxrwx root/root usr/share/man/man3/form_init.3x.gz -> form_hook.3x.gz
-rw-r--r-- root/root usr/share/man/man3/form_opts.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/form_opts_off.3x.gz -> form_opts.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/form_opts_on.3x.gz -> form_opts.3x.gz
--rw-r--r-- root/root usr/share/man/man3/form_page.3x.gz
--rw-r--r-- root/root usr/share/man/man3/form_post.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/form_page.3x.gz.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/form_post.3x.gz.gz.gz
lrwxrwxrwx root/root usr/share/man/man3/form_request_by_name.3x.gz -> form_requestname.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/form_request_name.3x.gz -> form_requestname.3x.gz
-rw-r--r-- root/root usr/share/man/man3/form_requestname.3x.gz
@@ -495,7 +495,7 @@ lrwxrwxrwx root/root usr/share/man/man3/killchar_sp.3x.gz -> curs_sp_funcs.3x
lrwxrwxrwx root/root usr/share/man/man3/killwchar.3x.gz -> curs_termattrs.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/killwchar_sp.3x.gz -> curs_sp_funcs.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/leaveok.3x.gz -> curs_outopts.3x.gz
--rw-r--r-- root/root usr/share/man/man3/legacy_coding.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/legacy_coding.3x.gz.gz
lrwxrwxrwx root/root usr/share/man/man3/link_field.3x.gz -> form_field_new.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/link_fieldtype.3x.gz -> form_fieldtype.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/longname.3x.gz -> curs_termattrs.3x.gz
@@ -506,16 +506,16 @@ lrwxrwxrwx root/root usr/share/man/man3/mcprint_sp.3x.gz -> curs_sp_funcs.3x.
-rw-r--r-- root/root usr/share/man/man3/menu_attributes.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/menu_back.3x.gz -> menu_attributes.3x.gz
-rw-r--r-- root/root usr/share/man/man3/menu_cursor.3x.gz
--rw-r--r-- root/root usr/share/man/man3/menu_driver.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/menu_driver.3x.gz.gz
lrwxrwxrwx root/root usr/share/man/man3/menu_fore.3x.gz -> menu_attributes.3x.gz
-rw-r--r-- root/root usr/share/man/man3/menu_format.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/menu_grey.3x.gz -> menu_attributes.3x.gz
--rw-r--r-- root/root usr/share/man/man3/menu_hook.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/menu_hook.3x.gz.gz
lrwxrwxrwx root/root usr/share/man/man3/menu_init.3x.gz -> menu_hook.3x.gz
--rw-r--r-- root/root usr/share/man/man3/menu_items.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/menu_items.3x.gz.gz.gz
-rw-r--r-- root/root usr/share/man/man3/menu_mark.3x.gz
-rw-r--r-- root/root usr/share/man/man3/menu_new.3x.gz
--rw-r--r-- root/root usr/share/man/man3/menu_opts.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/menu_opts.3x.gz.gz.gz
lrwxrwxrwx root/root usr/share/man/man3/menu_opts_off.3x.gz -> menu_opts.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/menu_opts_on.3x.gz -> menu_opts.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/menu_pad.3x.gz -> menu_attributes.3x.gz
@@ -530,11 +530,11 @@ lrwxrwxrwx root/root usr/share/man/man3/menu_term.3x.gz -> menu_hook.3x.gz
-rw-r--r-- root/root usr/share/man/man3/menu_userptr.3x.gz
-rw-r--r-- root/root usr/share/man/man3/menu_win.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/meta.3x.gz -> curs_inopts.3x.gz
--rw-r--r-- root/root usr/share/man/man3/mitem_current.3x.gz
--rw-r--r-- root/root usr/share/man/man3/mitem_name.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/mitem_current.3x.gz.gz
+-rw-r--r-- root/root usr/share/man/man3/mitem_name.3x.gz.gz
-rw-r--r-- root/root usr/share/man/man3/mitem_new.3x.gz
-rw-r--r-- root/root usr/share/man/man3/mitem_opts.3x.gz
--rw-r--r-- root/root usr/share/man/man3/mitem_userptr.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/mitem_userptr.3x.gz.gz.gz.gz
-rw-r--r-- root/root usr/share/man/man3/mitem_value.3x.gz
-rw-r--r-- root/root usr/share/man/man3/mitem_visible.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/mouse_trafo.3x.gz -> curs_mouse.3x.gz
@@ -631,7 +631,7 @@ lrwxrwxrwx root/root usr/share/man/man3/mvwvline.3x.gz -> curs_border.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/mvwvline_set.3x.gz -> curs_border_set.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/napms.3x.gz -> curs_kernel.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/napms_sp.3x.gz -> curs_sp_funcs.3x.gz
--rw-r--r-- root/root usr/share/man/man3/ncurses.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/ncurses.3x.gz.gz.gz.gz.gz
lrwxrwxrwx root/root usr/share/man/man3/new_field.3x.gz -> form_field_new.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/new_fieldtype.3x.gz -> form_fieldtype.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/new_form.3x.gz -> form_new.3x.gz
@@ -640,7 +640,7 @@ lrwxrwxrwx root/root usr/share/man/man3/new_item.3x.gz -> mitem_new.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/new_menu.3x.gz -> menu_new.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/new_menu_sp.3x.gz -> curs_sp_funcs.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/new_page.3x.gz -> form_new_page.3x.gz
--rw-r--r-- root/root usr/share/man/man3/new_pair.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/new_pair.3x.gz.gz
lrwxrwxrwx root/root usr/share/man/man3/new_panel.3x.gz -> panel.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/new_prescr.3x.gz -> curs_sp_funcs.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/newpad.3x.gz -> curs_pad.3x.gz
@@ -674,7 +674,7 @@ lrwxrwxrwx root/root usr/share/man/man3/overlay.3x.gz -> curs_overlay.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/overwrite.3x.gz -> curs_overlay.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/pair_content.3x.gz -> curs_color.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/pair_content_sp.3x.gz -> curs_sp_funcs.3x.gz
--rw-r--r-- root/root usr/share/man/man3/panel.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/panel.3x.gz.gz.gz
lrwxrwxrwx root/root usr/share/man/man3/panel_above.3x.gz -> panel.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/panel_below.3x.gz -> panel.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/panel_hidden.3x.gz -> panel.3x.gz
@@ -834,7 +834,7 @@ lrwxrwxrwx root/root usr/share/man/man3/subwin.3x.gz -> curs_window.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/syncok.3x.gz -> curs_window.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/term_attrs.3x.gz -> curs_termattrs.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/term_attrs_sp.3x.gz -> curs_sp_funcs.3x.gz
--rw-r--r-- root/root usr/share/man/man3/term_variables.3x.gz
+-rw-r--r-- root/root usr/share/man/man3/term_variables.3x.gz.gz
lrwxrwxrwx root/root usr/share/man/man3/termattrs.3x.gz -> curs_termattrs.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/termattrs_sp.3x.gz -> curs_sp_funcs.3x.gz
lrwxrwxrwx root/root usr/share/man/man3/termname.3x.gz -> curs_termattrs.3x.gz
@@ -1010,32 +1010,32 @@ drwxr-xr-x root/root usr/share/tabset/
drwxr-xr-x root/root usr/share/terminfo/
drwxr-xr-x root/root usr/share/terminfo/1/
-rw-r--r-- root/root usr/share/terminfo/1/1178
--rw-r--r-- root/root usr/share/terminfo/1/1730-lm -> usr/share/terminfo/6/630-lm
+-rw-r--r-- root/root usr/share/terminfo/1/1730-lm -> usr/share/terminfo/x/x1700-lm
drwxr-xr-x root/root usr/share/terminfo/2/
--rw-r--r-- root/root usr/share/terminfo/2/2621
--rw-r--r-- root/root usr/share/terminfo/2/2621-wl -> usr/share/terminfo/2/2621
--rw-r--r-- root/root usr/share/terminfo/2/2621A -> usr/share/terminfo/2/2621
--rw-r--r-- root/root usr/share/terminfo/2/2621a -> usr/share/terminfo/2/2621
+-rw-r--r-- root/root usr/share/terminfo/2/2621 -> usr/share/terminfo/h/hp2621a
+-rw-r--r-- root/root usr/share/terminfo/2/2621-wl -> usr/share/terminfo/h/hp2621a
+-rw-r--r-- root/root usr/share/terminfo/2/2621A -> usr/share/terminfo/h/hp2621a
+-rw-r--r-- root/root usr/share/terminfo/2/2621a -> usr/share/terminfo/h/hp2621a
drwxr-xr-x root/root usr/share/terminfo/3/
-rw-r--r-- root/root usr/share/terminfo/3/386at
--rw-r--r-- root/root usr/share/terminfo/3/3b1 -> usr/share/terminfo/p/pc7300
+-rw-r--r-- root/root usr/share/terminfo/3/3b1 -> usr/share/terminfo/u/unixpc
drwxr-xr-x root/root usr/share/terminfo/4/
--rw-r--r-- root/root usr/share/terminfo/4/4025ex -> usr/share/terminfo/t/tek4025ex
--rw-r--r-- root/root usr/share/terminfo/4/4027ex -> usr/share/terminfo/t/tek4025ex
--rw-r--r-- root/root usr/share/terminfo/4/4410-w -> usr/share/terminfo/5/5410-w
+-rw-r--r-- root/root usr/share/terminfo/4/4025ex
+-rw-r--r-- root/root usr/share/terminfo/4/4027ex -> usr/share/terminfo/4/4025ex
+-rw-r--r-- root/root usr/share/terminfo/4/4410-w
drwxr-xr-x root/root usr/share/terminfo/5/
--rw-r--r-- root/root usr/share/terminfo/5/5051 -> usr/share/terminfo/i/ibm5051
--rw-r--r-- root/root usr/share/terminfo/5/5410-w
--rw-r--r-- root/root usr/share/terminfo/5/5620
--rw-r--r-- root/root usr/share/terminfo/5/5630-24
--rw-r--r-- root/root usr/share/terminfo/5/5630DMD-24 -> usr/share/terminfo/5/5630-24
+-rw-r--r-- root/root usr/share/terminfo/5/5051
+-rw-r--r-- root/root usr/share/terminfo/5/5410-w -> usr/share/terminfo/4/4410-w
+-rw-r--r-- root/root usr/share/terminfo/5/5620 -> usr/share/terminfo/t/tty5620
+-rw-r--r-- root/root usr/share/terminfo/5/5630-24 -> usr/share/terminfo/5/5630DMD-24
+-rw-r--r-- root/root usr/share/terminfo/5/5630DMD-24
drwxr-xr-x root/root usr/share/terminfo/6/
--rw-r--r-- root/root usr/share/terminfo/6/6053 -> usr/share/terminfo/6/605x-dg
--rw-r--r-- root/root usr/share/terminfo/6/6053-dg -> usr/share/terminfo/6/605x-dg
--rw-r--r-- root/root usr/share/terminfo/6/605x -> usr/share/terminfo/6/605x-dg
--rw-r--r-- root/root usr/share/terminfo/6/605x-dg
--rw-r--r-- root/root usr/share/terminfo/6/630-lm
--rw-r--r-- root/root usr/share/terminfo/6/630MTG-24 -> usr/share/terminfo/5/5630-24
+-rw-r--r-- root/root usr/share/terminfo/6/6053 -> usr/share/terminfo/6/6053-dg
+-rw-r--r-- root/root usr/share/terminfo/6/6053-dg
+-rw-r--r-- root/root usr/share/terminfo/6/605x -> usr/share/terminfo/6/6053-dg
+-rw-r--r-- root/root usr/share/terminfo/6/605x-dg -> usr/share/terminfo/6/6053-dg
+-rw-r--r-- root/root usr/share/terminfo/6/630-lm -> usr/share/terminfo/x/x1700-lm
+-rw-r--r-- root/root usr/share/terminfo/6/630MTG-24 -> usr/share/terminfo/5/5630DMD-24
drwxr-xr-x root/root usr/share/terminfo/7/
-rw-r--r-- root/root usr/share/terminfo/7/730MTG-24
-rw-r--r-- root/root usr/share/terminfo/7/730MTG-41
@@ -1049,14 +1049,14 @@ drwxr-xr-x root/root usr/share/terminfo/9/
-rw-r--r-- root/root usr/share/terminfo/9/955-w -> usr/share/terminfo/t/tvi955-w
-rw-r--r-- root/root usr/share/terminfo/9/9term
drwxr-xr-x root/root usr/share/terminfo/A/
--rw-r--r-- root/root usr/share/terminfo/A/Apple_Terminal -> usr/share/terminfo/n/nsterm
+-rw-r--r-- root/root usr/share/terminfo/A/Apple_Terminal
drwxr-xr-x root/root usr/share/terminfo/E/
-rw-r--r-- root/root usr/share/terminfo/E/Eterm
-rw-r--r-- root/root usr/share/terminfo/E/Eterm-256color
-rw-r--r-- root/root usr/share/terminfo/E/Eterm-88color
-rw-r--r-- root/root usr/share/terminfo/E/Eterm-color -> usr/share/terminfo/E/Eterm
drwxr-xr-x root/root usr/share/terminfo/L/
--rw-r--r-- root/root usr/share/terminfo/L/LFT-PC850 -> usr/share/terminfo/l/lft
+-rw-r--r-- root/root usr/share/terminfo/L/LFT-PC850
drwxr-xr-x root/root usr/share/terminfo/M/
-rw-r--r-- root/root usr/share/terminfo/M/MtxOrb
-rw-r--r-- root/root usr/share/terminfo/M/MtxOrb162
@@ -1066,38 +1066,38 @@ drwxr-xr-x root/root usr/share/terminfo/N/
-rw-r--r-- root/root usr/share/terminfo/N/NCRVT100WPP
drwxr-xr-x root/root usr/share/terminfo/P/
-rw-r--r-- root/root usr/share/terminfo/P/P12 -> usr/share/terminfo/p/prism12
--rw-r--r-- root/root usr/share/terminfo/P/P12-M -> usr/share/terminfo/p/p12-m
+-rw-r--r-- root/root usr/share/terminfo/P/P12-M -> usr/share/terminfo/p/prism12-m
-rw-r--r-- root/root usr/share/terminfo/P/P12-M-W -> usr/share/terminfo/p/p12-m-w
-rw-r--r-- root/root usr/share/terminfo/P/P12-W -> usr/share/terminfo/p/prism12-w
-rw-r--r-- root/root usr/share/terminfo/P/P14 -> usr/share/terminfo/p/prism14
--rw-r--r-- root/root usr/share/terminfo/P/P14-M -> usr/share/terminfo/p/prism14-m
--rw-r--r-- root/root usr/share/terminfo/P/P14-M-W -> usr/share/terminfo/p/p14-m-w
+-rw-r--r-- root/root usr/share/terminfo/P/P14-M -> usr/share/terminfo/p/p14-m
+-rw-r--r-- root/root usr/share/terminfo/P/P14-M-W -> usr/share/terminfo/p/prism14-m-w
-rw-r--r-- root/root usr/share/terminfo/P/P14-W -> usr/share/terminfo/p/p14-w
-rw-r--r-- root/root usr/share/terminfo/P/P4 -> usr/share/terminfo/p/p4
--rw-r--r-- root/root usr/share/terminfo/P/P5 -> usr/share/terminfo/p/prism5
+-rw-r--r-- root/root usr/share/terminfo/P/P5 -> usr/share/terminfo/p/p5
-rw-r--r-- root/root usr/share/terminfo/P/P7 -> usr/share/terminfo/p/p7
-rw-r--r-- root/root usr/share/terminfo/P/P8 -> usr/share/terminfo/p/prism8
--rw-r--r-- root/root usr/share/terminfo/P/P8-W -> usr/share/terminfo/p/prism8-w
--rw-r--r-- root/root usr/share/terminfo/P/P9 -> usr/share/terminfo/p/prism9
+-rw-r--r-- root/root usr/share/terminfo/P/P8-W -> usr/share/terminfo/p/p8-w
+-rw-r--r-- root/root usr/share/terminfo/P/P9 -> usr/share/terminfo/p/p9
-rw-r--r-- root/root usr/share/terminfo/P/P9-8 -> usr/share/terminfo/p/p9-8
--rw-r--r-- root/root usr/share/terminfo/P/P9-8-W -> usr/share/terminfo/p/prism9-8-w
+-rw-r--r-- root/root usr/share/terminfo/P/P9-8-W -> usr/share/terminfo/p/p9-8-w
-rw-r--r-- root/root usr/share/terminfo/P/P9-W -> usr/share/terminfo/p/p9-w
drwxr-xr-x root/root usr/share/terminfo/Q/
--rw-r--r-- root/root usr/share/terminfo/Q/Q306-8-pc -> usr/share/terminfo/b/bq300-8-pc
--rw-r--r-- root/root usr/share/terminfo/Q/Q310-vip-H
--rw-r--r-- root/root usr/share/terminfo/Q/Q310-vip-H-am -> usr/share/terminfo/Q/Q310-vip-H
+-rw-r--r-- root/root usr/share/terminfo/Q/Q306-8-pc
+-rw-r--r-- root/root usr/share/terminfo/Q/Q310-vip-H -> usr/share/terminfo/Q/Q310-vip-H-am
+-rw-r--r-- root/root usr/share/terminfo/Q/Q310-vip-H-am
-rw-r--r-- root/root usr/share/terminfo/Q/Q310-vip-Hw
--rw-r--r-- root/root usr/share/terminfo/Q/Q310-vip-w -> usr/share/terminfo/Q/Q310-vip-w-am
--rw-r--r-- root/root usr/share/terminfo/Q/Q310-vip-w-am
+-rw-r--r-- root/root usr/share/terminfo/Q/Q310-vip-w
+-rw-r--r-- root/root usr/share/terminfo/Q/Q310-vip-w-am -> usr/share/terminfo/Q/Q310-vip-w
drwxr-xr-x root/root usr/share/terminfo/X/
-rw-r--r-- root/root usr/share/terminfo/X/X-hpterm
-rw-r--r-- root/root usr/share/terminfo/X/X-hpterm-color2
drwxr-xr-x root/root usr/share/terminfo/a/
--rw-r--r-- root/root usr/share/terminfo/a/a210
--rw-r--r-- root/root usr/share/terminfo/a/a80
--rw-r--r-- root/root usr/share/terminfo/a/a980 -> usr/share/terminfo/a/adds980
+-rw-r--r-- root/root usr/share/terminfo/a/a210 -> usr/share/terminfo/a/ampex210
+-rw-r--r-- root/root usr/share/terminfo/a/a80 -> usr/share/terminfo/d/dialogue
+-rw-r--r-- root/root usr/share/terminfo/a/a980
-rw-r--r-- root/root usr/share/terminfo/a/aa4080 -> usr/share/terminfo/a/annarbor4080
--rw-r--r-- root/root usr/share/terminfo/a/aaa
+-rw-r--r-- root/root usr/share/terminfo/a/aaa -> usr/share/terminfo/a/ambas
-rw-r--r-- root/root usr/share/terminfo/a/aaa+dec
-rw-r--r-- root/root usr/share/terminfo/a/aaa+rv
-rw-r--r-- root/root usr/share/terminfo/a/aaa+unk
@@ -1109,13 +1109,13 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/aaa-24-rv
-rw-r--r-- root/root usr/share/terminfo/a/aaa-26
-rw-r--r-- root/root usr/share/terminfo/a/aaa-28
--rw-r--r-- root/root usr/share/terminfo/a/aaa-30 -> usr/share/terminfo/a/aaa
+-rw-r--r-- root/root usr/share/terminfo/a/aaa-30 -> usr/share/terminfo/a/ambas
-rw-r--r-- root/root usr/share/terminfo/a/aaa-30-ctxt
-rw-r--r-- root/root usr/share/terminfo/a/aaa-30-rv -> usr/share/terminfo/a/aaa-rv
-rw-r--r-- root/root usr/share/terminfo/a/aaa-30-rv-ctxt -> usr/share/terminfo/a/aaa-rv-ctxt
--rw-r--r-- root/root usr/share/terminfo/a/aaa-30-s
--rw-r--r-- root/root usr/share/terminfo/a/aaa-30-s-ctxt
--rw-r--r-- root/root usr/share/terminfo/a/aaa-30-s-rv -> usr/share/terminfo/a/aaa-s-rv
+-rw-r--r-- root/root usr/share/terminfo/a/aaa-30-s -> usr/share/terminfo/a/aaa-s
+-rw-r--r-- root/root usr/share/terminfo/a/aaa-30-s-ctxt -> usr/share/terminfo/a/aaa-s-ctxt
+-rw-r--r-- root/root usr/share/terminfo/a/aaa-30-s-rv
-rw-r--r-- root/root usr/share/terminfo/a/aaa-30-s-rv-ct
-rw-r--r-- root/root usr/share/terminfo/a/aaa-36
-rw-r--r-- root/root usr/share/terminfo/a/aaa-36-rv
@@ -1133,9 +1133,9 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/aaa-rv
-rw-r--r-- root/root usr/share/terminfo/a/aaa-rv-ctxt
-rw-r--r-- root/root usr/share/terminfo/a/aaa-rv-unk
--rw-r--r-- root/root usr/share/terminfo/a/aaa-s -> usr/share/terminfo/a/aaa-30-s
--rw-r--r-- root/root usr/share/terminfo/a/aaa-s-ctxt -> usr/share/terminfo/a/aaa-30-s-ctxt
--rw-r--r-- root/root usr/share/terminfo/a/aaa-s-rv
+-rw-r--r-- root/root usr/share/terminfo/a/aaa-s
+-rw-r--r-- root/root usr/share/terminfo/a/aaa-s-ctxt
+-rw-r--r-- root/root usr/share/terminfo/a/aaa-s-rv -> usr/share/terminfo/a/aaa-30-s-rv
-rw-r--r-- root/root usr/share/terminfo/a/aaa-s-rv-ctxt -> usr/share/terminfo/a/aaa-30-s-rv-ct
-rw-r--r-- root/root usr/share/terminfo/a/aaa-unk -> usr/share/terminfo/a/aaa+unk
-rw-r--r-- root/root usr/share/terminfo/a/aas1901
@@ -1149,9 +1149,9 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/act5 -> usr/share/terminfo/m/microterm5
-rw-r--r-- root/root usr/share/terminfo/a/addrinfo
-rw-r--r-- root/root usr/share/terminfo/a/adds200 -> usr/share/terminfo/r/regent60
--rw-r--r-- root/root usr/share/terminfo/a/adds980
--rw-r--r-- root/root usr/share/terminfo/a/addsviewpoint
--rw-r--r-- root/root usr/share/terminfo/a/addsvp60
+-rw-r--r-- root/root usr/share/terminfo/a/adds980 -> usr/share/terminfo/a/a980
+-rw-r--r-- root/root usr/share/terminfo/a/addsviewpoint -> usr/share/terminfo/v/viewpoint
+-rw-r--r-- root/root usr/share/terminfo/a/addsvp60 -> usr/share/terminfo/v/viewpoint60
-rw-r--r-- root/root usr/share/terminfo/a/adm+sgr
-rw-r--r-- root/root usr/share/terminfo/a/adm1
-rw-r--r-- root/root usr/share/terminfo/a/adm11
@@ -1177,35 +1177,35 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/aixterm-16color
-rw-r--r-- root/root usr/share/terminfo/a/aixterm-m
-rw-r--r-- root/root usr/share/terminfo/a/aixterm-m-old
--rw-r--r-- root/root usr/share/terminfo/a/aj -> usr/share/terminfo/a/aj832
+-rw-r--r-- root/root usr/share/terminfo/a/aj
-rw-r--r-- root/root usr/share/terminfo/a/aj510
--rw-r--r-- root/root usr/share/terminfo/a/aj830 -> usr/share/terminfo/a/aj832
--rw-r--r-- root/root usr/share/terminfo/a/aj832
+-rw-r--r-- root/root usr/share/terminfo/a/aj830 -> usr/share/terminfo/a/aj
+-rw-r--r-- root/root usr/share/terminfo/a/aj832 -> usr/share/terminfo/a/aj
-rw-r--r-- root/root usr/share/terminfo/a/alacritty
-rw-r--r-- root/root usr/share/terminfo/a/alacritty+common
-rw-r--r-- root/root usr/share/terminfo/a/alacritty-direct
-rw-r--r-- root/root usr/share/terminfo/a/alt2 -> usr/share/terminfo/a/altos2
--rw-r--r-- root/root usr/share/terminfo/a/alt3 -> usr/share/terminfo/a/altos3
--rw-r--r-- root/root usr/share/terminfo/a/alt4 -> usr/share/terminfo/a/altos-4
--rw-r--r-- root/root usr/share/terminfo/a/alt5 -> usr/share/terminfo/a/altos3
+-rw-r--r-- root/root usr/share/terminfo/a/alt3 -> usr/share/terminfo/a/alt5
+-rw-r--r-- root/root usr/share/terminfo/a/alt4 -> usr/share/terminfo/a/altos4
+-rw-r--r-- root/root usr/share/terminfo/a/alt5
-rw-r--r-- root/root usr/share/terminfo/a/alt7
-rw-r--r-- root/root usr/share/terminfo/a/alt7pc
--rw-r--r-- root/root usr/share/terminfo/a/alto-h19 -> usr/share/terminfo/a/alto-heath
--rw-r--r-- root/root usr/share/terminfo/a/alto-heath
--rw-r--r-- root/root usr/share/terminfo/a/altoh19 -> usr/share/terminfo/a/alto-heath
--rw-r--r-- root/root usr/share/terminfo/a/altoheath -> usr/share/terminfo/a/alto-heath
+-rw-r--r-- root/root usr/share/terminfo/a/alto-h19 -> usr/share/terminfo/a/altoh19
+-rw-r--r-- root/root usr/share/terminfo/a/alto-heath -> usr/share/terminfo/a/altoh19
+-rw-r--r-- root/root usr/share/terminfo/a/altoh19
+-rw-r--r-- root/root usr/share/terminfo/a/altoheath -> usr/share/terminfo/a/altoh19
-rw-r--r-- root/root usr/share/terminfo/a/altos-2 -> usr/share/terminfo/a/altos2
--rw-r--r-- root/root usr/share/terminfo/a/altos-3 -> usr/share/terminfo/a/altos3
--rw-r--r-- root/root usr/share/terminfo/a/altos-4
--rw-r--r-- root/root usr/share/terminfo/a/altos-5 -> usr/share/terminfo/a/altos3
+-rw-r--r-- root/root usr/share/terminfo/a/altos-3 -> usr/share/terminfo/a/alt5
+-rw-r--r-- root/root usr/share/terminfo/a/altos-4 -> usr/share/terminfo/a/altos4
+-rw-r--r-- root/root usr/share/terminfo/a/altos-5 -> usr/share/terminfo/a/alt5
-rw-r--r-- root/root usr/share/terminfo/a/altos2
--rw-r--r-- root/root usr/share/terminfo/a/altos3
--rw-r--r-- root/root usr/share/terminfo/a/altos4 -> usr/share/terminfo/a/altos-4
--rw-r--r-- root/root usr/share/terminfo/a/altos5 -> usr/share/terminfo/a/altos3
+-rw-r--r-- root/root usr/share/terminfo/a/altos3 -> usr/share/terminfo/a/alt5
+-rw-r--r-- root/root usr/share/terminfo/a/altos4
+-rw-r--r-- root/root usr/share/terminfo/a/altos5 -> usr/share/terminfo/a/alt5
-rw-r--r-- root/root usr/share/terminfo/a/altos7 -> usr/share/terminfo/a/alt7
-rw-r--r-- root/root usr/share/terminfo/a/altos7pc -> usr/share/terminfo/a/alt7pc
--rw-r--r-- root/root usr/share/terminfo/a/ambas -> usr/share/terminfo/a/aaa
--rw-r--r-- root/root usr/share/terminfo/a/ambassador -> usr/share/terminfo/a/aaa
+-rw-r--r-- root/root usr/share/terminfo/a/ambas
+-rw-r--r-- root/root usr/share/terminfo/a/ambassador -> usr/share/terminfo/a/ambas
-rw-r--r-- root/root usr/share/terminfo/a/amiga
-rw-r--r-- root/root usr/share/terminfo/a/amiga-8bit
-rw-r--r-- root/root usr/share/terminfo/a/amiga-h
@@ -1214,15 +1214,15 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/amp219w -> usr/share/terminfo/a/ampex-219w
-rw-r--r-- root/root usr/share/terminfo/a/ampex-219
-rw-r--r-- root/root usr/share/terminfo/a/ampex-219w
--rw-r--r-- root/root usr/share/terminfo/a/ampex-232
+-rw-r--r-- root/root usr/share/terminfo/a/ampex-232 -> usr/share/terminfo/a/ampex232
-rw-r--r-- root/root usr/share/terminfo/a/ampex175
-rw-r--r-- root/root usr/share/terminfo/a/ampex175-b
--rw-r--r-- root/root usr/share/terminfo/a/ampex210 -> usr/share/terminfo/a/a210
+-rw-r--r-- root/root usr/share/terminfo/a/ampex210
-rw-r--r-- root/root usr/share/terminfo/a/ampex219 -> usr/share/terminfo/a/ampex-219
-rw-r--r-- root/root usr/share/terminfo/a/ampex219w -> usr/share/terminfo/a/ampex-219w
--rw-r--r-- root/root usr/share/terminfo/a/ampex232 -> usr/share/terminfo/a/ampex-232
+-rw-r--r-- root/root usr/share/terminfo/a/ampex232
-rw-r--r-- root/root usr/share/terminfo/a/ampex232w
--rw-r--r-- root/root usr/share/terminfo/a/ampex80 -> usr/share/terminfo/a/a80
+-rw-r--r-- root/root usr/share/terminfo/a/ampex80 -> usr/share/terminfo/d/dialogue
-rw-r--r-- root/root usr/share/terminfo/a/annarbor4080
-rw-r--r-- root/root usr/share/terminfo/a/ansi
-rw-r--r-- root/root usr/share/terminfo/a/ansi+apparrows
@@ -1253,15 +1253,15 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/ansi-color-3-emx
-rw-r--r-- root/root usr/share/terminfo/a/ansi-emx
-rw-r--r-- root/root usr/share/terminfo/a/ansi-generic -> usr/share/terminfo/a/ansiterm
--rw-r--r-- root/root usr/share/terminfo/a/ansi-m -> usr/share/terminfo/a/ansi-mono
+-rw-r--r-- root/root usr/share/terminfo/a/ansi-m
-rw-r--r-- root/root usr/share/terminfo/a/ansi-mini
--rw-r--r-- root/root usr/share/terminfo/a/ansi-mono
+-rw-r--r-- root/root usr/share/terminfo/a/ansi-mono -> usr/share/terminfo/a/ansi-m
-rw-r--r-- root/root usr/share/terminfo/a/ansi-mr
-rw-r--r-- root/root usr/share/terminfo/a/ansi-mtabs
-rw-r--r-- root/root usr/share/terminfo/a/ansi-nt -> usr/share/terminfo/p/psx_ansi
-rw-r--r-- root/root usr/share/terminfo/a/ansi.sys
-rw-r--r-- root/root usr/share/terminfo/a/ansi.sys-old
--rw-r--r-- root/root usr/share/terminfo/a/ansi.sysk
+-rw-r--r-- root/root usr/share/terminfo/a/ansi.sysk -> usr/share/terminfo/a/ansisysk
-rw-r--r-- root/root usr/share/terminfo/a/ansi43m -> usr/share/terminfo/p/pcansi-43-m
-rw-r--r-- root/root usr/share/terminfo/a/ansi77
-rw-r--r-- root/root usr/share/terminfo/a/ansi80x25 -> usr/share/terminfo/c/cons25
@@ -1279,10 +1279,10 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/ansil-mono -> usr/share/terminfo/c/cons50-m
-rw-r--r-- root/root usr/share/terminfo/a/ansis -> usr/share/terminfo/c/cons25
-rw-r--r-- root/root usr/share/terminfo/a/ansis-mono -> usr/share/terminfo/c/cons25-m
--rw-r--r-- root/root usr/share/terminfo/a/ansisysk -> usr/share/terminfo/a/ansi.sysk
+-rw-r--r-- root/root usr/share/terminfo/a/ansisysk
-rw-r--r-- root/root usr/share/terminfo/a/ansiterm
-rw-r--r-- root/root usr/share/terminfo/a/ansiw -> usr/share/terminfo/c/cons25w
--rw-r--r-- root/root usr/share/terminfo/a/ap-vm80
+-rw-r--r-- root/root usr/share/terminfo/a/ap-vm80 -> usr/share/terminfo/a/apple-vm80
-rw-r--r-- root/root usr/share/terminfo/a/apl -> usr/share/terminfo/i/ibm-apl
-rw-r--r-- root/root usr/share/terminfo/a/apollo
-rw-r--r-- root/root usr/share/terminfo/a/apollo+vt132
@@ -1296,8 +1296,8 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/apple-uterm-vb
-rw-r--r-- root/root usr/share/terminfo/a/apple-videx
-rw-r--r-- root/root usr/share/terminfo/a/apple-videx2
--rw-r--r-- root/root usr/share/terminfo/a/apple-videx3
--rw-r--r-- root/root usr/share/terminfo/a/apple-vm80 -> usr/share/terminfo/a/ap-vm80
+-rw-r--r-- root/root usr/share/terminfo/a/apple-videx3 -> usr/share/terminfo/v/vapple
+-rw-r--r-- root/root usr/share/terminfo/a/apple-vm80
-rw-r--r-- root/root usr/share/terminfo/a/apple2e
-rw-r--r-- root/root usr/share/terminfo/a/apple2e-p
-rw-r--r-- root/root usr/share/terminfo/a/apple80p
@@ -1305,26 +1305,26 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/appleIIc -> usr/share/terminfo/a/appleIIgs
-rw-r--r-- root/root usr/share/terminfo/a/appleIIe -> usr/share/terminfo/a/appleIIgs
-rw-r--r-- root/root usr/share/terminfo/a/appleIIgs
--rw-r--r-- root/root usr/share/terminfo/a/arm100 -> usr/share/terminfo/a/arm100-am
--rw-r--r-- root/root usr/share/terminfo/a/arm100-am
--rw-r--r-- root/root usr/share/terminfo/a/arm100-w -> usr/share/terminfo/a/arm100-wam
--rw-r--r-- root/root usr/share/terminfo/a/arm100-wam
--rw-r--r-- root/root usr/share/terminfo/a/at
--rw-r--r-- root/root usr/share/terminfo/a/at-color
--rw-r--r-- root/root usr/share/terminfo/a/at-m -> usr/share/terminfo/a/at
+-rw-r--r-- root/root usr/share/terminfo/a/arm100
+-rw-r--r-- root/root usr/share/terminfo/a/arm100-am -> usr/share/terminfo/a/arm100
+-rw-r--r-- root/root usr/share/terminfo/a/arm100-w
+-rw-r--r-- root/root usr/share/terminfo/a/arm100-wam -> usr/share/terminfo/a/arm100-w
+-rw-r--r-- root/root usr/share/terminfo/a/at -> usr/share/terminfo/s/st52-m
+-rw-r--r-- root/root usr/share/terminfo/a/at-color -> usr/share/terminfo/s/st52-color
+-rw-r--r-- root/root usr/share/terminfo/a/at-m -> usr/share/terminfo/s/st52-m
-rw-r--r-- root/root usr/share/terminfo/a/at386 -> usr/share/terminfo/3/386at
--rw-r--r-- root/root usr/share/terminfo/a/atari -> usr/share/terminfo/a/at
--rw-r--r-- root/root usr/share/terminfo/a/atari-color -> usr/share/terminfo/a/at-color
--rw-r--r-- root/root usr/share/terminfo/a/atari-m -> usr/share/terminfo/a/at
+-rw-r--r-- root/root usr/share/terminfo/a/atari -> usr/share/terminfo/s/st52-m
+-rw-r--r-- root/root usr/share/terminfo/a/atari-color -> usr/share/terminfo/s/st52-color
+-rw-r--r-- root/root usr/share/terminfo/a/atari-m -> usr/share/terminfo/s/st52-m
-rw-r--r-- root/root usr/share/terminfo/a/atari-old
--rw-r--r-- root/root usr/share/terminfo/a/atari_st -> usr/share/terminfo/a/at
--rw-r--r-- root/root usr/share/terminfo/a/atari_st-color -> usr/share/terminfo/a/at-color
--rw-r--r-- root/root usr/share/terminfo/a/atarist-m -> usr/share/terminfo/a/at
+-rw-r--r-- root/root usr/share/terminfo/a/atari_st -> usr/share/terminfo/s/st52-m
+-rw-r--r-- root/root usr/share/terminfo/a/atari_st-color -> usr/share/terminfo/s/st52-color
+-rw-r--r-- root/root usr/share/terminfo/a/atarist-m -> usr/share/terminfo/s/st52-m
-rw-r--r-- root/root usr/share/terminfo/a/aterm
--rw-r--r-- root/root usr/share/terminfo/a/att2300
+-rw-r--r-- root/root usr/share/terminfo/a/att2300 -> usr/share/terminfo/s/sv80
-rw-r--r-- root/root usr/share/terminfo/a/att2350
-rw-r--r-- root/root usr/share/terminfo/a/att4410 -> usr/share/terminfo/t/tty5410
--rw-r--r-- root/root usr/share/terminfo/a/att4410-w -> usr/share/terminfo/5/5410-w
+-rw-r--r-- root/root usr/share/terminfo/a/att4410-w -> usr/share/terminfo/4/4410-w
-rw-r--r-- root/root usr/share/terminfo/a/att4410v1 -> usr/share/terminfo/t/tty5410v1
-rw-r--r-- root/root usr/share/terminfo/a/att4410v1-w -> usr/share/terminfo/t/tty5410v1-w
-rw-r--r-- root/root usr/share/terminfo/a/att4415 -> usr/share/terminfo/t/tty5420
@@ -1337,7 +1337,7 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/att4415-w-rv -> usr/share/terminfo/t/tty5420-w-rv
-rw-r--r-- root/root usr/share/terminfo/a/att4415-w-rv-n -> usr/share/terminfo/t/tty5420-w-rv-n
-rw-r--r-- root/root usr/share/terminfo/a/att4418 -> usr/share/terminfo/a/att5418
--rw-r--r-- root/root usr/share/terminfo/a/att4418-w -> usr/share/terminfo/a/att5418-w
+-rw-r--r-- root/root usr/share/terminfo/a/att4418-w
-rw-r--r-- root/root usr/share/terminfo/a/att4420 -> usr/share/terminfo/t/tty4420
-rw-r--r-- root/root usr/share/terminfo/a/att4424 -> usr/share/terminfo/t/tty4424
-rw-r--r-- root/root usr/share/terminfo/a/att4424-1 -> usr/share/terminfo/t/tty4424-1
@@ -1346,21 +1346,21 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/att4425-nl -> usr/share/terminfo/t/tty5425-nl
-rw-r--r-- root/root usr/share/terminfo/a/att4425-w -> usr/share/terminfo/t/tty5425-w
-rw-r--r-- root/root usr/share/terminfo/a/att4426 -> usr/share/terminfo/t/tty4426
--rw-r--r-- root/root usr/share/terminfo/a/att500 -> usr/share/terminfo/a/att513
--rw-r--r-- root/root usr/share/terminfo/a/att505 -> usr/share/terminfo/p/pt505
--rw-r--r-- root/root usr/share/terminfo/a/att505-22 -> usr/share/terminfo/p/pt505-22
--rw-r--r-- root/root usr/share/terminfo/a/att505-24 -> usr/share/terminfo/p/pt505-24
+-rw-r--r-- root/root usr/share/terminfo/a/att500
+-rw-r--r-- root/root usr/share/terminfo/a/att505 -> usr/share/terminfo/g/gs5430
+-rw-r--r-- root/root usr/share/terminfo/a/att505-22 -> usr/share/terminfo/g/gs5430-22
+-rw-r--r-- root/root usr/share/terminfo/a/att505-24 -> usr/share/terminfo/g/gs5430-24
-rw-r--r-- root/root usr/share/terminfo/a/att510a -> usr/share/terminfo/b/bct510a
-rw-r--r-- root/root usr/share/terminfo/a/att510d -> usr/share/terminfo/b/bct510d
--rw-r--r-- root/root usr/share/terminfo/a/att513
+-rw-r--r-- root/root usr/share/terminfo/a/att513 -> usr/share/terminfo/a/att500
-rw-r--r-- root/root usr/share/terminfo/a/att5310
-rw-r--r-- root/root usr/share/terminfo/a/att5320 -> usr/share/terminfo/a/att5310
-rw-r--r-- root/root usr/share/terminfo/a/att5410 -> usr/share/terminfo/t/tty5410
--rw-r--r-- root/root usr/share/terminfo/a/att5410-w -> usr/share/terminfo/5/5410-w
+-rw-r--r-- root/root usr/share/terminfo/a/att5410-w -> usr/share/terminfo/4/4410-w
-rw-r--r-- root/root usr/share/terminfo/a/att5410v1 -> usr/share/terminfo/t/tty5410v1
-rw-r--r-- root/root usr/share/terminfo/a/att5410v1-w -> usr/share/terminfo/t/tty5410v1-w
-rw-r--r-- root/root usr/share/terminfo/a/att5418
--rw-r--r-- root/root usr/share/terminfo/a/att5418-w
+-rw-r--r-- root/root usr/share/terminfo/a/att5418-w -> usr/share/terminfo/a/att4418-w
-rw-r--r-- root/root usr/share/terminfo/a/att5420 -> usr/share/terminfo/t/tty5420
-rw-r--r-- root/root usr/share/terminfo/a/att5420+nl -> usr/share/terminfo/t/tty5420+nl
-rw-r--r-- root/root usr/share/terminfo/a/att5420-nl -> usr/share/terminfo/t/tty5420-nl
@@ -1375,8 +1375,8 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/att5425 -> usr/share/terminfo/t/tty5425
-rw-r--r-- root/root usr/share/terminfo/a/att5425-nl -> usr/share/terminfo/t/tty5425-nl
-rw-r--r-- root/root usr/share/terminfo/a/att5425-w -> usr/share/terminfo/t/tty5425-w
--rw-r--r-- root/root usr/share/terminfo/a/att5430 -> usr/share/terminfo/p/pt505
--rw-r--r-- root/root usr/share/terminfo/a/att5620 -> usr/share/terminfo/5/5620
+-rw-r--r-- root/root usr/share/terminfo/a/att5430 -> usr/share/terminfo/g/gs5430
+-rw-r--r-- root/root usr/share/terminfo/a/att5620 -> usr/share/terminfo/t/tty5620
-rw-r--r-- root/root usr/share/terminfo/a/att5620-1 -> usr/share/terminfo/t/tty5620-1
-rw-r--r-- root/root usr/share/terminfo/a/att5620-24 -> usr/share/terminfo/t/tty5620-24
-rw-r--r-- root/root usr/share/terminfo/a/att5620-34 -> usr/share/terminfo/t/tty5620-34
@@ -1399,20 +1399,20 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/att620-103k-w
-rw-r--r-- root/root usr/share/terminfo/a/att620-w
-rw-r--r-- root/root usr/share/terminfo/a/att630
--rw-r--r-- root/root usr/share/terminfo/a/att630-24 -> usr/share/terminfo/5/5630-24
+-rw-r--r-- root/root usr/share/terminfo/a/att630-24 -> usr/share/terminfo/5/5630DMD-24
-rw-r--r-- root/root usr/share/terminfo/a/att6386 -> usr/share/terminfo/3/386at
-rw-r--r-- root/root usr/share/terminfo/a/att700
-rw-r--r-- root/root usr/share/terminfo/a/att730
-rw-r--r-- root/root usr/share/terminfo/a/att730-24 -> usr/share/terminfo/7/730MTG-24
-rw-r--r-- root/root usr/share/terminfo/a/att730-41 -> usr/share/terminfo/7/730MTG-41
--rw-r--r-- root/root usr/share/terminfo/a/att7300 -> usr/share/terminfo/p/pc7300
+-rw-r--r-- root/root usr/share/terminfo/a/att7300 -> usr/share/terminfo/u/unixpc
-rw-r--r-- root/root usr/share/terminfo/a/att730r -> usr/share/terminfo/7/730MTGr
-rw-r--r-- root/root usr/share/terminfo/a/att730r-24 -> usr/share/terminfo/7/730MTGr-24
-rw-r--r-- root/root usr/share/terminfo/a/att730r-41 -> usr/share/terminfo/7/730MTG-41r
--rw-r--r-- root/root usr/share/terminfo/a/avatar -> usr/share/terminfo/a/avatar1
+-rw-r--r-- root/root usr/share/terminfo/a/avatar
-rw-r--r-- root/root usr/share/terminfo/a/avatar0
-rw-r--r-- root/root usr/share/terminfo/a/avatar0+
--rw-r--r-- root/root usr/share/terminfo/a/avatar1
+-rw-r--r-- root/root usr/share/terminfo/a/avatar1 -> usr/share/terminfo/a/avatar
-rw-r--r-- root/root usr/share/terminfo/a/avt -> usr/share/terminfo/c/concept-avt
-rw-r--r-- root/root usr/share/terminfo/a/avt+s
-rw-r--r-- root/root usr/share/terminfo/a/avt-ns
@@ -1422,9 +1422,9 @@ drwxr-xr-x root/root usr/share/terminfo/a/
-rw-r--r-- root/root usr/share/terminfo/a/avt-s -> usr/share/terminfo/c/concept-avt
-rw-r--r-- root/root usr/share/terminfo/a/avt-w
-rw-r--r-- root/root usr/share/terminfo/a/avt-w-ns
--rw-r--r-- root/root usr/share/terminfo/a/avt-w-rv -> usr/share/terminfo/a/avt-w-rv-s
+-rw-r--r-- root/root usr/share/terminfo/a/avt-w-rv
-rw-r--r-- root/root usr/share/terminfo/a/avt-w-rv-ns
--rw-r--r-- root/root usr/share/terminfo/a/avt-w-rv-s
+-rw-r--r-- root/root usr/share/terminfo/a/avt-w-rv-s -> usr/share/terminfo/a/avt-w-rv
-rw-r--r-- root/root usr/share/terminfo/a/avt-w-s -> usr/share/terminfo/a/avt-w
-rw-r--r-- root/root usr/share/terminfo/a/aws
-rw-r--r-- root/root usr/share/terminfo/a/awsc
@@ -1436,29 +1436,29 @@ drwxr-xr-x root/root usr/share/terminfo/b/
-rw-r--r-- root/root usr/share/terminfo/b/bct510a
-rw-r--r-- root/root usr/share/terminfo/b/bct510d
-rw-r--r-- root/root usr/share/terminfo/b/beacon
--rw-r--r-- root/root usr/share/terminfo/b/bee -> usr/share/terminfo/b/beehive
--rw-r--r-- root/root usr/share/terminfo/b/beehive
--rw-r--r-- root/root usr/share/terminfo/b/beehive3
+-rw-r--r-- root/root usr/share/terminfo/b/bee
+-rw-r--r-- root/root usr/share/terminfo/b/beehive -> usr/share/terminfo/b/bee
+-rw-r--r-- root/root usr/share/terminfo/b/beehive3 -> usr/share/terminfo/b/beehiveIIIm
-rw-r--r-- root/root usr/share/terminfo/b/beehive4 -> usr/share/terminfo/b/bh4
--rw-r--r-- root/root usr/share/terminfo/b/beehiveIIIm -> usr/share/terminfo/b/beehive3
+-rw-r--r-- root/root usr/share/terminfo/b/beehiveIIIm
-rw-r--r-- root/root usr/share/terminfo/b/beterm
-rw-r--r-- root/root usr/share/terminfo/b/bg1.25
-rw-r--r-- root/root usr/share/terminfo/b/bg1.25nv
-rw-r--r-- root/root usr/share/terminfo/b/bg1.25rv
--rw-r--r-- root/root usr/share/terminfo/b/bg2.0 -> usr/share/terminfo/b/bg3.10
--rw-r--r-- root/root usr/share/terminfo/b/bg2.0nv
--rw-r--r-- root/root usr/share/terminfo/b/bg2.0rv -> usr/share/terminfo/b/bg3.10rv
--rw-r--r-- root/root usr/share/terminfo/b/bg3.10
--rw-r--r-- root/root usr/share/terminfo/b/bg3.10nv -> usr/share/terminfo/b/bg2.0nv
--rw-r--r-- root/root usr/share/terminfo/b/bg3.10rv
--rw-r--r-- root/root usr/share/terminfo/b/bh3m -> usr/share/terminfo/b/beehive3
+-rw-r--r-- root/root usr/share/terminfo/b/bg2.0
+-rw-r--r-- root/root usr/share/terminfo/b/bg2.0nv -> usr/share/terminfo/b/bitgraph
+-rw-r--r-- root/root usr/share/terminfo/b/bg2.0rv
+-rw-r--r-- root/root usr/share/terminfo/b/bg3.10 -> usr/share/terminfo/b/bg2.0
+-rw-r--r-- root/root usr/share/terminfo/b/bg3.10nv -> usr/share/terminfo/b/bitgraph
+-rw-r--r-- root/root usr/share/terminfo/b/bg3.10rv -> usr/share/terminfo/b/bg2.0rv
+-rw-r--r-- root/root usr/share/terminfo/b/bh3m -> usr/share/terminfo/b/beehiveIIIm
-rw-r--r-- root/root usr/share/terminfo/b/bh4
--rw-r--r-- root/root usr/share/terminfo/b/bitgraph -> usr/share/terminfo/b/bg2.0nv
+-rw-r--r-- root/root usr/share/terminfo/b/bitgraph
-rw-r--r-- root/root usr/share/terminfo/b/blit
-rw-r--r-- root/root usr/share/terminfo/b/bobcat
-rw-r--r-- root/root usr/share/terminfo/b/bq300
-rw-r--r-- root/root usr/share/terminfo/b/bq300-8
--rw-r--r-- root/root usr/share/terminfo/b/bq300-8-pc
+-rw-r--r-- root/root usr/share/terminfo/b/bq300-8-pc -> usr/share/terminfo/Q/Q306-8-pc
-rw-r--r-- root/root usr/share/terminfo/b/bq300-8-pc-rv
-rw-r--r-- root/root usr/share/terminfo/b/bq300-8-pc-w
-rw-r--r-- root/root usr/share/terminfo/b/bq300-8-pc-w-rv
@@ -1488,23 +1488,23 @@ drwxr-xr-x root/root usr/share/terminfo/c/
-rw-r--r-- root/root usr/share/terminfo/c/c100-rv-4p -> usr/share/terminfo/c/concept100-rv
-rw-r--r-- root/root usr/share/terminfo/c/c104 -> usr/share/terminfo/c/concept100
-rw-r--r-- root/root usr/share/terminfo/c/c108 -> usr/share/terminfo/c/c108-8p
--rw-r--r-- root/root usr/share/terminfo/c/c108-4p
+-rw-r--r-- root/root usr/share/terminfo/c/c108-4p -> usr/share/terminfo/c/concept108-4p
-rw-r--r-- root/root usr/share/terminfo/c/c108-8p
--rw-r--r-- root/root usr/share/terminfo/c/c108-rv
+-rw-r--r-- root/root usr/share/terminfo/c/c108-rv -> usr/share/terminfo/c/c108-rv-8p
-rw-r--r-- root/root usr/share/terminfo/c/c108-rv-4p -> usr/share/terminfo/c/concept108rv4p
--rw-r--r-- root/root usr/share/terminfo/c/c108-rv-8p -> usr/share/terminfo/c/c108-rv
--rw-r--r-- root/root usr/share/terminfo/c/c108-w -> usr/share/terminfo/c/c108-w-8p
--rw-r--r-- root/root usr/share/terminfo/c/c108-w-8p
--rw-r--r-- root/root usr/share/terminfo/c/c300 -> usr/share/terminfo/c/contel300
+-rw-r--r-- root/root usr/share/terminfo/c/c108-rv-8p
+-rw-r--r-- root/root usr/share/terminfo/c/c108-w -> usr/share/terminfo/c/concept108-w8p
+-rw-r--r-- root/root usr/share/terminfo/c/c108-w-8p -> usr/share/terminfo/c/concept108-w8p
+-rw-r--r-- root/root usr/share/terminfo/c/c300
-rw-r--r-- root/root usr/share/terminfo/c/c301 -> usr/share/terminfo/c/contel301
-rw-r--r-- root/root usr/share/terminfo/c/c321 -> usr/share/terminfo/c/contel301
-rw-r--r-- root/root usr/share/terminfo/c/ca22851
--rw-r--r-- root/root usr/share/terminfo/c/cad68-2
+-rw-r--r-- root/root usr/share/terminfo/c/cad68-2 -> usr/share/terminfo/c/cgc2
-rw-r--r-- root/root usr/share/terminfo/c/cad68-3 -> usr/share/terminfo/c/cgc3
-rw-r--r-- root/root usr/share/terminfo/c/cbblit -> usr/share/terminfo/f/fixterm
-rw-r--r-- root/root usr/share/terminfo/c/cbunix
--rw-r--r-- root/root usr/share/terminfo/c/cci -> usr/share/terminfo/z/zen8001
--rw-r--r-- root/root usr/share/terminfo/c/cci1 -> usr/share/terminfo/z/zen8001
+-rw-r--r-- root/root usr/share/terminfo/c/cci -> usr/share/terminfo/z/z8001
+-rw-r--r-- root/root usr/share/terminfo/c/cci1 -> usr/share/terminfo/z/z8001
-rw-r--r-- root/root usr/share/terminfo/c/cdc456
-rw-r--r-- root/root usr/share/terminfo/c/cdc721
-rw-r--r-- root/root usr/share/terminfo/c/cdc721-esc
@@ -1512,11 +1512,11 @@ drwxr-xr-x root/root usr/share/terminfo/c/
-rw-r--r-- root/root usr/share/terminfo/c/cdc752
-rw-r--r-- root/root usr/share/terminfo/c/cdc756
-rw-r--r-- root/root usr/share/terminfo/c/cg7900
--rw-r--r-- root/root usr/share/terminfo/c/cgc2 -> usr/share/terminfo/c/cad68-2
+-rw-r--r-- root/root usr/share/terminfo/c/cgc2
-rw-r--r-- root/root usr/share/terminfo/c/cgc3
-rw-r--r-- root/root usr/share/terminfo/c/chromatics -> usr/share/terminfo/c/cg7900
-rw-r--r-- root/root usr/share/terminfo/c/ci8510 -> usr/share/terminfo/8/8510
--rw-r--r-- root/root usr/share/terminfo/c/cit-80 -> usr/share/terminfo/c/cit80
+-rw-r--r-- root/root usr/share/terminfo/c/cit-80
-rw-r--r-- root/root usr/share/terminfo/c/cit101 -> usr/share/terminfo/c/citc
-rw-r--r-- root/root usr/share/terminfo/c/cit101e
-rw-r--r-- root/root usr/share/terminfo/c/cit101e-132
@@ -1524,7 +1524,7 @@ drwxr-xr-x root/root usr/share/terminfo/c/
-rw-r--r-- root/root usr/share/terminfo/c/cit101e-n132
-rw-r--r-- root/root usr/share/terminfo/c/cit101e-rv
-rw-r--r-- root/root usr/share/terminfo/c/cit500
--rw-r--r-- root/root usr/share/terminfo/c/cit80
+-rw-r--r-- root/root usr/share/terminfo/c/cit80 -> usr/share/terminfo/c/cit-80
-rw-r--r-- root/root usr/share/terminfo/c/citc
-rw-r--r-- root/root usr/share/terminfo/c/citoh -> usr/share/terminfo/8/8510
-rw-r--r-- root/root usr/share/terminfo/c/citoh-6lpi
@@ -1532,11 +1532,11 @@ drwxr-xr-x root/root usr/share/terminfo/c/
-rw-r--r-- root/root usr/share/terminfo/c/citoh-comp
-rw-r--r-- root/root usr/share/terminfo/c/citoh-elite
-rw-r--r-- root/root usr/share/terminfo/c/citoh-pica
--rw-r--r-- root/root usr/share/terminfo/c/citoh-prop -> usr/share/terminfo/i/ips
--rw-r--r-- root/root usr/share/terminfo/c/citoh-ps -> usr/share/terminfo/i/ips
+-rw-r--r-- root/root usr/share/terminfo/c/citoh-prop
+-rw-r--r-- root/root usr/share/terminfo/c/citoh-ps -> usr/share/terminfo/c/citoh-prop
-rw-r--r-- root/root usr/share/terminfo/c/coco3
--rw-r--r-- root/root usr/share/terminfo/c/coherent -> usr/share/terminfo/p/pc-coherent
--rw-r--r-- root/root usr/share/terminfo/c/color_xterm -> usr/share/terminfo/c/cx100
+-rw-r--r-- root/root usr/share/terminfo/c/coherent
+-rw-r--r-- root/root usr/share/terminfo/c/color_xterm
-rw-r--r-- root/root usr/share/terminfo/c/colorscan -> usr/share/terminfo/c/cs10
-rw-r--r-- root/root usr/share/terminfo/c/commodore -> usr/share/terminfo/b/b-128
-rw-r--r-- root/root usr/share/terminfo/c/concept -> usr/share/terminfo/c/concept100
@@ -1544,22 +1544,22 @@ drwxr-xr-x root/root usr/share/terminfo/c/
-rw-r--r-- root/root usr/share/terminfo/c/concept100
-rw-r--r-- root/root usr/share/terminfo/c/concept100-rv
-rw-r--r-- root/root usr/share/terminfo/c/concept108 -> usr/share/terminfo/c/c108-8p
--rw-r--r-- root/root usr/share/terminfo/c/concept108-4p -> usr/share/terminfo/c/c108-4p
+-rw-r--r-- root/root usr/share/terminfo/c/concept108-4p
-rw-r--r-- root/root usr/share/terminfo/c/concept108-8p -> usr/share/terminfo/c/c108-8p
--rw-r--r-- root/root usr/share/terminfo/c/concept108-w-8 -> usr/share/terminfo/c/c108-w-8p
--rw-r--r-- root/root usr/share/terminfo/c/concept108-w8p -> usr/share/terminfo/c/c108-w-8p
+-rw-r--r-- root/root usr/share/terminfo/c/concept108-w-8 -> usr/share/terminfo/c/concept108-w8p
+-rw-r--r-- root/root usr/share/terminfo/c/concept108-w8p
-rw-r--r-- root/root usr/share/terminfo/c/concept108rv4p
-rw-r--r-- root/root usr/share/terminfo/c/cons25
-rw-r--r-- root/root usr/share/terminfo/c/cons25-debian
--rw-r--r-- root/root usr/share/terminfo/c/cons25-iso-m -> usr/share/terminfo/c/cons25l1-m
--rw-r--r-- root/root usr/share/terminfo/c/cons25-iso8859 -> usr/share/terminfo/c/cons25l1
--rw-r--r-- root/root usr/share/terminfo/c/cons25-koi8-r -> usr/share/terminfo/i/ibmpc3r
--rw-r--r-- root/root usr/share/terminfo/c/cons25-koi8r-m -> usr/share/terminfo/i/ibmpc3r-mono
+-rw-r--r-- root/root usr/share/terminfo/c/cons25-iso-m
+-rw-r--r-- root/root usr/share/terminfo/c/cons25-iso8859
+-rw-r--r-- root/root usr/share/terminfo/c/cons25-koi8-r -> usr/share/terminfo/c/cons25r
+-rw-r--r-- root/root usr/share/terminfo/c/cons25-koi8r-m
-rw-r--r-- root/root usr/share/terminfo/c/cons25-m
--rw-r--r-- root/root usr/share/terminfo/c/cons25l1
--rw-r--r-- root/root usr/share/terminfo/c/cons25l1-m
--rw-r--r-- root/root usr/share/terminfo/c/cons25r -> usr/share/terminfo/i/ibmpc3r
--rw-r--r-- root/root usr/share/terminfo/c/cons25r-m -> usr/share/terminfo/i/ibmpc3r-mono
+-rw-r--r-- root/root usr/share/terminfo/c/cons25l1 -> usr/share/terminfo/c/cons25-iso8859
+-rw-r--r-- root/root usr/share/terminfo/c/cons25l1-m -> usr/share/terminfo/c/cons25-iso-m
+-rw-r--r-- root/root usr/share/terminfo/c/cons25r
+-rw-r--r-- root/root usr/share/terminfo/c/cons25r-m -> usr/share/terminfo/c/cons25-koi8r-m
-rw-r--r-- root/root usr/share/terminfo/c/cons25w
-rw-r--r-- root/root usr/share/terminfo/c/cons30
-rw-r--r-- root/root usr/share/terminfo/c/cons30-m
@@ -1568,26 +1568,26 @@ drwxr-xr-x root/root usr/share/terminfo/c/
-rw-r--r-- root/root usr/share/terminfo/c/cons50
-rw-r--r-- root/root usr/share/terminfo/c/cons50-iso-m
-rw-r--r-- root/root usr/share/terminfo/c/cons50-iso8859
--rw-r--r-- root/root usr/share/terminfo/c/cons50-koi8r
--rw-r--r-- root/root usr/share/terminfo/c/cons50-koi8r-m
+-rw-r--r-- root/root usr/share/terminfo/c/cons50-koi8r -> usr/share/terminfo/c/cons50r
+-rw-r--r-- root/root usr/share/terminfo/c/cons50-koi8r-m -> usr/share/terminfo/c/cons50r-m
-rw-r--r-- root/root usr/share/terminfo/c/cons50-m
-rw-r--r-- root/root usr/share/terminfo/c/cons50l1 -> usr/share/terminfo/c/cons50-iso8859
-rw-r--r-- root/root usr/share/terminfo/c/cons50l1-m -> usr/share/terminfo/c/cons50-iso-m
--rw-r--r-- root/root usr/share/terminfo/c/cons50r -> usr/share/terminfo/c/cons50-koi8r
--rw-r--r-- root/root usr/share/terminfo/c/cons50r-m -> usr/share/terminfo/c/cons50-koi8r-m
+-rw-r--r-- root/root usr/share/terminfo/c/cons50r
+-rw-r--r-- root/root usr/share/terminfo/c/cons50r-m
-rw-r--r-- root/root usr/share/terminfo/c/cons60
-rw-r--r-- root/root usr/share/terminfo/c/cons60-iso -> usr/share/terminfo/c/cons60l1
-rw-r--r-- root/root usr/share/terminfo/c/cons60-iso-m
--rw-r--r-- root/root usr/share/terminfo/c/cons60-koi8r
--rw-r--r-- root/root usr/share/terminfo/c/cons60-koi8r-m -> usr/share/terminfo/c/cons60r-m
+-rw-r--r-- root/root usr/share/terminfo/c/cons60-koi8r -> usr/share/terminfo/c/cons60r
+-rw-r--r-- root/root usr/share/terminfo/c/cons60-koi8r-m
-rw-r--r-- root/root usr/share/terminfo/c/cons60-m
-rw-r--r-- root/root usr/share/terminfo/c/cons60l1
-rw-r--r-- root/root usr/share/terminfo/c/cons60l1-m -> usr/share/terminfo/c/cons60-iso-m
--rw-r--r-- root/root usr/share/terminfo/c/cons60r -> usr/share/terminfo/c/cons60-koi8r
--rw-r--r-- root/root usr/share/terminfo/c/cons60r-m
--rw-r--r-- root/root usr/share/terminfo/c/contel300
+-rw-r--r-- root/root usr/share/terminfo/c/cons60r
+-rw-r--r-- root/root usr/share/terminfo/c/cons60r-m -> usr/share/terminfo/c/cons60-koi8r-m
+-rw-r--r-- root/root usr/share/terminfo/c/contel300 -> usr/share/terminfo/c/c300
-rw-r--r-- root/root usr/share/terminfo/c/contel301
--rw-r--r-- root/root usr/share/terminfo/c/contel320 -> usr/share/terminfo/c/contel300
+-rw-r--r-- root/root usr/share/terminfo/c/contel320 -> usr/share/terminfo/c/c300
-rw-r--r-- root/root usr/share/terminfo/c/contel321 -> usr/share/terminfo/c/contel301
-rw-r--r-- root/root usr/share/terminfo/c/contour
-rw-r--r-- root/root usr/share/terminfo/c/contour-direct
@@ -1602,28 +1602,28 @@ drwxr-xr-x root/root usr/share/terminfo/c/
-rw-r--r-- root/root usr/share/terminfo/c/ct82
-rw-r--r-- root/root usr/share/terminfo/c/ct8500
-rw-r--r-- root/root usr/share/terminfo/c/ctrm
--rw-r--r-- root/root usr/share/terminfo/c/cx -> usr/share/terminfo/c/cx100
--rw-r--r-- root/root usr/share/terminfo/c/cx100
--rw-r--r-- root/root usr/share/terminfo/c/cyb110 -> usr/share/terminfo/m/mdl110
--rw-r--r-- root/root usr/share/terminfo/c/cyb83
+-rw-r--r-- root/root usr/share/terminfo/c/cx -> usr/share/terminfo/c/color_xterm
+-rw-r--r-- root/root usr/share/terminfo/c/cx100 -> usr/share/terminfo/c/color_xterm
+-rw-r--r-- root/root usr/share/terminfo/c/cyb110
+-rw-r--r-- root/root usr/share/terminfo/c/cyb83 -> usr/share/terminfo/x/xl83
-rw-r--r-- root/root usr/share/terminfo/c/cygwin
-rw-r--r-- root/root usr/share/terminfo/c/cygwinB19
-rw-r--r-- root/root usr/share/terminfo/c/cygwinDBG
drwxr-xr-x root/root usr/share/terminfo/d/
--rw-r--r-- root/root usr/share/terminfo/d/d132
--rw-r--r-- root/root usr/share/terminfo/d/d2 -> usr/share/terminfo/6/605x-dg
--rw-r--r-- root/root usr/share/terminfo/d/d2-dg -> usr/share/terminfo/6/605x-dg
+-rw-r--r-- root/root usr/share/terminfo/d/d132 -> usr/share/terminfo/d/datagraphix
+-rw-r--r-- root/root usr/share/terminfo/d/d2 -> usr/share/terminfo/6/6053-dg
+-rw-r--r-- root/root usr/share/terminfo/d/d2-dg -> usr/share/terminfo/6/6053-dg
-rw-r--r-- root/root usr/share/terminfo/d/d200 -> usr/share/terminfo/d/d200-dg
-rw-r--r-- root/root usr/share/terminfo/d/d200-dg
-rw-r--r-- root/root usr/share/terminfo/d/d210 -> usr/share/terminfo/d/d214
-rw-r--r-- root/root usr/share/terminfo/d/d210-dg -> usr/share/terminfo/d/d214-dg
-rw-r--r-- root/root usr/share/terminfo/d/d211 -> usr/share/terminfo/d/d215
--rw-r--r-- root/root usr/share/terminfo/d/d211-7b -> usr/share/terminfo/d/d215-7b
+-rw-r--r-- root/root usr/share/terminfo/d/d211-7b
-rw-r--r-- root/root usr/share/terminfo/d/d211-dg
-rw-r--r-- root/root usr/share/terminfo/d/d214
-rw-r--r-- root/root usr/share/terminfo/d/d214-dg
-rw-r--r-- root/root usr/share/terminfo/d/d215
--rw-r--r-- root/root usr/share/terminfo/d/d215-7b
+-rw-r--r-- root/root usr/share/terminfo/d/d215-7b -> usr/share/terminfo/d/d211-7b
-rw-r--r-- root/root usr/share/terminfo/d/d215-dg -> usr/share/terminfo/d/d211-dg
-rw-r--r-- root/root usr/share/terminfo/d/d216+ -> usr/share/terminfo/d/d216-unix
-rw-r--r-- root/root usr/share/terminfo/d/d216+25
@@ -1645,105 +1645,105 @@ drwxr-xr-x root/root usr/share/terminfo/d/
-rw-r--r-- root/root usr/share/terminfo/d/d230-dg
-rw-r--r-- root/root usr/share/terminfo/d/d230c -> usr/share/terminfo/d/d230
-rw-r--r-- root/root usr/share/terminfo/d/d230c-dg -> usr/share/terminfo/d/d230-dg
--rw-r--r-- root/root usr/share/terminfo/d/d400 -> usr/share/terminfo/d/d450-dg
--rw-r--r-- root/root usr/share/terminfo/d/d400-dg -> usr/share/terminfo/d/d450-dg
--rw-r--r-- root/root usr/share/terminfo/d/d410 -> usr/share/terminfo/d/d461
--rw-r--r-- root/root usr/share/terminfo/d/d410-7b -> usr/share/terminfo/d/d461-7b
+-rw-r--r-- root/root usr/share/terminfo/d/d400
+-rw-r--r-- root/root usr/share/terminfo/d/d400-dg -> usr/share/terminfo/d/d400
+-rw-r--r-- root/root usr/share/terminfo/d/d410 -> usr/share/terminfo/d/d460
+-rw-r--r-- root/root usr/share/terminfo/d/d410-7b -> usr/share/terminfo/d/d411-7b
-rw-r--r-- root/root usr/share/terminfo/d/d410-7b-w
--rw-r--r-- root/root usr/share/terminfo/d/d410-dg
--rw-r--r-- root/root usr/share/terminfo/d/d410-w -> usr/share/terminfo/d/d461-w
--rw-r--r-- root/root usr/share/terminfo/d/d411 -> usr/share/terminfo/d/d461
--rw-r--r-- root/root usr/share/terminfo/d/d411-7b -> usr/share/terminfo/d/d461-7b
+-rw-r--r-- root/root usr/share/terminfo/d/d410-dg -> usr/share/terminfo/d/d460-dg
+-rw-r--r-- root/root usr/share/terminfo/d/d410-w
+-rw-r--r-- root/root usr/share/terminfo/d/d411 -> usr/share/terminfo/d/d460
+-rw-r--r-- root/root usr/share/terminfo/d/d411-7b
-rw-r--r-- root/root usr/share/terminfo/d/d411-7b-w -> usr/share/terminfo/d/d410-7b-w
--rw-r--r-- root/root usr/share/terminfo/d/d411-dg -> usr/share/terminfo/d/d410-dg
--rw-r--r-- root/root usr/share/terminfo/d/d411-w -> usr/share/terminfo/d/d461-w
--rw-r--r-- root/root usr/share/terminfo/d/d412+ -> usr/share/terminfo/d/d462+
--rw-r--r-- root/root usr/share/terminfo/d/d412+25 -> usr/share/terminfo/d/d462-unix-25
--rw-r--r-- root/root usr/share/terminfo/d/d412+dg -> usr/share/terminfo/d/d412-dg
--rw-r--r-- root/root usr/share/terminfo/d/d412+s -> usr/share/terminfo/d/d462-unix-s
--rw-r--r-- root/root usr/share/terminfo/d/d412+sr -> usr/share/terminfo/d/d462-unix-sr
--rw-r--r-- root/root usr/share/terminfo/d/d412+w -> usr/share/terminfo/d/d462-unix-w
--rw-r--r-- root/root usr/share/terminfo/d/d412-dg
--rw-r--r-- root/root usr/share/terminfo/d/d412-unix -> usr/share/terminfo/d/d462+
--rw-r--r-- root/root usr/share/terminfo/d/d412-unix-25 -> usr/share/terminfo/d/d462-unix-25
--rw-r--r-- root/root usr/share/terminfo/d/d412-unix-s -> usr/share/terminfo/d/d462-unix-s
--rw-r--r-- root/root usr/share/terminfo/d/d412-unix-sr -> usr/share/terminfo/d/d462-unix-sr
--rw-r--r-- root/root usr/share/terminfo/d/d412-unix-w -> usr/share/terminfo/d/d462-unix-w
--rw-r--r-- root/root usr/share/terminfo/d/d413-dg -> usr/share/terminfo/d/d412-dg
--rw-r--r-- root/root usr/share/terminfo/d/d413-unix
+-rw-r--r-- root/root usr/share/terminfo/d/d411-dg -> usr/share/terminfo/d/d460-dg
+-rw-r--r-- root/root usr/share/terminfo/d/d411-w -> usr/share/terminfo/d/d410-w
+-rw-r--r-- root/root usr/share/terminfo/d/d412+ -> usr/share/terminfo/d/d412-unix
+-rw-r--r-- root/root usr/share/terminfo/d/d412+25 -> usr/share/terminfo/d/d462+25
+-rw-r--r-- root/root usr/share/terminfo/d/d412+dg -> usr/share/terminfo/d/d462+dg
+-rw-r--r-- root/root usr/share/terminfo/d/d412+s -> usr/share/terminfo/d/d412-unix-s
+-rw-r--r-- root/root usr/share/terminfo/d/d412+sr -> usr/share/terminfo/d/d412-unix-sr
+-rw-r--r-- root/root usr/share/terminfo/d/d412+w
+-rw-r--r-- root/root usr/share/terminfo/d/d412-dg -> usr/share/terminfo/d/d462+dg
+-rw-r--r-- root/root usr/share/terminfo/d/d412-unix
+-rw-r--r-- root/root usr/share/terminfo/d/d412-unix-25 -> usr/share/terminfo/d/d462+25
+-rw-r--r-- root/root usr/share/terminfo/d/d412-unix-s
+-rw-r--r-- root/root usr/share/terminfo/d/d412-unix-sr
+-rw-r--r-- root/root usr/share/terminfo/d/d412-unix-w -> usr/share/terminfo/d/d412+w
+-rw-r--r-- root/root usr/share/terminfo/d/d413-dg -> usr/share/terminfo/d/d462+dg
+-rw-r--r-- root/root usr/share/terminfo/d/d413-unix -> usr/share/terminfo/d/d463-unix
-rw-r--r-- root/root usr/share/terminfo/d/d413-unix-25 -> usr/share/terminfo/d/d463-unix-25
-rw-r--r-- root/root usr/share/terminfo/d/d413-unix-s
-rw-r--r-- root/root usr/share/terminfo/d/d413-unix-sr -> usr/share/terminfo/d/d463-unix-sr
--rw-r--r-- root/root usr/share/terminfo/d/d413-unix-w -> usr/share/terminfo/d/d463-unix-w
+-rw-r--r-- root/root usr/share/terminfo/d/d413-unix-w
-rw-r--r-- root/root usr/share/terminfo/d/d414-unix
-rw-r--r-- root/root usr/share/terminfo/d/d414-unix-25
--rw-r--r-- root/root usr/share/terminfo/d/d414-unix-s -> usr/share/terminfo/d/d464-unix-s
+-rw-r--r-- root/root usr/share/terminfo/d/d414-unix-s
-rw-r--r-- root/root usr/share/terminfo/d/d414-unix-sr
--rw-r--r-- root/root usr/share/terminfo/d/d414-unix-w
--rw-r--r-- root/root usr/share/terminfo/d/d430-dg -> usr/share/terminfo/d/d430c-dg
--rw-r--r-- root/root usr/share/terminfo/d/d430-dg-ccc
--rw-r--r-- root/root usr/share/terminfo/d/d430-unix
--rw-r--r-- root/root usr/share/terminfo/d/d430-unix-25
--rw-r--r-- root/root usr/share/terminfo/d/d430-unix-25-ccc -> usr/share/terminfo/d/d430c-unix-25-ccc
+-rw-r--r-- root/root usr/share/terminfo/d/d414-unix-w -> usr/share/terminfo/d/d464-unix-w
+-rw-r--r-- root/root usr/share/terminfo/d/d430-dg
+-rw-r--r-- root/root usr/share/terminfo/d/d430-dg-ccc -> usr/share/terminfo/d/d430c-dg-ccc
+-rw-r--r-- root/root usr/share/terminfo/d/d430-unix -> usr/share/terminfo/d/d430c-unix
+-rw-r--r-- root/root usr/share/terminfo/d/d430-unix-25 -> usr/share/terminfo/d/d430c-unix-25
+-rw-r--r-- root/root usr/share/terminfo/d/d430-unix-25-ccc
-rw-r--r-- root/root usr/share/terminfo/d/d430-unix-ccc -> usr/share/terminfo/d/d430c-unix-ccc
--rw-r--r-- root/root usr/share/terminfo/d/d430-unix-s
+-rw-r--r-- root/root usr/share/terminfo/d/d430-unix-s -> usr/share/terminfo/d/d430c-unix-s
-rw-r--r-- root/root usr/share/terminfo/d/d430-unix-s-ccc -> usr/share/terminfo/d/d430c-unix-s-ccc
-rw-r--r-- root/root usr/share/terminfo/d/d430-unix-sr -> usr/share/terminfo/d/d430c-unix-sr
-rw-r--r-- root/root usr/share/terminfo/d/d430-unix-sr-ccc -> usr/share/terminfo/d/d430c-unix-sr-ccc
-rw-r--r-- root/root usr/share/terminfo/d/d430-unix-w
-rw-r--r-- root/root usr/share/terminfo/d/d430-unix-w-ccc
--rw-r--r-- root/root usr/share/terminfo/d/d430c-dg
--rw-r--r-- root/root usr/share/terminfo/d/d430c-dg-ccc -> usr/share/terminfo/d/d430-dg-ccc
--rw-r--r-- root/root usr/share/terminfo/d/d430c-unix -> usr/share/terminfo/d/d430-unix
--rw-r--r-- root/root usr/share/terminfo/d/d430c-unix-25 -> usr/share/terminfo/d/d430-unix-25
--rw-r--r-- root/root usr/share/terminfo/d/d430c-unix-25-ccc
+-rw-r--r-- root/root usr/share/terminfo/d/d430c-dg -> usr/share/terminfo/d/d430-dg
+-rw-r--r-- root/root usr/share/terminfo/d/d430c-dg-ccc
+-rw-r--r-- root/root usr/share/terminfo/d/d430c-unix
+-rw-r--r-- root/root usr/share/terminfo/d/d430c-unix-25
+-rw-r--r-- root/root usr/share/terminfo/d/d430c-unix-25-ccc -> usr/share/terminfo/d/d430-unix-25-ccc
-rw-r--r-- root/root usr/share/terminfo/d/d430c-unix-ccc
--rw-r--r-- root/root usr/share/terminfo/d/d430c-unix-s -> usr/share/terminfo/d/d430-unix-s
+-rw-r--r-- root/root usr/share/terminfo/d/d430c-unix-s
-rw-r--r-- root/root usr/share/terminfo/d/d430c-unix-s-ccc
-rw-r--r-- root/root usr/share/terminfo/d/d430c-unix-sr
-rw-r--r-- root/root usr/share/terminfo/d/d430c-unix-sr-ccc
-rw-r--r-- root/root usr/share/terminfo/d/d430c-unix-w -> usr/share/terminfo/d/d430-unix-w
-rw-r--r-- root/root usr/share/terminfo/d/d430c-unix-w-ccc -> usr/share/terminfo/d/d430-unix-w-ccc
--rw-r--r-- root/root usr/share/terminfo/d/d450 -> usr/share/terminfo/d/d450-dg
--rw-r--r-- root/root usr/share/terminfo/d/d450-dg
--rw-r--r-- root/root usr/share/terminfo/d/d460 -> usr/share/terminfo/d/d461
--rw-r--r-- root/root usr/share/terminfo/d/d460-7b -> usr/share/terminfo/d/d461-7b
+-rw-r--r-- root/root usr/share/terminfo/d/d450 -> usr/share/terminfo/d/d400
+-rw-r--r-- root/root usr/share/terminfo/d/d450-dg -> usr/share/terminfo/d/d400
+-rw-r--r-- root/root usr/share/terminfo/d/d460
+-rw-r--r-- root/root usr/share/terminfo/d/d460-7b -> usr/share/terminfo/d/d411-7b
-rw-r--r-- root/root usr/share/terminfo/d/d460-7b-w -> usr/share/terminfo/d/d410-7b-w
--rw-r--r-- root/root usr/share/terminfo/d/d460-dg -> usr/share/terminfo/d/d410-dg
--rw-r--r-- root/root usr/share/terminfo/d/d460-w -> usr/share/terminfo/d/d461-w
--rw-r--r-- root/root usr/share/terminfo/d/d461
--rw-r--r-- root/root usr/share/terminfo/d/d461-7b
+-rw-r--r-- root/root usr/share/terminfo/d/d460-dg
+-rw-r--r-- root/root usr/share/terminfo/d/d460-w -> usr/share/terminfo/d/d410-w
+-rw-r--r-- root/root usr/share/terminfo/d/d461 -> usr/share/terminfo/d/d460
+-rw-r--r-- root/root usr/share/terminfo/d/d461-7b -> usr/share/terminfo/d/d411-7b
-rw-r--r-- root/root usr/share/terminfo/d/d461-7b-w -> usr/share/terminfo/d/d410-7b-w
--rw-r--r-- root/root usr/share/terminfo/d/d461-dg -> usr/share/terminfo/d/d410-dg
--rw-r--r-- root/root usr/share/terminfo/d/d461-w
--rw-r--r-- root/root usr/share/terminfo/d/d462+
--rw-r--r-- root/root usr/share/terminfo/d/d462+25 -> usr/share/terminfo/d/d462-unix-25
--rw-r--r-- root/root usr/share/terminfo/d/d462+dg -> usr/share/terminfo/d/d412-dg
--rw-r--r-- root/root usr/share/terminfo/d/d462+s -> usr/share/terminfo/d/d462-unix-s
--rw-r--r-- root/root usr/share/terminfo/d/d462+sr -> usr/share/terminfo/d/d462-unix-sr
--rw-r--r-- root/root usr/share/terminfo/d/d462+w -> usr/share/terminfo/d/d462-unix-w
--rw-r--r-- root/root usr/share/terminfo/d/d462-dg -> usr/share/terminfo/d/d412-dg
--rw-r--r-- root/root usr/share/terminfo/d/d462-unix -> usr/share/terminfo/d/d462+
--rw-r--r-- root/root usr/share/terminfo/d/d462-unix-25
--rw-r--r-- root/root usr/share/terminfo/d/d462-unix-s
--rw-r--r-- root/root usr/share/terminfo/d/d462-unix-sr
--rw-r--r-- root/root usr/share/terminfo/d/d462-unix-w
--rw-r--r-- root/root usr/share/terminfo/d/d462e-dg -> usr/share/terminfo/d/d412-dg
--rw-r--r-- root/root usr/share/terminfo/d/d463-dg -> usr/share/terminfo/d/d412-dg
--rw-r--r-- root/root usr/share/terminfo/d/d463-unix -> usr/share/terminfo/d/d413-unix
+-rw-r--r-- root/root usr/share/terminfo/d/d461-dg -> usr/share/terminfo/d/d460-dg
+-rw-r--r-- root/root usr/share/terminfo/d/d461-w -> usr/share/terminfo/d/d410-w
+-rw-r--r-- root/root usr/share/terminfo/d/d462+ -> usr/share/terminfo/d/d412-unix
+-rw-r--r-- root/root usr/share/terminfo/d/d462+25
+-rw-r--r-- root/root usr/share/terminfo/d/d462+dg
+-rw-r--r-- root/root usr/share/terminfo/d/d462+s -> usr/share/terminfo/d/d412-unix-s
+-rw-r--r-- root/root usr/share/terminfo/d/d462+sr -> usr/share/terminfo/d/d412-unix-sr
+-rw-r--r-- root/root usr/share/terminfo/d/d462+w -> usr/share/terminfo/d/d412+w
+-rw-r--r-- root/root usr/share/terminfo/d/d462-dg -> usr/share/terminfo/d/d462+dg
+-rw-r--r-- root/root usr/share/terminfo/d/d462-unix -> usr/share/terminfo/d/d412-unix
+-rw-r--r-- root/root usr/share/terminfo/d/d462-unix-25 -> usr/share/terminfo/d/d462+25
+-rw-r--r-- root/root usr/share/terminfo/d/d462-unix-s -> usr/share/terminfo/d/d412-unix-s
+-rw-r--r-- root/root usr/share/terminfo/d/d462-unix-sr -> usr/share/terminfo/d/d412-unix-sr
+-rw-r--r-- root/root usr/share/terminfo/d/d462-unix-w -> usr/share/terminfo/d/d412+w
+-rw-r--r-- root/root usr/share/terminfo/d/d462e-dg -> usr/share/terminfo/d/d462+dg
+-rw-r--r-- root/root usr/share/terminfo/d/d463-dg -> usr/share/terminfo/d/d462+dg
+-rw-r--r-- root/root usr/share/terminfo/d/d463-unix
-rw-r--r-- root/root usr/share/terminfo/d/d463-unix-25
-rw-r--r-- root/root usr/share/terminfo/d/d463-unix-s -> usr/share/terminfo/d/d413-unix-s
-rw-r--r-- root/root usr/share/terminfo/d/d463-unix-sr
--rw-r--r-- root/root usr/share/terminfo/d/d463-unix-w
+-rw-r--r-- root/root usr/share/terminfo/d/d463-unix-w -> usr/share/terminfo/d/d413-unix-w
-rw-r--r-- root/root usr/share/terminfo/d/d464-unix -> usr/share/terminfo/d/d414-unix
-rw-r--r-- root/root usr/share/terminfo/d/d464-unix-25 -> usr/share/terminfo/d/d414-unix-25
--rw-r--r-- root/root usr/share/terminfo/d/d464-unix-s
+-rw-r--r-- root/root usr/share/terminfo/d/d464-unix-s -> usr/share/terminfo/d/d414-unix-s
-rw-r--r-- root/root usr/share/terminfo/d/d464-unix-sr -> usr/share/terminfo/d/d414-unix-sr
--rw-r--r-- root/root usr/share/terminfo/d/d464-unix-w -> usr/share/terminfo/d/d414-unix-w
--rw-r--r-- root/root usr/share/terminfo/d/d470 -> usr/share/terminfo/d/d470c
+-rw-r--r-- root/root usr/share/terminfo/d/d464-unix-w
+-rw-r--r-- root/root usr/share/terminfo/d/d470
-rw-r--r-- root/root usr/share/terminfo/d/d470-7b
-rw-r--r-- root/root usr/share/terminfo/d/d470-dg
--rw-r--r-- root/root usr/share/terminfo/d/d470c
+-rw-r--r-- root/root usr/share/terminfo/d/d470c -> usr/share/terminfo/d/d470
-rw-r--r-- root/root usr/share/terminfo/d/d470c-7b -> usr/share/terminfo/d/d470-7b
-rw-r--r-- root/root usr/share/terminfo/d/d470c-dg -> usr/share/terminfo/d/d470-dg
-rw-r--r-- root/root usr/share/terminfo/d/d555
@@ -1759,43 +1759,43 @@ drwxr-xr-x root/root usr/share/terminfo/d/
-rw-r--r-- root/root usr/share/terminfo/d/d578
-rw-r--r-- root/root usr/share/terminfo/d/d578-7b
-rw-r--r-- root/root usr/share/terminfo/d/d578-dg -> usr/share/terminfo/d/d577-dg
--rw-r--r-- root/root usr/share/terminfo/d/d80 -> usr/share/terminfo/a/a80
+-rw-r--r-- root/root usr/share/terminfo/d/d80 -> usr/share/terminfo/d/dialogue
-rw-r--r-- root/root usr/share/terminfo/d/d800
--rw-r--r-- root/root usr/share/terminfo/d/darwin
--rw-r--r-- root/root usr/share/terminfo/d/darwin-100x37
--rw-r--r-- root/root usr/share/terminfo/d/darwin-100x37-m
--rw-r--r-- root/root usr/share/terminfo/d/darwin-112x37
--rw-r--r-- root/root usr/share/terminfo/d/darwin-112x37-m
--rw-r--r-- root/root usr/share/terminfo/d/darwin-128x40
--rw-r--r-- root/root usr/share/terminfo/d/darwin-128x40-m
--rw-r--r-- root/root usr/share/terminfo/d/darwin-128x48
--rw-r--r-- root/root usr/share/terminfo/d/darwin-128x48-m
--rw-r--r-- root/root usr/share/terminfo/d/darwin-144x48
--rw-r--r-- root/root usr/share/terminfo/d/darwin-144x48-m
--rw-r--r-- root/root usr/share/terminfo/d/darwin-160x64
--rw-r--r-- root/root usr/share/terminfo/d/darwin-160x64-m
--rw-r--r-- root/root usr/share/terminfo/d/darwin-200x64
--rw-r--r-- root/root usr/share/terminfo/d/darwin-200x64-m
--rw-r--r-- root/root usr/share/terminfo/d/darwin-200x75
--rw-r--r-- root/root usr/share/terminfo/d/darwin-200x75-m
--rw-r--r-- root/root usr/share/terminfo/d/darwin-256x96
--rw-r--r-- root/root usr/share/terminfo/d/darwin-256x96-m
--rw-r--r-- root/root usr/share/terminfo/d/darwin-80x25
--rw-r--r-- root/root usr/share/terminfo/d/darwin-80x25-m
--rw-r--r-- root/root usr/share/terminfo/d/darwin-80x30
--rw-r--r-- root/root usr/share/terminfo/d/darwin-80x30-m
--rw-r--r-- root/root usr/share/terminfo/d/darwin-90x30
--rw-r--r-- root/root usr/share/terminfo/d/darwin-90x30-m
--rw-r--r-- root/root usr/share/terminfo/d/darwin-b
--rw-r--r-- root/root usr/share/terminfo/d/darwin-f
--rw-r--r-- root/root usr/share/terminfo/d/darwin-f2
--rw-r--r-- root/root usr/share/terminfo/d/darwin-m
--rw-r--r-- root/root usr/share/terminfo/d/darwin-m-b
--rw-r--r-- root/root usr/share/terminfo/d/darwin-m-f
--rw-r--r-- root/root usr/share/terminfo/d/darwin-m-f2
--rw-r--r-- root/root usr/share/terminfo/d/datagraphix -> usr/share/terminfo/d/d132
+-rw-r--r-- root/root usr/share/terminfo/d/darwin -> usr/share/terminfo/x/xnuppc
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-100x37 -> usr/share/terminfo/x/xnuppc-100x37
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-100x37-m -> usr/share/terminfo/x/xnuppc-100x37-m
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-112x37 -> usr/share/terminfo/x/xnuppc-112x37
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-112x37-m -> usr/share/terminfo/x/xnuppc-112x37-m
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-128x40 -> usr/share/terminfo/x/xnuppc-128x40
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-128x40-m -> usr/share/terminfo/x/xnuppc-128x40-m
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-128x48 -> usr/share/terminfo/x/xnuppc-128x48
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-128x48-m -> usr/share/terminfo/x/xnuppc-128x48-m
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-144x48 -> usr/share/terminfo/x/xnuppc-144x48
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-144x48-m -> usr/share/terminfo/x/xnuppc-144x48-m
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-160x64 -> usr/share/terminfo/x/xnuppc-160x64
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-160x64-m -> usr/share/terminfo/x/xnuppc-160x64-m
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-200x64 -> usr/share/terminfo/x/xnuppc-200x64
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-200x64-m -> usr/share/terminfo/x/xnuppc-200x64-m
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-200x75 -> usr/share/terminfo/x/xnuppc-200x75
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-200x75-m -> usr/share/terminfo/x/xnuppc-200x75-m
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-256x96 -> usr/share/terminfo/x/xnuppc-256x96
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-256x96-m -> usr/share/terminfo/x/xnuppc-256x96-m
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-80x25 -> usr/share/terminfo/x/xnuppc-80x25
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-80x25-m -> usr/share/terminfo/x/xnuppc-80x25-m
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-80x30 -> usr/share/terminfo/x/xnuppc-80x30
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-80x30-m -> usr/share/terminfo/x/xnuppc-80x30-m
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-90x30 -> usr/share/terminfo/x/xnuppc-90x30
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-90x30-m -> usr/share/terminfo/x/xnuppc-90x30-m
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-b -> usr/share/terminfo/x/xnuppc-b
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-f -> usr/share/terminfo/x/xnuppc-f
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-f2 -> usr/share/terminfo/x/xnuppc-f2
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-m -> usr/share/terminfo/x/xnuppc-m
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-m-b -> usr/share/terminfo/x/xnuppc-m-b
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-m-f -> usr/share/terminfo/x/xnuppc-m-f
+-rw-r--r-- root/root usr/share/terminfo/d/darwin-m-f2 -> usr/share/terminfo/x/xnuppc-m-f2
+-rw-r--r-- root/root usr/share/terminfo/d/datagraphix
-rw-r--r-- root/root usr/share/terminfo/d/datamedia2500 -> usr/share/terminfo/d/dm2500
--rw-r--r-- root/root usr/share/terminfo/d/datapoint -> usr/share/terminfo/d/dp3360
+-rw-r--r-- root/root usr/share/terminfo/d/datapoint
-rw-r--r-- root/root usr/share/terminfo/d/dataspeed40 -> usr/share/terminfo/t/tty40
-rw-r--r-- root/root usr/share/terminfo/d/dd5000 -> usr/share/terminfo/d/delta
-rw-r--r-- root/root usr/share/terminfo/d/ddr -> usr/share/terminfo/r/rebus3180
@@ -1804,29 +1804,29 @@ drwxr-xr-x root/root usr/share/terminfo/d/
-rw-r--r-- root/root usr/share/terminfo/d/dec+sl
-rw-r--r-- root/root usr/share/terminfo/d/dec-vt100
-rw-r--r-- root/root usr/share/terminfo/d/dec-vt220
--rw-r--r-- root/root usr/share/terminfo/d/dec-vt330 -> usr/share/terminfo/v/vt340
--rw-r--r-- root/root usr/share/terminfo/d/dec-vt340 -> usr/share/terminfo/v/vt340
--rw-r--r-- root/root usr/share/terminfo/d/dec-vt400 -> usr/share/terminfo/v/vt400
+-rw-r--r-- root/root usr/share/terminfo/d/dec-vt330 -> usr/share/terminfo/d/dec-vt340
+-rw-r--r-- root/root usr/share/terminfo/d/dec-vt340
+-rw-r--r-- root/root usr/share/terminfo/d/dec-vt400
-rw-r--r-- root/root usr/share/terminfo/d/decansi
-rw-r--r-- root/root usr/share/terminfo/d/decid+cpr
--rw-r--r-- root/root usr/share/terminfo/d/decpro -> usr/share/terminfo/p/pro350
--rw-r--r-- root/root usr/share/terminfo/d/decwriter -> usr/share/terminfo/d/dw2
+-rw-r--r-- root/root usr/share/terminfo/d/decpro
+-rw-r--r-- root/root usr/share/terminfo/d/decwriter
-rw-r--r-- root/root usr/share/terminfo/d/delta
-rw-r--r-- root/root usr/share/terminfo/d/dg+ccc
-rw-r--r-- root/root usr/share/terminfo/d/dg+color
-rw-r--r-- root/root usr/share/terminfo/d/dg+color8
-rw-r--r-- root/root usr/share/terminfo/d/dg+fixed
--rw-r--r-- root/root usr/share/terminfo/d/dg-ansi -> usr/share/terminfo/d/dg210
+-rw-r--r-- root/root usr/share/terminfo/d/dg-ansi
-rw-r--r-- root/root usr/share/terminfo/d/dg-generic
--rw-r--r-- root/root usr/share/terminfo/d/dg100 -> usr/share/terminfo/d/dg6053-old
+-rw-r--r-- root/root usr/share/terminfo/d/dg100
-rw-r--r-- root/root usr/share/terminfo/d/dg200
--rw-r--r-- root/root usr/share/terminfo/d/dg210
+-rw-r--r-- root/root usr/share/terminfo/d/dg210 -> usr/share/terminfo/d/dg-ansi
-rw-r--r-- root/root usr/share/terminfo/d/dg211
-rw-r--r-- root/root usr/share/terminfo/d/dg450 -> usr/share/terminfo/d/dg6134
-rw-r--r-- root/root usr/share/terminfo/d/dg460-ansi
--rw-r--r-- root/root usr/share/terminfo/d/dg6053 -> usr/share/terminfo/6/605x-dg
--rw-r--r-- root/root usr/share/terminfo/d/dg6053-old
--rw-r--r-- root/root usr/share/terminfo/d/dg605x -> usr/share/terminfo/6/605x-dg
+-rw-r--r-- root/root usr/share/terminfo/d/dg6053 -> usr/share/terminfo/6/6053-dg
+-rw-r--r-- root/root usr/share/terminfo/d/dg6053-old -> usr/share/terminfo/d/dg100
+-rw-r--r-- root/root usr/share/terminfo/d/dg605x -> usr/share/terminfo/6/6053-dg
-rw-r--r-- root/root usr/share/terminfo/d/dg6134
-rw-r--r-- root/root usr/share/terminfo/d/dgkeys+11
-rw-r--r-- root/root usr/share/terminfo/d/dgkeys+15
@@ -1836,21 +1836,21 @@ drwxr-xr-x root/root usr/share/terminfo/d/
-rw-r--r-- root/root usr/share/terminfo/d/dgmode+color8
-rw-r--r-- root/root usr/share/terminfo/d/dgunix+ccc
-rw-r--r-- root/root usr/share/terminfo/d/dgunix+fixed
--rw-r--r-- root/root usr/share/terminfo/d/diablo -> usr/share/terminfo/d/diablo1740
--rw-r--r-- root/root usr/share/terminfo/d/diablo-lm -> usr/share/terminfo/d/diablo1640-lm
--rw-r--r-- root/root usr/share/terminfo/d/diablo1620 -> usr/share/terminfo/i/ipsi
+-rw-r--r-- root/root usr/share/terminfo/d/diablo -> usr/share/terminfo/x/xerox
+-rw-r--r-- root/root usr/share/terminfo/d/diablo-lm -> usr/share/terminfo/x/xerox-lm
+-rw-r--r-- root/root usr/share/terminfo/d/diablo1620 -> usr/share/terminfo/d/diablo450
-rw-r--r-- root/root usr/share/terminfo/d/diablo1620-m8
--rw-r--r-- root/root usr/share/terminfo/d/diablo1640 -> usr/share/terminfo/d/diablo1740
--rw-r--r-- root/root usr/share/terminfo/d/diablo1640-lm
+-rw-r--r-- root/root usr/share/terminfo/d/diablo1640 -> usr/share/terminfo/x/xerox
+-rw-r--r-- root/root usr/share/terminfo/d/diablo1640-lm -> usr/share/terminfo/x/xerox-lm
-rw-r--r-- root/root usr/share/terminfo/d/diablo1640-m8 -> usr/share/terminfo/d/diablo1620-m8
--rw-r--r-- root/root usr/share/terminfo/d/diablo1720 -> usr/share/terminfo/i/ipsi
--rw-r--r-- root/root usr/share/terminfo/d/diablo1730 -> usr/share/terminfo/d/diablo1740
--rw-r--r-- root/root usr/share/terminfo/d/diablo1740
--rw-r--r-- root/root usr/share/terminfo/d/diablo1740-lm -> usr/share/terminfo/6/630-lm
--rw-r--r-- root/root usr/share/terminfo/d/diablo450 -> usr/share/terminfo/i/ipsi
--rw-r--r-- root/root usr/share/terminfo/d/diablo630 -> usr/share/terminfo/d/diablo1740
--rw-r--r-- root/root usr/share/terminfo/d/dialogue -> usr/share/terminfo/a/a80
--rw-r--r-- root/root usr/share/terminfo/d/dialogue80 -> usr/share/terminfo/a/a80
+-rw-r--r-- root/root usr/share/terminfo/d/diablo1720 -> usr/share/terminfo/d/diablo450
+-rw-r--r-- root/root usr/share/terminfo/d/diablo1730 -> usr/share/terminfo/x/xerox
+-rw-r--r-- root/root usr/share/terminfo/d/diablo1740 -> usr/share/terminfo/x/xerox
+-rw-r--r-- root/root usr/share/terminfo/d/diablo1740-lm -> usr/share/terminfo/x/x1700-lm
+-rw-r--r-- root/root usr/share/terminfo/d/diablo450
+-rw-r--r-- root/root usr/share/terminfo/d/diablo630 -> usr/share/terminfo/x/xerox
+-rw-r--r-- root/root usr/share/terminfo/d/dialogue
+-rw-r--r-- root/root usr/share/terminfo/d/dialogue80 -> usr/share/terminfo/d/dialogue
-rw-r--r-- root/root usr/share/terminfo/d/digilog
-rw-r--r-- root/root usr/share/terminfo/d/djgpp
-rw-r--r-- root/root usr/share/terminfo/d/djgpp203
@@ -1862,34 +1862,34 @@ drwxr-xr-x root/root usr/share/terminfo/d/
-rw-r--r-- root/root usr/share/terminfo/d/dku7102-sna -> usr/share/terminfo/t/tws2102-sna
-rw-r--r-- root/root usr/share/terminfo/d/dku7103-sna -> usr/share/terminfo/t/tws2103-sna
-rw-r--r-- root/root usr/share/terminfo/d/dku7202
--rw-r--r-- root/root usr/share/terminfo/d/dm1520
--rw-r--r-- root/root usr/share/terminfo/d/dm1521 -> usr/share/terminfo/d/dm1520
+-rw-r--r-- root/root usr/share/terminfo/d/dm1520 -> usr/share/terminfo/d/dm1521
+-rw-r--r-- root/root usr/share/terminfo/d/dm1521
-rw-r--r-- root/root usr/share/terminfo/d/dm2500
-rw-r--r-- root/root usr/share/terminfo/d/dm3025
-rw-r--r-- root/root usr/share/terminfo/d/dm3045
-rw-r--r-- root/root usr/share/terminfo/d/dm80
--rw-r--r-- root/root usr/share/terminfo/d/dm80w -> usr/share/terminfo/d/dt80w
+-rw-r--r-- root/root usr/share/terminfo/d/dm80w
-rw-r--r-- root/root usr/share/terminfo/d/dmchat
--rw-r--r-- root/root usr/share/terminfo/d/dmd -> usr/share/terminfo/5/5620
+-rw-r--r-- root/root usr/share/terminfo/d/dmd -> usr/share/terminfo/t/tty5620
-rw-r--r-- root/root usr/share/terminfo/d/dmd-24 -> usr/share/terminfo/t/tty5620-24
-rw-r--r-- root/root usr/share/terminfo/d/dmd-34 -> usr/share/terminfo/t/tty5620-34
-rw-r--r-- root/root usr/share/terminfo/d/dmd1 -> usr/share/terminfo/t/tty5620-1
-rw-r--r-- root/root usr/share/terminfo/d/dmdt80 -> usr/share/terminfo/d/dm80
--rw-r--r-- root/root usr/share/terminfo/d/dmdt80w -> usr/share/terminfo/d/dt80w
+-rw-r--r-- root/root usr/share/terminfo/d/dmdt80w -> usr/share/terminfo/d/dm80w
-rw-r--r-- root/root usr/share/terminfo/d/dmterm
-rw-r--r-- root/root usr/share/terminfo/d/domterm
--rw-r--r-- root/root usr/share/terminfo/d/dp3360
+-rw-r--r-- root/root usr/share/terminfo/d/dp3360 -> usr/share/terminfo/d/datapoint
-rw-r--r-- root/root usr/share/terminfo/d/dp8242
-rw-r--r-- root/root usr/share/terminfo/d/ds40 -> usr/share/terminfo/t/tty40
-rw-r--r-- root/root usr/share/terminfo/d/ds40-2 -> usr/share/terminfo/t/tty40
-rw-r--r-- root/root usr/share/terminfo/d/dt-100
--rw-r--r-- root/root usr/share/terminfo/d/dt-100w
+-rw-r--r-- root/root usr/share/terminfo/d/dt-100w -> usr/share/terminfo/d/dt100w
-rw-r--r-- root/root usr/share/terminfo/d/dt100 -> usr/share/terminfo/d/dt-100
--rw-r--r-- root/root usr/share/terminfo/d/dt100w -> usr/share/terminfo/d/dt-100w
+-rw-r--r-- root/root usr/share/terminfo/d/dt100w
-rw-r--r-- root/root usr/share/terminfo/d/dt110
-rw-r--r-- root/root usr/share/terminfo/d/dt80 -> usr/share/terminfo/d/dm80
-rw-r--r-- root/root usr/share/terminfo/d/dt80-sas
--rw-r--r-- root/root usr/share/terminfo/d/dt80w
+-rw-r--r-- root/root usr/share/terminfo/d/dt80w -> usr/share/terminfo/d/dm80w
-rw-r--r-- root/root usr/share/terminfo/d/dtc300s
-rw-r--r-- root/root usr/share/terminfo/d/dtc382
-rw-r--r-- root/root usr/share/terminfo/d/dtterm
@@ -1897,10 +1897,10 @@ drwxr-xr-x root/root usr/share/terminfo/d/
-rw-r--r-- root/root usr/share/terminfo/d/dumb-emacs-ansi
-rw-r--r-- root/root usr/share/terminfo/d/dvtm
-rw-r--r-- root/root usr/share/terminfo/d/dvtm-256color
--rw-r--r-- root/root usr/share/terminfo/d/dw -> usr/share/terminfo/d/dw2
+-rw-r--r-- root/root usr/share/terminfo/d/dw -> usr/share/terminfo/d/decwriter
-rw-r--r-- root/root usr/share/terminfo/d/dw1
--rw-r--r-- root/root usr/share/terminfo/d/dw2
--rw-r--r-- root/root usr/share/terminfo/d/dw3 -> usr/share/terminfo/l/la120
+-rw-r--r-- root/root usr/share/terminfo/d/dw2 -> usr/share/terminfo/d/decwriter
+-rw-r--r-- root/root usr/share/terminfo/d/dw3
-rw-r--r-- root/root usr/share/terminfo/d/dw4
-rw-r--r-- root/root usr/share/terminfo/d/dwk
-rw-r--r-- root/root usr/share/terminfo/d/dwk-vt -> usr/share/terminfo/d/dwk
@@ -1914,16 +1914,16 @@ drwxr-xr-x root/root usr/share/terminfo/e/
-rw-r--r-- root/root usr/share/terminfo/e/elks-ansi
-rw-r--r-- root/root usr/share/terminfo/e/elks-glasstty
-rw-r--r-- root/root usr/share/terminfo/e/elks-vt52
--rw-r--r-- root/root usr/share/terminfo/e/emots
+-rw-r--r-- root/root usr/share/terminfo/e/emots -> usr/share/terminfo/g/gs6300
-rw-r--r-- root/root usr/share/terminfo/e/emu
-rw-r--r-- root/root usr/share/terminfo/e/emu-220
-rw-r--r-- root/root usr/share/terminfo/e/emx-base
--rw-r--r-- root/root usr/share/terminfo/e/env230
--rw-r--r-- root/root usr/share/terminfo/e/envision230 -> usr/share/terminfo/e/env230
--rw-r--r-- root/root usr/share/terminfo/e/ep40 -> usr/share/terminfo/e/ep4000
--rw-r--r-- root/root usr/share/terminfo/e/ep4000
--rw-r--r-- root/root usr/share/terminfo/e/ep4080 -> usr/share/terminfo/e/ep48
--rw-r--r-- root/root usr/share/terminfo/e/ep48
+-rw-r--r-- root/root usr/share/terminfo/e/env230 -> usr/share/terminfo/e/envision230
+-rw-r--r-- root/root usr/share/terminfo/e/envision230
+-rw-r--r-- root/root usr/share/terminfo/e/ep40
+-rw-r--r-- root/root usr/share/terminfo/e/ep4000 -> usr/share/terminfo/e/ep40
+-rw-r--r-- root/root usr/share/terminfo/e/ep4080
+-rw-r--r-- root/root usr/share/terminfo/e/ep48 -> usr/share/terminfo/e/ep4080
-rw-r--r-- root/root usr/share/terminfo/e/ergo4000
-rw-r--r-- root/root usr/share/terminfo/e/esprit
-rw-r--r-- root/root usr/share/terminfo/e/esprit-am
@@ -1931,48 +1931,48 @@ drwxr-xr-x root/root usr/share/terminfo/e/
-rw-r--r-- root/root usr/share/terminfo/e/eterm-color
-rw-r--r-- root/root usr/share/terminfo/e/ex155
-rw-r--r-- root/root usr/share/terminfo/e/excel62
--rw-r--r-- root/root usr/share/terminfo/e/excel62-rv
+-rw-r--r-- root/root usr/share/terminfo/e/excel62-rv -> usr/share/terminfo/e/excel64-rv
-rw-r--r-- root/root usr/share/terminfo/e/excel62-w
-rw-r--r-- root/root usr/share/terminfo/e/excel64 -> usr/share/terminfo/e/excel62
--rw-r--r-- root/root usr/share/terminfo/e/excel64-rv -> usr/share/terminfo/e/excel62-rv
+-rw-r--r-- root/root usr/share/terminfo/e/excel64-rv
-rw-r--r-- root/root usr/share/terminfo/e/excel64-w -> usr/share/terminfo/e/excel62-w
-rw-r--r-- root/root usr/share/terminfo/e/exec80
drwxr-xr-x root/root usr/share/terminfo/f/
-rw-r--r-- root/root usr/share/terminfo/f/f100 -> usr/share/terminfo/f/freedom
--rw-r--r-- root/root usr/share/terminfo/f/f100-rv -> usr/share/terminfo/f/freedom-rv
--rw-r--r-- root/root usr/share/terminfo/f/f110 -> usr/share/terminfo/f/freedom110
+-rw-r--r-- root/root usr/share/terminfo/f/f100-rv
+-rw-r--r-- root/root usr/share/terminfo/f/f110
-rw-r--r-- root/root usr/share/terminfo/f/f110-14
-rw-r--r-- root/root usr/share/terminfo/f/f110-14w
-rw-r--r-- root/root usr/share/terminfo/f/f110-w
--rw-r--r-- root/root usr/share/terminfo/f/f1720 -> usr/share/terminfo/f/f1720a
--rw-r--r-- root/root usr/share/terminfo/f/f1720a
+-rw-r--r-- root/root usr/share/terminfo/f/f1720
+-rw-r--r-- root/root usr/share/terminfo/f/f1720a -> usr/share/terminfo/f/f1720
-rw-r--r-- root/root usr/share/terminfo/f/f200
-rw-r--r-- root/root usr/share/terminfo/f/f200-w
-rw-r--r-- root/root usr/share/terminfo/f/f200vi
-rw-r--r-- root/root usr/share/terminfo/f/f200vi-w
-rw-r--r-- root/root usr/share/terminfo/f/falco -> usr/share/terminfo/t/ts-1
--rw-r--r-- root/root usr/share/terminfo/f/falco-p -> usr/share/terminfo/t/ts-1p
+-rw-r--r-- root/root usr/share/terminfo/f/falco-p -> usr/share/terminfo/t/ts1p
-rw-r--r-- root/root usr/share/terminfo/f/fbterm
--rw-r--r-- root/root usr/share/terminfo/f/fenix -> usr/share/terminfo/p/pt200
--rw-r--r-- root/root usr/share/terminfo/f/fenixw -> usr/share/terminfo/p/pt100w
+-rw-r--r-- root/root usr/share/terminfo/f/fenix
+-rw-r--r-- root/root usr/share/terminfo/f/fenixw
-rw-r--r-- root/root usr/share/terminfo/f/fixterm
-rw-r--r-- root/root usr/share/terminfo/f/foot
-rw-r--r-- root/root usr/share/terminfo/f/foot+base
-rw-r--r-- root/root usr/share/terminfo/f/foot-direct
-rw-r--r-- root/root usr/share/terminfo/f/fortune
-rw-r--r-- root/root usr/share/terminfo/f/fos -> usr/share/terminfo/f/fortune
--rw-r--r-- root/root usr/share/terminfo/f/fox -> usr/share/terminfo/p/pe1100
+-rw-r--r-- root/root usr/share/terminfo/f/fox
-rw-r--r-- root/root usr/share/terminfo/f/freedom
--rw-r--r-- root/root usr/share/terminfo/f/freedom-rv
+-rw-r--r-- root/root usr/share/terminfo/f/freedom-rv -> usr/share/terminfo/f/f100-rv
-rw-r--r-- root/root usr/share/terminfo/f/freedom100 -> usr/share/terminfo/f/freedom
--rw-r--r-- root/root usr/share/terminfo/f/freedom110
+-rw-r--r-- root/root usr/share/terminfo/f/freedom110 -> usr/share/terminfo/f/f110
-rw-r--r-- root/root usr/share/terminfo/f/freedom200 -> usr/share/terminfo/f/f200
drwxr-xr-x root/root usr/share/terminfo/g/
-rw-r--r-- root/root usr/share/terminfo/g/gator
-rw-r--r-- root/root usr/share/terminfo/g/gator-52
-rw-r--r-- root/root usr/share/terminfo/g/gator-52t
-rw-r--r-- root/root usr/share/terminfo/g/gator-t
--rw-r--r-- root/root usr/share/terminfo/g/gigi -> usr/share/terminfo/v/vk100
+-rw-r--r-- root/root usr/share/terminfo/g/gigi
-rw-r--r-- root/root usr/share/terminfo/g/glasstty
-rw-r--r-- root/root usr/share/terminfo/g/gnome
-rw-r--r-- root/root usr/share/terminfo/g/gnome+pcfkeys
@@ -1985,60 +1985,60 @@ drwxr-xr-x root/root usr/share/terminfo/g/
-rw-r--r-- root/root usr/share/terminfo/g/gnome-rh72
-rw-r--r-- root/root usr/share/terminfo/g/gnome-rh80
-rw-r--r-- root/root usr/share/terminfo/g/gnome-rh90
--rw-r--r-- root/root usr/share/terminfo/g/go-225
+-rw-r--r-- root/root usr/share/terminfo/g/go-225 -> usr/share/terminfo/g/go225
-rw-r--r-- root/root usr/share/terminfo/g/go140
-rw-r--r-- root/root usr/share/terminfo/g/go140w
--rw-r--r-- root/root usr/share/terminfo/g/go225 -> usr/share/terminfo/g/go-225
+-rw-r--r-- root/root usr/share/terminfo/g/go225
-rw-r--r-- root/root usr/share/terminfo/g/graphos
-rw-r--r-- root/root usr/share/terminfo/g/graphos-30
--rw-r--r-- root/root usr/share/terminfo/g/gs5430 -> usr/share/terminfo/p/pt505
--rw-r--r-- root/root usr/share/terminfo/g/gs5430-22 -> usr/share/terminfo/p/pt505-22
--rw-r--r-- root/root usr/share/terminfo/g/gs5430-24 -> usr/share/terminfo/p/pt505-24
--rw-r--r-- root/root usr/share/terminfo/g/gs6300 -> usr/share/terminfo/e/emots
+-rw-r--r-- root/root usr/share/terminfo/g/gs5430
+-rw-r--r-- root/root usr/share/terminfo/g/gs5430-22
+-rw-r--r-- root/root usr/share/terminfo/g/gs5430-24
+-rw-r--r-- root/root usr/share/terminfo/g/gs6300
-rw-r--r-- root/root usr/share/terminfo/g/gsi
--rw-r--r-- root/root usr/share/terminfo/g/gt100 -> usr/share/terminfo/i/i100
--rw-r--r-- root/root usr/share/terminfo/g/gt100a -> usr/share/terminfo/i/i100
+-rw-r--r-- root/root usr/share/terminfo/g/gt100 -> usr/share/terminfo/g/gt100a
+-rw-r--r-- root/root usr/share/terminfo/g/gt100a
-rw-r--r-- root/root usr/share/terminfo/g/gt40
-rw-r--r-- root/root usr/share/terminfo/g/gt42
--rw-r--r-- root/root usr/share/terminfo/g/guru -> usr/share/terminfo/g/guru+unk
+-rw-r--r-- root/root usr/share/terminfo/g/guru
-rw-r--r-- root/root usr/share/terminfo/g/guru+rv
-rw-r--r-- root/root usr/share/terminfo/g/guru+s
--rw-r--r-- root/root usr/share/terminfo/g/guru+unk
+-rw-r--r-- root/root usr/share/terminfo/g/guru+unk -> usr/share/terminfo/g/guru
-rw-r--r-- root/root usr/share/terminfo/g/guru-24
--rw-r--r-- root/root usr/share/terminfo/g/guru-33 -> usr/share/terminfo/g/guru+unk
--rw-r--r-- root/root usr/share/terminfo/g/guru-33-rv
--rw-r--r-- root/root usr/share/terminfo/g/guru-33-s
+-rw-r--r-- root/root usr/share/terminfo/g/guru-33 -> usr/share/terminfo/g/guru
+-rw-r--r-- root/root usr/share/terminfo/g/guru-33-rv -> usr/share/terminfo/g/guru-rv
+-rw-r--r-- root/root usr/share/terminfo/g/guru-33-s -> usr/share/terminfo/g/guru-s
-rw-r--r-- root/root usr/share/terminfo/g/guru-44
-rw-r--r-- root/root usr/share/terminfo/g/guru-44-s
-rw-r--r-- root/root usr/share/terminfo/g/guru-76
--rw-r--r-- root/root usr/share/terminfo/g/guru-76-lp
+-rw-r--r-- root/root usr/share/terminfo/g/guru-76-lp -> usr/share/terminfo/g/guru-lp
-rw-r--r-- root/root usr/share/terminfo/g/guru-76-s
-rw-r--r-- root/root usr/share/terminfo/g/guru-76-w
-rw-r--r-- root/root usr/share/terminfo/g/guru-76-w-s
-rw-r--r-- root/root usr/share/terminfo/g/guru-76-wm
--rw-r--r-- root/root usr/share/terminfo/g/guru-lp -> usr/share/terminfo/g/guru-76-lp
+-rw-r--r-- root/root usr/share/terminfo/g/guru-lp
-rw-r--r-- root/root usr/share/terminfo/g/guru-nctxt
--rw-r--r-- root/root usr/share/terminfo/g/guru-rv -> usr/share/terminfo/g/guru-33-rv
--rw-r--r-- root/root usr/share/terminfo/g/guru-s -> usr/share/terminfo/g/guru-33-s
+-rw-r--r-- root/root usr/share/terminfo/g/guru-rv
+-rw-r--r-- root/root usr/share/terminfo/g/guru-s
drwxr-xr-x root/root usr/share/terminfo/h/
--rw-r--r-- root/root usr/share/terminfo/h/h-100 -> usr/share/terminfo/z/z-100
+-rw-r--r-- root/root usr/share/terminfo/h/h-100 -> usr/share/terminfo/z/z110
-rw-r--r-- root/root usr/share/terminfo/h/h-100bw -> usr/share/terminfo/z/z100bw
--rw-r--r-- root/root usr/share/terminfo/h/h100 -> usr/share/terminfo/z/z-100
+-rw-r--r-- root/root usr/share/terminfo/h/h100 -> usr/share/terminfo/z/z110
-rw-r--r-- root/root usr/share/terminfo/h/h100bw -> usr/share/terminfo/z/z100bw
-rw-r--r-- root/root usr/share/terminfo/h/h19 -> usr/share/terminfo/z/z19
--rw-r--r-- root/root usr/share/terminfo/h/h19-a -> usr/share/terminfo/h/heath-ansi
+-rw-r--r-- root/root usr/share/terminfo/h/h19-a -> usr/share/terminfo/h/h19a
-rw-r--r-- root/root usr/share/terminfo/h/h19-b -> usr/share/terminfo/z/z19
-rw-r--r-- root/root usr/share/terminfo/h/h19-bs
--rw-r--r-- root/root usr/share/terminfo/h/h19-g
--rw-r--r-- root/root usr/share/terminfo/h/h19-smul
+-rw-r--r-- root/root usr/share/terminfo/h/h19-g -> usr/share/terminfo/h/h19g
+-rw-r--r-- root/root usr/share/terminfo/h/h19-smul -> usr/share/terminfo/h/h19us
-rw-r--r-- root/root usr/share/terminfo/h/h19-u
--rw-r--r-- root/root usr/share/terminfo/h/h19-us -> usr/share/terminfo/h/h19-smul
--rw-r--r-- root/root usr/share/terminfo/h/h19a -> usr/share/terminfo/h/heath-ansi
--rw-r--r-- root/root usr/share/terminfo/h/h19g -> usr/share/terminfo/h/h19-g
+-rw-r--r-- root/root usr/share/terminfo/h/h19-us -> usr/share/terminfo/h/h19us
+-rw-r--r-- root/root usr/share/terminfo/h/h19a
+-rw-r--r-- root/root usr/share/terminfo/h/h19g
-rw-r--r-- root/root usr/share/terminfo/h/h19k -> usr/share/terminfo/h/h19kermit
-rw-r--r-- root/root usr/share/terminfo/h/h19kermit
--rw-r--r-- root/root usr/share/terminfo/h/h19us -> usr/share/terminfo/h/h19-smul
--rw-r--r-- root/root usr/share/terminfo/h/h29a-kc-bc -> usr/share/terminfo/z/z29a
+-rw-r--r-- root/root usr/share/terminfo/h/h19us
+-rw-r--r-- root/root usr/share/terminfo/h/h29a-kc-bc -> usr/share/terminfo/z/z29a-kc-bc
-rw-r--r-- root/root usr/share/terminfo/h/h29a-kc-uc -> usr/share/terminfo/z/z29a-kc-uc
-rw-r--r-- root/root usr/share/terminfo/h/h29a-nkc-bc -> usr/share/terminfo/z/z29a-nkc-bc
-rw-r--r-- root/root usr/share/terminfo/h/h29a-nkc-uc -> usr/share/terminfo/z/z29a-nkc-uc
@@ -2050,10 +2050,10 @@ drwxr-xr-x root/root usr/share/terminfo/h/
-rw-r--r-- root/root usr/share/terminfo/h/he80 -> usr/share/terminfo/e/exec80
-rw-r--r-- root/root usr/share/terminfo/h/heath -> usr/share/terminfo/z/z19
-rw-r--r-- root/root usr/share/terminfo/h/heath-19 -> usr/share/terminfo/z/z19
--rw-r--r-- root/root usr/share/terminfo/h/heath-ansi
+-rw-r--r-- root/root usr/share/terminfo/h/heath-ansi -> usr/share/terminfo/h/h19a
-rw-r--r-- root/root usr/share/terminfo/h/heathkit -> usr/share/terminfo/z/z19
--rw-r--r-- root/root usr/share/terminfo/h/heathkit-a -> usr/share/terminfo/h/heath-ansi
--rw-r--r-- root/root usr/share/terminfo/h/hft -> usr/share/terminfo/i/ibm5081
+-rw-r--r-- root/root usr/share/terminfo/h/heathkit-a -> usr/share/terminfo/h/h19a
+-rw-r--r-- root/root usr/share/terminfo/h/hft
-rw-r--r-- root/root usr/share/terminfo/h/hft-c
-rw-r--r-- root/root usr/share/terminfo/h/hft-c-old
-rw-r--r-- root/root usr/share/terminfo/h/hft-old
@@ -2072,12 +2072,12 @@ drwxr-xr-x root/root usr/share/terminfo/h/
-rw-r--r-- root/root usr/share/terminfo/h/hp150
-rw-r--r-- root/root usr/share/terminfo/h/hp2 -> usr/share/terminfo/h/hpex2
-rw-r--r-- root/root usr/share/terminfo/h/hp236
--rw-r--r-- root/root usr/share/terminfo/h/hp2382 -> usr/share/terminfo/h/hp2382a
--rw-r--r-- root/root usr/share/terminfo/h/hp2382a
+-rw-r--r-- root/root usr/share/terminfo/h/hp2382
+-rw-r--r-- root/root usr/share/terminfo/h/hp2382a -> usr/share/terminfo/h/hp2382
-rw-r--r-- root/root usr/share/terminfo/h/hp2392
--rw-r--r-- root/root usr/share/terminfo/h/hp2397
--rw-r--r-- root/root usr/share/terminfo/h/hp2397a -> usr/share/terminfo/h/hp2397
--rw-r--r-- root/root usr/share/terminfo/h/hp2621 -> usr/share/terminfo/2/2621
+-rw-r--r-- root/root usr/share/terminfo/h/hp2397 -> usr/share/terminfo/h/hp2397a
+-rw-r--r-- root/root usr/share/terminfo/h/hp2397a
+-rw-r--r-- root/root usr/share/terminfo/h/hp2621 -> usr/share/terminfo/h/hp2621a
-rw-r--r-- root/root usr/share/terminfo/h/hp2621-48
-rw-r--r-- root/root usr/share/terminfo/h/hp2621-a
-rw-r--r-- root/root usr/share/terminfo/h/hp2621-ba
@@ -2085,9 +2085,9 @@ drwxr-xr-x root/root usr/share/terminfo/h/
-rw-r--r-- root/root usr/share/terminfo/h/hp2621-k45 -> usr/share/terminfo/k/k45
-rw-r--r-- root/root usr/share/terminfo/h/hp2621-nl
-rw-r--r-- root/root usr/share/terminfo/h/hp2621-nt
--rw-r--r-- root/root usr/share/terminfo/h/hp2621-wl -> usr/share/terminfo/2/2621
--rw-r--r-- root/root usr/share/terminfo/h/hp2621A -> usr/share/terminfo/2/2621
--rw-r--r-- root/root usr/share/terminfo/h/hp2621a -> usr/share/terminfo/2/2621
+-rw-r--r-- root/root usr/share/terminfo/h/hp2621-wl -> usr/share/terminfo/h/hp2621a
+-rw-r--r-- root/root usr/share/terminfo/h/hp2621A -> usr/share/terminfo/h/hp2621a
+-rw-r--r-- root/root usr/share/terminfo/h/hp2621a
-rw-r--r-- root/root usr/share/terminfo/h/hp2621a-a -> usr/share/terminfo/h/hp2621-a
-rw-r--r-- root/root usr/share/terminfo/h/hp2621b
-rw-r--r-- root/root usr/share/terminfo/h/hp2621b-kx
@@ -2100,16 +2100,16 @@ drwxr-xr-x root/root usr/share/terminfo/h/
-rw-r--r-- root/root usr/share/terminfo/h/hp2622a
-rw-r--r-- root/root usr/share/terminfo/h/hp2623
-rw-r--r-- root/root usr/share/terminfo/h/hp2623a -> usr/share/terminfo/h/hp2623
--rw-r--r-- root/root usr/share/terminfo/h/hp2624 -> usr/share/terminfo/h/hp2624b
--rw-r--r-- root/root usr/share/terminfo/h/hp2624-10p
--rw-r--r-- root/root usr/share/terminfo/h/hp2624a -> usr/share/terminfo/h/hp2624b
--rw-r--r-- root/root usr/share/terminfo/h/hp2624a-10p -> usr/share/terminfo/h/hp2624-10p
--rw-r--r-- root/root usr/share/terminfo/h/hp2624b
--rw-r--r-- root/root usr/share/terminfo/h/hp2624b-10p -> usr/share/terminfo/h/hp2624-10p
+-rw-r--r-- root/root usr/share/terminfo/h/hp2624
+-rw-r--r-- root/root usr/share/terminfo/h/hp2624-10p -> usr/share/terminfo/h/hp2624a-10p
+-rw-r--r-- root/root usr/share/terminfo/h/hp2624a -> usr/share/terminfo/h/hp2624
+-rw-r--r-- root/root usr/share/terminfo/h/hp2624a-10p
+-rw-r--r-- root/root usr/share/terminfo/h/hp2624b -> usr/share/terminfo/h/hp2624
+-rw-r--r-- root/root usr/share/terminfo/h/hp2624b-10p -> usr/share/terminfo/h/hp2624a-10p
-rw-r--r-- root/root usr/share/terminfo/h/hp2624b-10p-p
--rw-r--r-- root/root usr/share/terminfo/h/hp2624b-4p -> usr/share/terminfo/h/hp2624b
--rw-r--r-- root/root usr/share/terminfo/h/hp2624b-4p-p
--rw-r--r-- root/root usr/share/terminfo/h/hp2624b-p -> usr/share/terminfo/h/hp2624b-4p-p
+-rw-r--r-- root/root usr/share/terminfo/h/hp2624b-4p -> usr/share/terminfo/h/hp2624
+-rw-r--r-- root/root usr/share/terminfo/h/hp2624b-4p-p -> usr/share/terminfo/h/hp2624b-p
+-rw-r--r-- root/root usr/share/terminfo/h/hp2624b-p
-rw-r--r-- root/root usr/share/terminfo/h/hp2626 -> usr/share/terminfo/h/hp2626a
-rw-r--r-- root/root usr/share/terminfo/h/hp2626-12
-rw-r--r-- root/root usr/share/terminfo/h/hp2626-12-s
@@ -2124,30 +2124,30 @@ drwxr-xr-x root/root usr/share/terminfo/h/
-rw-r--r-- root/root usr/share/terminfo/h/hp2627c
-rw-r--r-- root/root usr/share/terminfo/h/hp262x
-rw-r--r-- root/root usr/share/terminfo/h/hp2640a
--rw-r--r-- root/root usr/share/terminfo/h/hp2640b
--rw-r--r-- root/root usr/share/terminfo/h/hp2641a -> usr/share/terminfo/h/hp2645a
--rw-r--r-- root/root usr/share/terminfo/h/hp2644a -> usr/share/terminfo/h/hp2640b
+-rw-r--r-- root/root usr/share/terminfo/h/hp2640b -> usr/share/terminfo/h/hp2644a
+-rw-r--r-- root/root usr/share/terminfo/h/hp2641a -> usr/share/terminfo/h/hp2647a
+-rw-r--r-- root/root usr/share/terminfo/h/hp2644a
-rw-r--r-- root/root usr/share/terminfo/h/hp2645 -> usr/share/terminfo/h/hp45
--rw-r--r-- root/root usr/share/terminfo/h/hp2645a
--rw-r--r-- root/root usr/share/terminfo/h/hp2647a -> usr/share/terminfo/h/hp2645a
+-rw-r--r-- root/root usr/share/terminfo/h/hp2645a -> usr/share/terminfo/h/hp2647a
+-rw-r--r-- root/root usr/share/terminfo/h/hp2647a
-rw-r--r-- root/root usr/share/terminfo/h/hp2648
-rw-r--r-- root/root usr/share/terminfo/h/hp2648a -> usr/share/terminfo/h/hp2648
-rw-r--r-- root/root usr/share/terminfo/h/hp300h
-rw-r--r-- root/root usr/share/terminfo/h/hp45
--rw-r--r-- root/root usr/share/terminfo/h/hp700 -> usr/share/terminfo/h/hpansi
+-rw-r--r-- root/root usr/share/terminfo/h/hp700
-rw-r--r-- root/root usr/share/terminfo/h/hp700-wy
-rw-r--r-- root/root usr/share/terminfo/h/hp70092 -> usr/share/terminfo/h/hp70092a
-rw-r--r-- root/root usr/share/terminfo/h/hp70092A -> usr/share/terminfo/h/hp70092a
-rw-r--r-- root/root usr/share/terminfo/h/hp70092a
--rw-r--r-- root/root usr/share/terminfo/h/hp9837 -> usr/share/terminfo/h/hp98720
+-rw-r--r-- root/root usr/share/terminfo/h/hp9837 -> usr/share/terminfo/h/hp98721
-rw-r--r-- root/root usr/share/terminfo/h/hp9845
-rw-r--r-- root/root usr/share/terminfo/h/hp98550 -> usr/share/terminfo/h/hp98550a
--rw-r--r-- root/root usr/share/terminfo/h/hp98550-color -> usr/share/terminfo/h/hp98550a-color
+-rw-r--r-- root/root usr/share/terminfo/h/hp98550-color
-rw-r--r-- root/root usr/share/terminfo/h/hp98550a
--rw-r--r-- root/root usr/share/terminfo/h/hp98550a-color
--rw-r--r-- root/root usr/share/terminfo/h/hp98720
--rw-r--r-- root/root usr/share/terminfo/h/hp98721 -> usr/share/terminfo/h/hp98720
--rw-r--r-- root/root usr/share/terminfo/h/hpansi
+-rw-r--r-- root/root usr/share/terminfo/h/hp98550a-color -> usr/share/terminfo/h/hp98550-color
+-rw-r--r-- root/root usr/share/terminfo/h/hp98720 -> usr/share/terminfo/h/hp98721
+-rw-r--r-- root/root usr/share/terminfo/h/hp98721
+-rw-r--r-- root/root usr/share/terminfo/h/hpansi -> usr/share/terminfo/h/hp700
-rw-r--r-- root/root usr/share/terminfo/h/hpex
-rw-r--r-- root/root usr/share/terminfo/h/hpex2
-rw-r--r-- root/root usr/share/terminfo/h/hpgeneric -> usr/share/terminfo/h/hp
@@ -2157,7 +2157,7 @@ drwxr-xr-x root/root usr/share/terminfo/h/
-rw-r--r-- root/root usr/share/terminfo/h/hpterm-color2 -> usr/share/terminfo/X/X-hpterm-color2
-rw-r--r-- root/root usr/share/terminfo/h/hterm
-rw-r--r-- root/root usr/share/terminfo/h/hterm-256color
--rw-r--r-- root/root usr/share/terminfo/h/htx11 -> usr/share/terminfo/z/ztx
+-rw-r--r-- root/root usr/share/terminfo/h/htx11 -> usr/share/terminfo/z/ztx11
-rw-r--r-- root/root usr/share/terminfo/h/hurd
-rw-r--r-- root/root usr/share/terminfo/h/hz1000
-rw-r--r-- root/root usr/share/terminfo/h/hz1420
@@ -2169,30 +2169,30 @@ drwxr-xr-x root/root usr/share/terminfo/h/
-rw-r--r-- root/root usr/share/terminfo/h/hz1552-rv
-rw-r--r-- root/root usr/share/terminfo/h/hz2000
drwxr-xr-x root/root usr/share/terminfo/i/
--rw-r--r-- root/root usr/share/terminfo/i/i100
+-rw-r--r-- root/root usr/share/terminfo/i/i100 -> usr/share/terminfo/g/gt100a
-rw-r--r-- root/root usr/share/terminfo/i/i3101 -> usr/share/terminfo/i/ibm3101
-rw-r--r-- root/root usr/share/terminfo/i/i3164
-rw-r--r-- root/root usr/share/terminfo/i/i400
-rw-r--r-- root/root usr/share/terminfo/i/iTerm.app
--rw-r--r-- root/root usr/share/terminfo/i/iTerm2.app
+-rw-r--r-- root/root usr/share/terminfo/i/iTerm2.app -> usr/share/terminfo/i/iterm2
-rw-r--r-- root/root usr/share/terminfo/i/ibcs2
-rw-r--r-- root/root usr/share/terminfo/i/ibm+16color
-rw-r--r-- root/root usr/share/terminfo/i/ibm+color
-rw-r--r-- root/root usr/share/terminfo/i/ibm-apl
--rw-r--r-- root/root usr/share/terminfo/i/ibm-pc -> usr/share/terminfo/i/ibm5051
--rw-r--r-- root/root usr/share/terminfo/i/ibm-system1
+-rw-r--r-- root/root usr/share/terminfo/i/ibm-pc -> usr/share/terminfo/5/5051
+-rw-r--r-- root/root usr/share/terminfo/i/ibm-system1 -> usr/share/terminfo/s/system1
-rw-r--r-- root/root usr/share/terminfo/i/ibm3101
-rw-r--r-- root/root usr/share/terminfo/i/ibm3151
--rw-r--r-- root/root usr/share/terminfo/i/ibm3161 -> usr/share/terminfo/i/ibm3163
+-rw-r--r-- root/root usr/share/terminfo/i/ibm3161 -> usr/share/terminfo/w/wyse60-316X
-rw-r--r-- root/root usr/share/terminfo/i/ibm3161-C
-rw-r--r-- root/root usr/share/terminfo/i/ibm3162
--rw-r--r-- root/root usr/share/terminfo/i/ibm3163
+-rw-r--r-- root/root usr/share/terminfo/i/ibm3163 -> usr/share/terminfo/w/wyse60-316X
-rw-r--r-- root/root usr/share/terminfo/i/ibm3164 -> usr/share/terminfo/i/i3164
-rw-r--r-- root/root usr/share/terminfo/i/ibm327x
--rw-r--r-- root/root usr/share/terminfo/i/ibm5051
--rw-r--r-- root/root usr/share/terminfo/i/ibm5081
--rw-r--r-- root/root usr/share/terminfo/i/ibm5081-c -> usr/share/terminfo/i/ibmmpel-c
--rw-r--r-- root/root usr/share/terminfo/i/ibm5151
+-rw-r--r-- root/root usr/share/terminfo/i/ibm5051 -> usr/share/terminfo/5/5051
+-rw-r--r-- root/root usr/share/terminfo/i/ibm5081 -> usr/share/terminfo/h/hft
+-rw-r--r-- root/root usr/share/terminfo/i/ibm5081-c
+-rw-r--r-- root/root usr/share/terminfo/i/ibm5151 -> usr/share/terminfo/w/wyse60-AT
-rw-r--r-- root/root usr/share/terminfo/i/ibm5154
-rw-r--r-- root/root usr/share/terminfo/i/ibm5154-c -> usr/share/terminfo/i/ibmega-c
-rw-r--r-- root/root usr/share/terminfo/i/ibm6153
@@ -2201,35 +2201,35 @@ drwxr-xr-x root/root usr/share/terminfo/i/
-rw-r--r-- root/root usr/share/terminfo/i/ibm6154
-rw-r--r-- root/root usr/share/terminfo/i/ibm6154-c -> usr/share/terminfo/i/ibmapa8c-c
-rw-r--r-- root/root usr/share/terminfo/i/ibm6155
--rw-r--r-- root/root usr/share/terminfo/i/ibm8503 -> usr/share/terminfo/i/ibm8604
--rw-r--r-- root/root usr/share/terminfo/i/ibm8507 -> usr/share/terminfo/i/ibm8604
+-rw-r--r-- root/root usr/share/terminfo/i/ibm8503 -> usr/share/terminfo/i/ibm8507
+-rw-r--r-- root/root usr/share/terminfo/i/ibm8507
-rw-r--r-- root/root usr/share/terminfo/i/ibm8512
-rw-r--r-- root/root usr/share/terminfo/i/ibm8513 -> usr/share/terminfo/i/ibm8512
-rw-r--r-- root/root usr/share/terminfo/i/ibm8514
-rw-r--r-- root/root usr/share/terminfo/i/ibm8514-c
--rw-r--r-- root/root usr/share/terminfo/i/ibm8604
+-rw-r--r-- root/root usr/share/terminfo/i/ibm8604 -> usr/share/terminfo/i/ibm8507
-rw-r--r-- root/root usr/share/terminfo/i/ibmaed
--rw-r--r-- root/root usr/share/terminfo/i/ibmapa16
+-rw-r--r-- root/root usr/share/terminfo/i/ibmapa16 -> usr/share/terminfo/r/rtpc
-rw-r--r-- root/root usr/share/terminfo/i/ibmapa8
-rw-r--r-- root/root usr/share/terminfo/i/ibmapa8c -> usr/share/terminfo/i/ibmapa8
-rw-r--r-- root/root usr/share/terminfo/i/ibmapa8c-c
-rw-r--r-- root/root usr/share/terminfo/i/ibmega
-rw-r--r-- root/root usr/share/terminfo/i/ibmega-c
-rw-r--r-- root/root usr/share/terminfo/i/ibmmono
--rw-r--r-- root/root usr/share/terminfo/i/ibmmpel-c
--rw-r--r-- root/root usr/share/terminfo/i/ibmpc
--rw-r--r-- root/root usr/share/terminfo/i/ibmpc3
--rw-r--r-- root/root usr/share/terminfo/i/ibmpc3r
--rw-r--r-- root/root usr/share/terminfo/i/ibmpc3r-mono
--rw-r--r-- root/root usr/share/terminfo/i/ibmpcx
+-rw-r--r-- root/root usr/share/terminfo/i/ibmmpel-c -> usr/share/terminfo/i/ibm5081-c
+-rw-r--r-- root/root usr/share/terminfo/i/ibmpc -> usr/share/terminfo/w/wyse60-PC
+-rw-r--r-- root/root usr/share/terminfo/i/ibmpc3 -> usr/share/terminfo/p/pc3-bold
+-rw-r--r-- root/root usr/share/terminfo/i/ibmpc3r -> usr/share/terminfo/c/cons25r
+-rw-r--r-- root/root usr/share/terminfo/i/ibmpc3r-mono -> usr/share/terminfo/c/cons25-koi8r-m
+-rw-r--r-- root/root usr/share/terminfo/i/ibmpcx -> usr/share/terminfo/x/xenix
-rw-r--r-- root/root usr/share/terminfo/i/ibmvga
-rw-r--r-- root/root usr/share/terminfo/i/ibmvga-c
--rw-r--r-- root/root usr/share/terminfo/i/ibmx -> usr/share/terminfo/i/ibmpcx
--rw-r--r-- root/root usr/share/terminfo/i/icl6402
--rw-r--r-- root/root usr/share/terminfo/i/icl6404 -> usr/share/terminfo/i/icl6402
--rw-r--r-- root/root usr/share/terminfo/i/icl6404-w
+-rw-r--r-- root/root usr/share/terminfo/i/ibmx -> usr/share/terminfo/x/xenix
+-rw-r--r-- root/root usr/share/terminfo/i/icl6402 -> usr/share/terminfo/k/kds6402
+-rw-r--r-- root/root usr/share/terminfo/i/icl6404 -> usr/share/terminfo/k/kds6402
+-rw-r--r-- root/root usr/share/terminfo/i/icl6404-w -> usr/share/terminfo/k/kds7372-w
-rw-r--r-- root/root usr/share/terminfo/i/ifmr
--rw-r--r-- root/root usr/share/terminfo/i/ims-ansi
+-rw-r--r-- root/root usr/share/terminfo/i/ims-ansi -> usr/share/terminfo/u/ultima2
-rw-r--r-- root/root usr/share/terminfo/i/ims950
-rw-r--r-- root/root usr/share/terminfo/i/ims950-b
-rw-r--r-- root/root usr/share/terminfo/i/ims950-rv
@@ -2241,19 +2241,19 @@ drwxr-xr-x root/root usr/share/terminfo/i/
-rw-r--r-- root/root usr/share/terminfo/i/intertube
-rw-r--r-- root/root usr/share/terminfo/i/intertube2
-rw-r--r-- root/root usr/share/terminfo/i/intext
--rw-r--r-- root/root usr/share/terminfo/i/intext2
--rw-r--r-- root/root usr/share/terminfo/i/intextii -> usr/share/terminfo/i/intext2
--rw-r--r-- root/root usr/share/terminfo/i/ips
--rw-r--r-- root/root usr/share/terminfo/i/ipsi
--rw-r--r-- root/root usr/share/terminfo/i/iq120
--rw-r--r-- root/root usr/share/terminfo/i/iq140
+-rw-r--r-- root/root usr/share/terminfo/i/intext2 -> usr/share/terminfo/i/intextii
+-rw-r--r-- root/root usr/share/terminfo/i/intextii
+-rw-r--r-- root/root usr/share/terminfo/i/ips -> usr/share/terminfo/c/citoh-prop
+-rw-r--r-- root/root usr/share/terminfo/i/ipsi -> usr/share/terminfo/d/diablo450
+-rw-r--r-- root/root usr/share/terminfo/i/iq120 -> usr/share/terminfo/s/soroc
+-rw-r--r-- root/root usr/share/terminfo/i/iq140 -> usr/share/terminfo/s/soroc140
-rw-r--r-- root/root usr/share/terminfo/i/iris-ansi -> usr/share/terminfo/i/iris-ansi-net
-rw-r--r-- root/root usr/share/terminfo/i/iris-ansi-ap
-rw-r--r-- root/root usr/share/terminfo/i/iris-ansi-net
--rw-r--r-- root/root usr/share/terminfo/i/iris-color
--rw-r--r-- root/root usr/share/terminfo/i/iris40
+-rw-r--r-- root/root usr/share/terminfo/i/iris-color -> usr/share/terminfo/x/xwsh
+-rw-r--r-- root/root usr/share/terminfo/i/iris40 -> usr/share/terminfo/w/wsiris
-rw-r--r-- root/root usr/share/terminfo/i/iterm -> usr/share/terminfo/i/iTerm.app
--rw-r--r-- root/root usr/share/terminfo/i/iterm2 -> usr/share/terminfo/i/iTerm2.app
+-rw-r--r-- root/root usr/share/terminfo/i/iterm2
-rw-r--r-- root/root usr/share/terminfo/i/iterm2-direct
drwxr-xr-x root/root usr/share/terminfo/j/
-rw-r--r-- root/root usr/share/terminfo/j/jaixterm
@@ -2262,11 +2262,11 @@ drwxr-xr-x root/root usr/share/terminfo/j/
-rw-r--r-- root/root usr/share/terminfo/j/jfbterm
drwxr-xr-x root/root usr/share/terminfo/k/
-rw-r--r-- root/root usr/share/terminfo/k/k45
--rw-r--r-- root/root usr/share/terminfo/k/kaypro
--rw-r--r-- root/root usr/share/terminfo/k/kaypro2 -> usr/share/terminfo/k/kaypro
--rw-r--r-- root/root usr/share/terminfo/k/kds6402 -> usr/share/terminfo/i/icl6402
--rw-r--r-- root/root usr/share/terminfo/k/kds7372 -> usr/share/terminfo/i/icl6402
--rw-r--r-- root/root usr/share/terminfo/k/kds7372-w -> usr/share/terminfo/i/icl6404-w
+-rw-r--r-- root/root usr/share/terminfo/k/kaypro -> usr/share/terminfo/k/kaypro2
+-rw-r--r-- root/root usr/share/terminfo/k/kaypro2
+-rw-r--r-- root/root usr/share/terminfo/k/kds6402
+-rw-r--r-- root/root usr/share/terminfo/k/kds7372 -> usr/share/terminfo/k/kds6402
+-rw-r--r-- root/root usr/share/terminfo/k/kds7372-w
-rw-r--r-- root/root usr/share/terminfo/k/kermit
-rw-r--r-- root/root usr/share/terminfo/k/kermit-am
-rw-r--r-- root/root usr/share/terminfo/k/kitty
@@ -2279,8 +2279,8 @@ drwxr-xr-x root/root usr/share/terminfo/k/
-rw-r--r-- root/root usr/share/terminfo/k/klone+sgr
-rw-r--r-- root/root usr/share/terminfo/k/klone+sgr-dumb
-rw-r--r-- root/root usr/share/terminfo/k/klone+sgr8
--rw-r--r-- root/root usr/share/terminfo/k/kon
--rw-r--r-- root/root usr/share/terminfo/k/kon2 -> usr/share/terminfo/k/kon
+-rw-r--r-- root/root usr/share/terminfo/k/kon -> usr/share/terminfo/k/kon2
+-rw-r--r-- root/root usr/share/terminfo/k/kon2
-rw-r--r-- root/root usr/share/terminfo/k/konsole
-rw-r--r-- root/root usr/share/terminfo/k/konsole+pcfkeys
-rw-r--r-- root/root usr/share/terminfo/k/konsole-16color
@@ -2301,10 +2301,10 @@ drwxr-xr-x root/root usr/share/terminfo/k/
-rw-r--r-- root/root usr/share/terminfo/k/ktm
-rw-r--r-- root/root usr/share/terminfo/k/kvt
drwxr-xr-x root/root usr/share/terminfo/l/
--rw-r--r-- root/root usr/share/terminfo/l/la120
+-rw-r--r-- root/root usr/share/terminfo/l/la120 -> usr/share/terminfo/d/dw3
-rw-r--r-- root/root usr/share/terminfo/l/layer -> usr/share/terminfo/t/tty5620-s
--rw-r--r-- root/root usr/share/terminfo/l/lft
--rw-r--r-- root/root usr/share/terminfo/l/lft-pc850 -> usr/share/terminfo/l/lft
+-rw-r--r-- root/root usr/share/terminfo/l/lft -> usr/share/terminfo/L/LFT-PC850
+-rw-r--r-- root/root usr/share/terminfo/l/lft-pc850 -> usr/share/terminfo/L/LFT-PC850
-rw-r--r-- root/root usr/share/terminfo/l/linux
-rw-r--r-- root/root usr/share/terminfo/l/linux+decid
-rw-r--r-- root/root usr/share/terminfo/l/linux+kbs
@@ -2337,21 +2337,21 @@ drwxr-xr-x root/root usr/share/terminfo/l/
-rw-r--r-- root/root usr/share/terminfo/l/luna
-rw-r--r-- root/root usr/share/terminfo/l/luna68k -> usr/share/terminfo/l/luna
drwxr-xr-x root/root usr/share/terminfo/m/
--rw-r--r-- root/root usr/share/terminfo/m/m2-nam
--rw-r--r-- root/root usr/share/terminfo/m/mac
--rw-r--r-- root/root usr/share/terminfo/m/mac-w -> usr/share/terminfo/m/macterminal-w
+-rw-r--r-- root/root usr/share/terminfo/m/m2-nam -> usr/share/terminfo/m/minitel-2
+-rw-r--r-- root/root usr/share/terminfo/m/mac -> usr/share/terminfo/m/macintosh
+-rw-r--r-- root/root usr/share/terminfo/m/mac-w
-rw-r--r-- root/root usr/share/terminfo/m/mach
-rw-r--r-- root/root usr/share/terminfo/m/mach-bold
-rw-r--r-- root/root usr/share/terminfo/m/mach-color
-rw-r--r-- root/root usr/share/terminfo/m/mach-gnu
-rw-r--r-- root/root usr/share/terminfo/m/mach-gnu-color
--rw-r--r-- root/root usr/share/terminfo/m/macintosh -> usr/share/terminfo/m/mac
--rw-r--r-- root/root usr/share/terminfo/m/macterminal-w
+-rw-r--r-- root/root usr/share/terminfo/m/macintosh
+-rw-r--r-- root/root usr/share/terminfo/m/macterminal-w -> usr/share/terminfo/m/mac-w
-rw-r--r-- root/root usr/share/terminfo/m/mai -> usr/share/terminfo/b/basic4
-rw-r--r-- root/root usr/share/terminfo/m/masscomp
-rw-r--r-- root/root usr/share/terminfo/m/masscomp1
-rw-r--r-- root/root usr/share/terminfo/m/masscomp2
--rw-r--r-- root/root usr/share/terminfo/m/mdl110
+-rw-r--r-- root/root usr/share/terminfo/m/mdl110 -> usr/share/terminfo/c/cyb110
-rw-r--r-- root/root usr/share/terminfo/m/megatek
-rw-r--r-- root/root usr/share/terminfo/m/memhp
-rw-r--r-- root/root usr/share/terminfo/m/mgr
@@ -2363,24 +2363,24 @@ drwxr-xr-x root/root usr/share/terminfo/m/
-rw-r--r-- root/root usr/share/terminfo/m/microbee
-rw-r--r-- root/root usr/share/terminfo/m/microterm
-rw-r--r-- root/root usr/share/terminfo/m/microterm5
--rw-r--r-- root/root usr/share/terminfo/m/mime
+-rw-r--r-- root/root usr/share/terminfo/m/mime -> usr/share/terminfo/m/mime1
-rw-r--r-- root/root usr/share/terminfo/m/mime-3ax
-rw-r--r-- root/root usr/share/terminfo/m/mime-fb
-rw-r--r-- root/root usr/share/terminfo/m/mime-hb
--rw-r--r-- root/root usr/share/terminfo/m/mime1 -> usr/share/terminfo/m/mime
--rw-r--r-- root/root usr/share/terminfo/m/mime2 -> usr/share/terminfo/m/mime
--rw-r--r-- root/root usr/share/terminfo/m/mime2a
+-rw-r--r-- root/root usr/share/terminfo/m/mime1
+-rw-r--r-- root/root usr/share/terminfo/m/mime2 -> usr/share/terminfo/m/mime1
+-rw-r--r-- root/root usr/share/terminfo/m/mime2a -> usr/share/terminfo/m/mime2a-v
-rw-r--r-- root/root usr/share/terminfo/m/mime2a-s
--rw-r--r-- root/root usr/share/terminfo/m/mime2a-v -> usr/share/terminfo/m/mime2a
+-rw-r--r-- root/root usr/share/terminfo/m/mime2a-v
-rw-r--r-- root/root usr/share/terminfo/m/mime314
-rw-r--r-- root/root usr/share/terminfo/m/mime340
-rw-r--r-- root/root usr/share/terminfo/m/mime3a
-rw-r--r-- root/root usr/share/terminfo/m/mime3ax -> usr/share/terminfo/m/mime-3ax
--rw-r--r-- root/root usr/share/terminfo/m/mimei -> usr/share/terminfo/m/mime
--rw-r--r-- root/root usr/share/terminfo/m/mimeii -> usr/share/terminfo/m/mime
--rw-r--r-- root/root usr/share/terminfo/m/minitel -> usr/share/terminfo/m/m2-nam
--rw-r--r-- root/root usr/share/terminfo/m/minitel-2 -> usr/share/terminfo/m/m2-nam
--rw-r--r-- root/root usr/share/terminfo/m/minitel-2-nam -> usr/share/terminfo/m/m2-nam
+-rw-r--r-- root/root usr/share/terminfo/m/mimei -> usr/share/terminfo/m/mime1
+-rw-r--r-- root/root usr/share/terminfo/m/mimeii -> usr/share/terminfo/m/mime1
+-rw-r--r-- root/root usr/share/terminfo/m/minitel -> usr/share/terminfo/m/minitel-2
+-rw-r--r-- root/root usr/share/terminfo/m/minitel-2
+-rw-r--r-- root/root usr/share/terminfo/m/minitel-2-nam -> usr/share/terminfo/m/minitel-2
-rw-r--r-- root/root usr/share/terminfo/m/minitel1
-rw-r--r-- root/root usr/share/terminfo/m/minitel1-nb
-rw-r--r-- root/root usr/share/terminfo/m/minitel12-80
@@ -2406,8 +2406,8 @@ drwxr-xr-x root/root usr/share/terminfo/m/
-rw-r--r-- root/root usr/share/terminfo/m/mm314 -> usr/share/terminfo/m/mime314
-rw-r--r-- root/root usr/share/terminfo/m/mm340 -> usr/share/terminfo/m/mime340
-rw-r--r-- root/root usr/share/terminfo/m/mod
--rw-r--r-- root/root usr/share/terminfo/m/mod24 -> usr/share/terminfo/m/modgraph
--rw-r--r-- root/root usr/share/terminfo/m/modgraph
+-rw-r--r-- root/root usr/share/terminfo/m/mod24
+-rw-r--r-- root/root usr/share/terminfo/m/modgraph -> usr/share/terminfo/m/mod24
-rw-r--r-- root/root usr/share/terminfo/m/modgraph2
-rw-r--r-- root/root usr/share/terminfo/m/modgraph48 -> usr/share/terminfo/m/mod
-rw-r--r-- root/root usr/share/terminfo/m/mono-emx
@@ -2415,29 +2415,29 @@ drwxr-xr-x root/root usr/share/terminfo/m/
-rw-r--r-- root/root usr/share/terminfo/m/mosh
-rw-r--r-- root/root usr/share/terminfo/m/mosh-256color
-rw-r--r-- root/root usr/share/terminfo/m/mostlike
--rw-r--r-- root/root usr/share/terminfo/m/mouse-sun -> usr/share/terminfo/m/mterm
+-rw-r--r-- root/root usr/share/terminfo/m/mouse-sun
-rw-r--r-- root/root usr/share/terminfo/m/mrxvt
-rw-r--r-- root/root usr/share/terminfo/m/mrxvt-256color
-rw-r--r-- root/root usr/share/terminfo/m/ms-terminal
--rw-r--r-- root/root usr/share/terminfo/m/ms-vt-utf8
+-rw-r--r-- root/root usr/share/terminfo/m/ms-vt-utf8 -> usr/share/terminfo/v/vt-utf8
-rw-r--r-- root/root usr/share/terminfo/m/ms-vt100
--rw-r--r-- root/root usr/share/terminfo/m/ms-vt100+
+-rw-r--r-- root/root usr/share/terminfo/m/ms-vt100+ -> usr/share/terminfo/v/vt100+
-rw-r--r-- root/root usr/share/terminfo/m/ms-vt100-16color
--rw-r--r-- root/root usr/share/terminfo/m/ms-vt100-color
+-rw-r--r-- root/root usr/share/terminfo/m/ms-vt100-color -> usr/share/terminfo/v/vtnt
-rw-r--r-- root/root usr/share/terminfo/m/msk227
--rw-r--r-- root/root usr/share/terminfo/m/msk22714 -> usr/share/terminfo/m/mskermit22714
+-rw-r--r-- root/root usr/share/terminfo/m/msk22714
-rw-r--r-- root/root usr/share/terminfo/m/msk227am -> usr/share/terminfo/m/mskermit227am
-rw-r--r-- root/root usr/share/terminfo/m/mskermit227 -> usr/share/terminfo/m/msk227
--rw-r--r-- root/root usr/share/terminfo/m/mskermit22714
+-rw-r--r-- root/root usr/share/terminfo/m/mskermit22714 -> usr/share/terminfo/m/msk22714
-rw-r--r-- root/root usr/share/terminfo/m/mskermit227am
--rw-r--r-- root/root usr/share/terminfo/m/mt-70
+-rw-r--r-- root/root usr/share/terminfo/m/mt-70 -> usr/share/terminfo/m/mt70
-rw-r--r-- root/root usr/share/terminfo/m/mt4520-rv
--rw-r--r-- root/root usr/share/terminfo/m/mt70 -> usr/share/terminfo/m/mt-70
--rw-r--r-- root/root usr/share/terminfo/m/mterm
+-rw-r--r-- root/root usr/share/terminfo/m/mt70
+-rw-r--r-- root/root usr/share/terminfo/m/mterm -> usr/share/terminfo/m/mouse-sun
-rw-r--r-- root/root usr/share/terminfo/m/mterm-ansi
--rw-r--r-- root/root usr/share/terminfo/m/mvterm
+-rw-r--r-- root/root usr/share/terminfo/m/mvterm -> usr/share/terminfo/v/vv100
drwxr-xr-x root/root usr/share/terminfo/n/
--rw-r--r-- root/root usr/share/terminfo/n/n7900 -> usr/share/terminfo/n/ncr7900
+-rw-r--r-- root/root usr/share/terminfo/n/n7900
-rw-r--r-- root/root usr/share/terminfo/n/nansi.sys
-rw-r--r-- root/root usr/share/terminfo/n/nansi.sysk -> usr/share/terminfo/n/nansisysk
-rw-r--r-- root/root usr/share/terminfo/n/nansisys -> usr/share/terminfo/n/nansi.sys
@@ -2488,12 +2488,12 @@ drwxr-xr-x root/root usr/share/terminfo/n/
-rw-r--r-- root/root usr/share/terminfo/n/ncr260wy50+wpp
-rw-r--r-- root/root usr/share/terminfo/n/ncr260wy60pp
-rw-r--r-- root/root usr/share/terminfo/n/ncr260wy60wpp
--rw-r--r-- root/root usr/share/terminfo/n/ncr7900
--rw-r--r-- root/root usr/share/terminfo/n/ncr7900i -> usr/share/terminfo/n/ncr7900
+-rw-r--r-- root/root usr/share/terminfo/n/ncr7900 -> usr/share/terminfo/n/n7900
+-rw-r--r-- root/root usr/share/terminfo/n/ncr7900i -> usr/share/terminfo/n/n7900
-rw-r--r-- root/root usr/share/terminfo/n/ncr7900iv
-rw-r--r-- root/root usr/share/terminfo/n/ncr7901
--rw-r--r-- root/root usr/share/terminfo/n/ncrvt100an
--rw-r--r-- root/root usr/share/terminfo/n/ncrvt100pp -> usr/share/terminfo/n/ncrvt100an
+-rw-r--r-- root/root usr/share/terminfo/n/ncrvt100an -> usr/share/terminfo/n/ncrvt100pp
+-rw-r--r-- root/root usr/share/terminfo/n/ncrvt100pp
-rw-r--r-- root/root usr/share/terminfo/n/ncrvt100wan -> usr/share/terminfo/N/NCRVT100WPP
-rw-r--r-- root/root usr/share/terminfo/n/ncrvt100wpp -> usr/share/terminfo/N/NCRVT100WPP
-rw-r--r-- root/root usr/share/terminfo/n/ncsa
@@ -2511,12 +2511,12 @@ drwxr-xr-x root/root usr/share/terminfo/n/
-rw-r--r-- root/root usr/share/terminfo/n/ndr9500-mc
-rw-r--r-- root/root usr/share/terminfo/n/ndr9500-mc-nl
-rw-r--r-- root/root usr/share/terminfo/n/ndr9500-nl
--rw-r--r-- root/root usr/share/terminfo/n/nec
--rw-r--r-- root/root usr/share/terminfo/n/nec5520 -> usr/share/terminfo/n/nec
+-rw-r--r-- root/root usr/share/terminfo/n/nec -> usr/share/terminfo/s/spinwriter
+-rw-r--r-- root/root usr/share/terminfo/n/nec5520 -> usr/share/terminfo/s/spinwriter
-rw-r--r-- root/root usr/share/terminfo/n/netbsd6
-rw-r--r-- root/root usr/share/terminfo/n/newhp
-rw-r--r-- root/root usr/share/terminfo/n/newhpkeyboard
--rw-r--r-- root/root usr/share/terminfo/n/news -> usr/share/terminfo/n/nwp512
+-rw-r--r-- root/root usr/share/terminfo/n/news -> usr/share/terminfo/v/vt100-bm
-rw-r--r-- root/root usr/share/terminfo/n/news-29
-rw-r--r-- root/root usr/share/terminfo/n/news-29-euc
-rw-r--r-- root/root usr/share/terminfo/n/news-29-sjis
@@ -2526,30 +2526,30 @@ drwxr-xr-x root/root usr/share/terminfo/n/
-rw-r--r-- root/root usr/share/terminfo/n/news-42
-rw-r--r-- root/root usr/share/terminfo/n/news-42-euc
-rw-r--r-- root/root usr/share/terminfo/n/news-42-sjis
--rw-r--r-- root/root usr/share/terminfo/n/news-a -> usr/share/terminfo/n/nwp512-a
--rw-r--r-- root/root usr/share/terminfo/n/news-o -> usr/share/terminfo/n/nwp512
+-rw-r--r-- root/root usr/share/terminfo/n/news-a -> usr/share/terminfo/n/news42
+-rw-r--r-- root/root usr/share/terminfo/n/news-o -> usr/share/terminfo/v/vt100-bm
-rw-r--r-- root/root usr/share/terminfo/n/news-old-unk
-rw-r--r-- root/root usr/share/terminfo/n/news-unk
-rw-r--r-- root/root usr/share/terminfo/n/news28
-rw-r--r-- root/root usr/share/terminfo/n/news28-a -> usr/share/terminfo/n/news29
-rw-r--r-- root/root usr/share/terminfo/n/news29
--rw-r--r-- root/root usr/share/terminfo/n/news31 -> usr/share/terminfo/n/nwp251-o
--rw-r--r-- root/root usr/share/terminfo/n/news31-a -> usr/share/terminfo/n/news33
--rw-r--r-- root/root usr/share/terminfo/n/news31-o -> usr/share/terminfo/n/nwp251-o
--rw-r--r-- root/root usr/share/terminfo/n/news33
--rw-r--r-- root/root usr/share/terminfo/n/news40 -> usr/share/terminfo/n/nwp512
--rw-r--r-- root/root usr/share/terminfo/n/news40-a -> usr/share/terminfo/n/nwp512-a
--rw-r--r-- root/root usr/share/terminfo/n/news40-o -> usr/share/terminfo/n/nwp512
--rw-r--r-- root/root usr/share/terminfo/n/news42 -> usr/share/terminfo/n/nwp512-a
--rw-r--r-- root/root usr/share/terminfo/n/newscbm -> usr/share/terminfo/n/nwp251-o
--rw-r--r-- root/root usr/share/terminfo/n/newscbm-a -> usr/share/terminfo/n/news33
--rw-r--r-- root/root usr/share/terminfo/n/newscbm-o -> usr/share/terminfo/n/nwp251-o
--rw-r--r-- root/root usr/share/terminfo/n/newscbm33 -> usr/share/terminfo/n/news33
+-rw-r--r-- root/root usr/share/terminfo/n/news31 -> usr/share/terminfo/n/newscbm
+-rw-r--r-- root/root usr/share/terminfo/n/news31-a -> usr/share/terminfo/n/nwp518-a
+-rw-r--r-- root/root usr/share/terminfo/n/news31-o -> usr/share/terminfo/n/newscbm
+-rw-r--r-- root/root usr/share/terminfo/n/news33 -> usr/share/terminfo/n/nwp518-a
+-rw-r--r-- root/root usr/share/terminfo/n/news40 -> usr/share/terminfo/v/vt100-bm
+-rw-r--r-- root/root usr/share/terminfo/n/news40-a -> usr/share/terminfo/n/news42
+-rw-r--r-- root/root usr/share/terminfo/n/news40-o -> usr/share/terminfo/v/vt100-bm
+-rw-r--r-- root/root usr/share/terminfo/n/news42
+-rw-r--r-- root/root usr/share/terminfo/n/newscbm
+-rw-r--r-- root/root usr/share/terminfo/n/newscbm-a -> usr/share/terminfo/n/nwp518-a
+-rw-r--r-- root/root usr/share/terminfo/n/newscbm-o -> usr/share/terminfo/n/newscbm
+-rw-r--r-- root/root usr/share/terminfo/n/newscbm33 -> usr/share/terminfo/n/nwp518-a
-rw-r--r-- root/root usr/share/terminfo/n/next
-rw-r--r-- root/root usr/share/terminfo/n/nextshell
-rw-r--r-- root/root usr/share/terminfo/n/no+brackets
-rw-r--r-- root/root usr/share/terminfo/n/northstar
--rw-r--r-- root/root usr/share/terminfo/n/nsterm
+-rw-r--r-- root/root usr/share/terminfo/n/nsterm -> usr/share/terminfo/A/Apple_Terminal
-rw-r--r-- root/root usr/share/terminfo/n/nsterm+7
-rw-r--r-- root/root usr/share/terminfo/n/nsterm+acs
-rw-r--r-- root/root usr/share/terminfo/n/nsterm+c
@@ -2557,19 +2557,19 @@ drwxr-xr-x root/root usr/share/terminfo/n/
-rw-r--r-- root/root usr/share/terminfo/n/nsterm+mac
-rw-r--r-- root/root usr/share/terminfo/n/nsterm+s
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-16color
--rw-r--r-- root/root usr/share/terminfo/n/nsterm-256color -> usr/share/terminfo/n/nsterm
+-rw-r--r-- root/root usr/share/terminfo/n/nsterm-256color -> usr/share/terminfo/A/Apple_Terminal
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-7
--rw-r--r-- root/root usr/share/terminfo/n/nsterm-7-c -> usr/share/terminfo/n/nsterm-c-7
+-rw-r--r-- root/root usr/share/terminfo/n/nsterm-7-c
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-7-c-s
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-7-m
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-7-m-s -> usr/share/terminfo/n/nsterm-m-s-7
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-7-s
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-acs
--rw-r--r-- root/root usr/share/terminfo/n/nsterm-acs-c
--rw-r--r-- root/root usr/share/terminfo/n/nsterm-acs-c-s
+-rw-r--r-- root/root usr/share/terminfo/n/nsterm-acs-c -> usr/share/terminfo/n/nsterm-c-acs
+-rw-r--r-- root/root usr/share/terminfo/n/nsterm-acs-c-s -> usr/share/terminfo/n/nsterm-c-s-acs
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-acs-m
--rw-r--r-- root/root usr/share/terminfo/n/nsterm-acs-m-s
--rw-r--r-- root/root usr/share/terminfo/n/nsterm-acs-s -> usr/share/terminfo/n/nsterm-s-acs
+-rw-r--r-- root/root usr/share/terminfo/n/nsterm-acs-m-s -> usr/share/terminfo/n/nsterm-m-s-acs
+-rw-r--r-- root/root usr/share/terminfo/n/nsterm-acs-s
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-bce
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-build309
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-build326
@@ -2578,22 +2578,22 @@ drwxr-xr-x root/root usr/share/terminfo/n/
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-build400
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-build440
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-c
--rw-r--r-- root/root usr/share/terminfo/n/nsterm-c-7
--rw-r--r-- root/root usr/share/terminfo/n/nsterm-c-acs -> usr/share/terminfo/n/nsterm-acs-c
+-rw-r--r-- root/root usr/share/terminfo/n/nsterm-c-7 -> usr/share/terminfo/n/nsterm-7-c
+-rw-r--r-- root/root usr/share/terminfo/n/nsterm-c-acs
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-c-s
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-c-s-7 -> usr/share/terminfo/n/nsterm-7-c-s
--rw-r--r-- root/root usr/share/terminfo/n/nsterm-c-s-acs -> usr/share/terminfo/n/nsterm-acs-c-s
+-rw-r--r-- root/root usr/share/terminfo/n/nsterm-c-s-acs
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-direct
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-m
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-m-7 -> usr/share/terminfo/n/nsterm-7-m
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-m-acs -> usr/share/terminfo/n/nsterm-acs-m
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-m-s
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-m-s-7
--rw-r--r-- root/root usr/share/terminfo/n/nsterm-m-s-acs -> usr/share/terminfo/n/nsterm-acs-m-s
+-rw-r--r-- root/root usr/share/terminfo/n/nsterm-m-s-acs
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-old
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-s
-rw-r--r-- root/root usr/share/terminfo/n/nsterm-s-7 -> usr/share/terminfo/n/nsterm-7-s
--rw-r--r-- root/root usr/share/terminfo/n/nsterm-s-acs
+-rw-r--r-- root/root usr/share/terminfo/n/nsterm-s-acs -> usr/share/terminfo/n/nsterm-acs-s
-rw-r--r-- root/root usr/share/terminfo/n/ntconsole -> usr/share/terminfo/i/interix
-rw-r--r-- root/root usr/share/terminfo/n/ntconsole-100 -> usr/share/terminfo/o/opennt-100
-rw-r--r-- root/root usr/share/terminfo/n/ntconsole-100-nti -> usr/share/terminfo/o/opennt-100-nti
@@ -2612,43 +2612,43 @@ drwxr-xr-x root/root usr/share/terminfo/n/
-rw-r--r-- root/root usr/share/terminfo/n/ntconsole-60-w -> usr/share/terminfo/o/opennt-60-w
-rw-r--r-- root/root usr/share/terminfo/n/ntconsole-w -> usr/share/terminfo/o/opennt-25-w
-rw-r--r-- root/root usr/share/terminfo/n/ntconsole-w-vt -> usr/share/terminfo/o/opennt-w-vt
--rw-r--r-- root/root usr/share/terminfo/n/nwe501 -> usr/share/terminfo/n/nwp251-o
--rw-r--r-- root/root usr/share/terminfo/n/nwe501-a -> usr/share/terminfo/n/news33
--rw-r--r-- root/root usr/share/terminfo/n/nwe501-o -> usr/share/terminfo/n/nwp251-o
+-rw-r--r-- root/root usr/share/terminfo/n/nwe501 -> usr/share/terminfo/n/newscbm
+-rw-r--r-- root/root usr/share/terminfo/n/nwe501-a -> usr/share/terminfo/n/nwp518-a
+-rw-r--r-- root/root usr/share/terminfo/n/nwe501-o -> usr/share/terminfo/n/newscbm
-rw-r--r-- root/root usr/share/terminfo/n/nwp-511 -> usr/share/terminfo/n/nwp511
-rw-r--r-- root/root usr/share/terminfo/n/nwp-517
-rw-r--r-- root/root usr/share/terminfo/n/nwp-517-w
--rw-r--r-- root/root usr/share/terminfo/n/nwp251-a -> usr/share/terminfo/n/news33
--rw-r--r-- root/root usr/share/terminfo/n/nwp251-o
+-rw-r--r-- root/root usr/share/terminfo/n/nwp251-a -> usr/share/terminfo/n/nwp518-a
+-rw-r--r-- root/root usr/share/terminfo/n/nwp251-o -> usr/share/terminfo/n/newscbm
-rw-r--r-- root/root usr/share/terminfo/n/nwp511
--rw-r--r-- root/root usr/share/terminfo/n/nwp512
--rw-r--r-- root/root usr/share/terminfo/n/nwp512-a
--rw-r--r-- root/root usr/share/terminfo/n/nwp512-o -> usr/share/terminfo/n/nwp512
--rw-r--r-- root/root usr/share/terminfo/n/nwp513 -> usr/share/terminfo/n/nwp251-o
--rw-r--r-- root/root usr/share/terminfo/n/nwp513-a -> usr/share/terminfo/n/news33
--rw-r--r-- root/root usr/share/terminfo/n/nwp513-o -> usr/share/terminfo/n/nwp251-o
--rw-r--r-- root/root usr/share/terminfo/n/nwp514 -> usr/share/terminfo/n/nwp512
--rw-r--r-- root/root usr/share/terminfo/n/nwp514-a -> usr/share/terminfo/n/nwp512-a
--rw-r--r-- root/root usr/share/terminfo/n/nwp514-o -> usr/share/terminfo/n/nwp512
+-rw-r--r-- root/root usr/share/terminfo/n/nwp512 -> usr/share/terminfo/v/vt100-bm
+-rw-r--r-- root/root usr/share/terminfo/n/nwp512-a -> usr/share/terminfo/n/news42
+-rw-r--r-- root/root usr/share/terminfo/n/nwp512-o -> usr/share/terminfo/v/vt100-bm
+-rw-r--r-- root/root usr/share/terminfo/n/nwp513 -> usr/share/terminfo/n/newscbm
+-rw-r--r-- root/root usr/share/terminfo/n/nwp513-a -> usr/share/terminfo/n/nwp518-a
+-rw-r--r-- root/root usr/share/terminfo/n/nwp513-o -> usr/share/terminfo/n/newscbm
+-rw-r--r-- root/root usr/share/terminfo/n/nwp514 -> usr/share/terminfo/v/vt100-bm
+-rw-r--r-- root/root usr/share/terminfo/n/nwp514-a -> usr/share/terminfo/n/news42
+-rw-r--r-- root/root usr/share/terminfo/n/nwp514-o -> usr/share/terminfo/v/vt100-bm
-rw-r--r-- root/root usr/share/terminfo/n/nwp517 -> usr/share/terminfo/n/nwp-517
-rw-r--r-- root/root usr/share/terminfo/n/nwp517-w -> usr/share/terminfo/n/nwp-517-w
--rw-r--r-- root/root usr/share/terminfo/n/nwp518 -> usr/share/terminfo/n/nwp251-o
--rw-r--r-- root/root usr/share/terminfo/n/nwp518-a -> usr/share/terminfo/n/news33
--rw-r--r-- root/root usr/share/terminfo/n/nwp518-o -> usr/share/terminfo/n/nwp251-o
--rw-r--r-- root/root usr/share/terminfo/n/nxterm
+-rw-r--r-- root/root usr/share/terminfo/n/nwp518 -> usr/share/terminfo/n/newscbm
+-rw-r--r-- root/root usr/share/terminfo/n/nwp518-a
+-rw-r--r-- root/root usr/share/terminfo/n/nwp518-o -> usr/share/terminfo/n/newscbm
+-rw-r--r-- root/root usr/share/terminfo/n/nxterm -> usr/share/terminfo/x/xterm-color
drwxr-xr-x root/root usr/share/terminfo/o/
-rw-r--r-- root/root usr/share/terminfo/o/o31
-rw-r--r-- root/root usr/share/terminfo/o/o4112-nd -> usr/share/terminfo/o/otek4114
-rw-r--r-- root/root usr/share/terminfo/o/o85h -> usr/share/terminfo/o/oabm85h
-rw-r--r-- root/root usr/share/terminfo/o/oabm85h
--rw-r--r-- root/root usr/share/terminfo/o/oblit
+-rw-r--r-- root/root usr/share/terminfo/o/oblit -> usr/share/terminfo/o/ojerq
-rw-r--r-- root/root usr/share/terminfo/o/oc100 -> usr/share/terminfo/c/c100-1p
-rw-r--r-- root/root usr/share/terminfo/o/oconcept -> usr/share/terminfo/c/c100-1p
-rw-r--r-- root/root usr/share/terminfo/o/ofcons
--rw-r--r-- root/root usr/share/terminfo/o/ojerq -> usr/share/terminfo/o/oblit
--rw-r--r-- root/root usr/share/terminfo/o/old-st
--rw-r--r-- root/root usr/share/terminfo/o/oldibmpc3 -> usr/share/terminfo/o/oldpc3
--rw-r--r-- root/root usr/share/terminfo/o/oldpc3
+-rw-r--r-- root/root usr/share/terminfo/o/ojerq
+-rw-r--r-- root/root usr/share/terminfo/o/old-st -> usr/share/terminfo/s/simpleterm
+-rw-r--r-- root/root usr/share/terminfo/o/oldibmpc3
+-rw-r--r-- root/root usr/share/terminfo/o/oldpc3 -> usr/share/terminfo/o/oldibmpc3
-rw-r--r-- root/root usr/share/terminfo/o/oldsun
-rw-r--r-- root/root usr/share/terminfo/o/oldxterm+sm+1006
-rw-r--r-- root/root usr/share/terminfo/o/omron
@@ -2675,10 +2675,10 @@ drwxr-xr-x root/root usr/share/terminfo/o/
-rw-r--r-- root/root usr/share/terminfo/o/origibmpc3
-rw-r--r-- root/root usr/share/terminfo/o/origpc3 -> usr/share/terminfo/o/origibmpc3
-rw-r--r-- root/root usr/share/terminfo/o/os9LII -> usr/share/terminfo/c/coco3
--rw-r--r-- root/root usr/share/terminfo/o/osborne
--rw-r--r-- root/root usr/share/terminfo/o/osborne-w
--rw-r--r-- root/root usr/share/terminfo/o/osborne1 -> usr/share/terminfo/o/osborne
--rw-r--r-- root/root usr/share/terminfo/o/osborne1-w -> usr/share/terminfo/o/osborne-w
+-rw-r--r-- root/root usr/share/terminfo/o/osborne -> usr/share/terminfo/o/osborne1
+-rw-r--r-- root/root usr/share/terminfo/o/osborne-w -> usr/share/terminfo/o/osborne1-w
+-rw-r--r-- root/root usr/share/terminfo/o/osborne1
+-rw-r--r-- root/root usr/share/terminfo/o/osborne1-w
-rw-r--r-- root/root usr/share/terminfo/o/osexec
-rw-r--r-- root/root usr/share/terminfo/o/otek4112 -> usr/share/terminfo/o/otek4114
-rw-r--r-- root/root usr/share/terminfo/o/otek4113 -> usr/share/terminfo/o/otek4114
@@ -2687,47 +2687,47 @@ drwxr-xr-x root/root usr/share/terminfo/o/
-rw-r--r-- root/root usr/share/terminfo/o/owl -> usr/share/terminfo/p/pe1200
drwxr-xr-x root/root usr/share/terminfo/p/
-rw-r--r-- root/root usr/share/terminfo/p/p12 -> usr/share/terminfo/p/prism12
--rw-r--r-- root/root usr/share/terminfo/p/p12-m
+-rw-r--r-- root/root usr/share/terminfo/p/p12-m -> usr/share/terminfo/p/prism12-m
-rw-r--r-- root/root usr/share/terminfo/p/p12-m-w
-rw-r--r-- root/root usr/share/terminfo/p/p12-w -> usr/share/terminfo/p/prism12-w
-rw-r--r-- root/root usr/share/terminfo/p/p14 -> usr/share/terminfo/p/prism14
--rw-r--r-- root/root usr/share/terminfo/p/p14-m -> usr/share/terminfo/p/prism14-m
--rw-r--r-- root/root usr/share/terminfo/p/p14-m-w
+-rw-r--r-- root/root usr/share/terminfo/p/p14-m
+-rw-r--r-- root/root usr/share/terminfo/p/p14-m-w -> usr/share/terminfo/p/prism14-m-w
-rw-r--r-- root/root usr/share/terminfo/p/p14-w
-rw-r--r-- root/root usr/share/terminfo/p/p19
-rw-r--r-- root/root usr/share/terminfo/p/p4
--rw-r--r-- root/root usr/share/terminfo/p/p5 -> usr/share/terminfo/p/prism5
+-rw-r--r-- root/root usr/share/terminfo/p/p5
-rw-r--r-- root/root usr/share/terminfo/p/p7
-rw-r--r-- root/root usr/share/terminfo/p/p8 -> usr/share/terminfo/p/prism8
--rw-r--r-- root/root usr/share/terminfo/p/p8-w -> usr/share/terminfo/p/prism8-w
--rw-r--r-- root/root usr/share/terminfo/p/p8gl -> usr/share/terminfo/p/prism8gl
--rw-r--r-- root/root usr/share/terminfo/p/p9 -> usr/share/terminfo/p/prism9
+-rw-r--r-- root/root usr/share/terminfo/p/p8-w
+-rw-r--r-- root/root usr/share/terminfo/p/p8gl
+-rw-r--r-- root/root usr/share/terminfo/p/p9
-rw-r--r-- root/root usr/share/terminfo/p/p9-8
--rw-r--r-- root/root usr/share/terminfo/p/p9-8-w -> usr/share/terminfo/p/prism9-8-w
+-rw-r--r-- root/root usr/share/terminfo/p/p9-8-w
-rw-r--r-- root/root usr/share/terminfo/p/p9-w
--rw-r--r-- root/root usr/share/terminfo/p/pc-coherent
+-rw-r--r-- root/root usr/share/terminfo/p/pc-coherent -> usr/share/terminfo/c/coherent
-rw-r--r-- root/root usr/share/terminfo/p/pc-minix
-rw-r--r-- root/root usr/share/terminfo/p/pc-venix
-rw-r--r-- root/root usr/share/terminfo/p/pc3
--rw-r--r-- root/root usr/share/terminfo/p/pc3-bold -> usr/share/terminfo/i/ibmpc3
--rw-r--r-- root/root usr/share/terminfo/p/pc3r -> usr/share/terminfo/i/ibmpc3r
--rw-r--r-- root/root usr/share/terminfo/p/pc3r-m -> usr/share/terminfo/i/ibmpc3r-mono
+-rw-r--r-- root/root usr/share/terminfo/p/pc3-bold
+-rw-r--r-- root/root usr/share/terminfo/p/pc3r -> usr/share/terminfo/c/cons25r
+-rw-r--r-- root/root usr/share/terminfo/p/pc3r-m -> usr/share/terminfo/c/cons25-koi8r-m
-rw-r--r-- root/root usr/share/terminfo/p/pc6300plus
--rw-r--r-- root/root usr/share/terminfo/p/pc7300
+-rw-r--r-- root/root usr/share/terminfo/p/pc7300 -> usr/share/terminfo/u/unixpc
-rw-r--r-- root/root usr/share/terminfo/p/pcansi
-rw-r--r-- root/root usr/share/terminfo/p/pcansi-25 -> usr/share/terminfo/p/pcansi25
-rw-r--r-- root/root usr/share/terminfo/p/pcansi-25-m
-rw-r--r-- root/root usr/share/terminfo/p/pcansi-33
--rw-r--r-- root/root usr/share/terminfo/p/pcansi-33-m -> usr/share/terminfo/p/pcansi33m
--rw-r--r-- root/root usr/share/terminfo/p/pcansi-43
+-rw-r--r-- root/root usr/share/terminfo/p/pcansi-33-m
+-rw-r--r-- root/root usr/share/terminfo/p/pcansi-43 -> usr/share/terminfo/p/pcansi43
-rw-r--r-- root/root usr/share/terminfo/p/pcansi-43-m
-rw-r--r-- root/root usr/share/terminfo/p/pcansi-m
-rw-r--r-- root/root usr/share/terminfo/p/pcansi-mono -> usr/share/terminfo/p/pcansi-m
-rw-r--r-- root/root usr/share/terminfo/p/pcansi25
-rw-r--r-- root/root usr/share/terminfo/p/pcansi25m -> usr/share/terminfo/p/pcansi-25-m
-rw-r--r-- root/root usr/share/terminfo/p/pcansi33 -> usr/share/terminfo/p/pcansi-33
--rw-r--r-- root/root usr/share/terminfo/p/pcansi33m
--rw-r--r-- root/root usr/share/terminfo/p/pcansi43 -> usr/share/terminfo/p/pcansi-43
+-rw-r--r-- root/root usr/share/terminfo/p/pcansi33m -> usr/share/terminfo/p/pcansi-33-m
+-rw-r--r-- root/root usr/share/terminfo/p/pcansi43
-rw-r--r-- root/root usr/share/terminfo/p/pccon
-rw-r--r-- root/root usr/share/terminfo/p/pccon+base
-rw-r--r-- root/root usr/share/terminfo/p/pccon+colors
@@ -2759,8 +2759,8 @@ drwxr-xr-x root/root usr/share/terminfo/p/
-rw-r--r-- root/root usr/share/terminfo/p/pcvt50
-rw-r--r-- root/root usr/share/terminfo/p/pcvt50w
-rw-r--r-- root/root usr/share/terminfo/p/pcvtXX
--rw-r--r-- root/root usr/share/terminfo/p/pcz19 -> usr/share/terminfo/p/pc-coherent
--rw-r--r-- root/root usr/share/terminfo/p/pe1100
+-rw-r--r-- root/root usr/share/terminfo/p/pcz19 -> usr/share/terminfo/c/coherent
+-rw-r--r-- root/root usr/share/terminfo/p/pe1100 -> usr/share/terminfo/f/fox
-rw-r--r-- root/root usr/share/terminfo/p/pe1200
-rw-r--r-- root/root usr/share/terminfo/p/pe1251
-rw-r--r-- root/root usr/share/terminfo/p/pe550 -> usr/share/terminfo/b/bantam
@@ -2770,29 +2770,29 @@ drwxr-xr-x root/root usr/share/terminfo/p/
-rw-r--r-- root/root usr/share/terminfo/p/pe7000c
-rw-r--r-- root/root usr/share/terminfo/p/pe7000m
-rw-r--r-- root/root usr/share/terminfo/p/pilot -> usr/share/terminfo/t/tgtelnet
--rw-r--r-- root/root usr/share/terminfo/p/pmcons
--rw-r--r-- root/root usr/share/terminfo/p/pmconsole -> usr/share/terminfo/p/pmcons
+-rw-r--r-- root/root usr/share/terminfo/p/pmcons -> usr/share/terminfo/p/pmconsole
+-rw-r--r-- root/root usr/share/terminfo/p/pmconsole
-rw-r--r-- root/root usr/share/terminfo/p/printer
-rw-r--r-- root/root usr/share/terminfo/p/prism12
--rw-r--r-- root/root usr/share/terminfo/p/prism12-m -> usr/share/terminfo/p/p12-m
+-rw-r--r-- root/root usr/share/terminfo/p/prism12-m
-rw-r--r-- root/root usr/share/terminfo/p/prism12-m-w -> usr/share/terminfo/p/p12-m-w
-rw-r--r-- root/root usr/share/terminfo/p/prism12-w
-rw-r--r-- root/root usr/share/terminfo/p/prism14
--rw-r--r-- root/root usr/share/terminfo/p/prism14-m
--rw-r--r-- root/root usr/share/terminfo/p/prism14-m-w -> usr/share/terminfo/p/p14-m-w
+-rw-r--r-- root/root usr/share/terminfo/p/prism14-m -> usr/share/terminfo/p/p14-m
+-rw-r--r-- root/root usr/share/terminfo/p/prism14-m-w
-rw-r--r-- root/root usr/share/terminfo/p/prism14-w -> usr/share/terminfo/p/p14-w
-rw-r--r-- root/root usr/share/terminfo/p/prism2
-rw-r--r-- root/root usr/share/terminfo/p/prism4 -> usr/share/terminfo/p/p4
--rw-r--r-- root/root usr/share/terminfo/p/prism5
+-rw-r--r-- root/root usr/share/terminfo/p/prism5 -> usr/share/terminfo/p/p5
-rw-r--r-- root/root usr/share/terminfo/p/prism7 -> usr/share/terminfo/p/p7
-rw-r--r-- root/root usr/share/terminfo/p/prism8
--rw-r--r-- root/root usr/share/terminfo/p/prism8-w
--rw-r--r-- root/root usr/share/terminfo/p/prism8gl
--rw-r--r-- root/root usr/share/terminfo/p/prism9
+-rw-r--r-- root/root usr/share/terminfo/p/prism8-w -> usr/share/terminfo/p/p8-w
+-rw-r--r-- root/root usr/share/terminfo/p/prism8gl -> usr/share/terminfo/p/p8gl
+-rw-r--r-- root/root usr/share/terminfo/p/prism9 -> usr/share/terminfo/p/p9
-rw-r--r-- root/root usr/share/terminfo/p/prism9-8 -> usr/share/terminfo/p/p9-8
--rw-r--r-- root/root usr/share/terminfo/p/prism9-8-w
+-rw-r--r-- root/root usr/share/terminfo/p/prism9-8-w -> usr/share/terminfo/p/p9-8-w
-rw-r--r-- root/root usr/share/terminfo/p/prism9-w -> usr/share/terminfo/p/p9-w
--rw-r--r-- root/root usr/share/terminfo/p/pro350
+-rw-r--r-- root/root usr/share/terminfo/p/pro350 -> usr/share/terminfo/d/decpro
-rw-r--r-- root/root usr/share/terminfo/p/ps300
-rw-r--r-- root/root usr/share/terminfo/p/psterm
-rw-r--r-- root/root usr/share/terminfo/p/psterm-80x24
@@ -2801,16 +2801,16 @@ drwxr-xr-x root/root usr/share/terminfo/p/
-rw-r--r-- root/root usr/share/terminfo/p/psterm-basic -> usr/share/terminfo/p/psterm
-rw-r--r-- root/root usr/share/terminfo/p/psterm-fast
-rw-r--r-- root/root usr/share/terminfo/p/psx_ansi
--rw-r--r-- root/root usr/share/terminfo/p/pt100 -> usr/share/terminfo/p/pt200
--rw-r--r-- root/root usr/share/terminfo/p/pt100w
--rw-r--r-- root/root usr/share/terminfo/p/pt200
--rw-r--r-- root/root usr/share/terminfo/p/pt200w -> usr/share/terminfo/p/pt100w
+-rw-r--r-- root/root usr/share/terminfo/p/pt100 -> usr/share/terminfo/f/fenix
+-rw-r--r-- root/root usr/share/terminfo/p/pt100w -> usr/share/terminfo/f/fenixw
+-rw-r--r-- root/root usr/share/terminfo/p/pt200 -> usr/share/terminfo/f/fenix
+-rw-r--r-- root/root usr/share/terminfo/p/pt200w -> usr/share/terminfo/f/fenixw
-rw-r--r-- root/root usr/share/terminfo/p/pt210
-rw-r--r-- root/root usr/share/terminfo/p/pt250
-rw-r--r-- root/root usr/share/terminfo/p/pt250w
--rw-r--r-- root/root usr/share/terminfo/p/pt505
--rw-r--r-- root/root usr/share/terminfo/p/pt505-22
--rw-r--r-- root/root usr/share/terminfo/p/pt505-24
+-rw-r--r-- root/root usr/share/terminfo/p/pt505 -> usr/share/terminfo/g/gs5430
+-rw-r--r-- root/root usr/share/terminfo/p/pt505-22 -> usr/share/terminfo/g/gs5430-22
+-rw-r--r-- root/root usr/share/terminfo/p/pt505-24 -> usr/share/terminfo/g/gs5430-24
-rw-r--r-- root/root usr/share/terminfo/p/pty
-rw-r--r-- root/root usr/share/terminfo/p/putty
-rw-r--r-- root/root usr/share/terminfo/p/putty+cursor
@@ -2837,35 +2837,35 @@ drwxr-xr-x root/root usr/share/terminfo/q/
-rw-r--r-- root/root usr/share/terminfo/q/qansi-m
-rw-r--r-- root/root usr/share/terminfo/q/qansi-t
-rw-r--r-- root/root usr/share/terminfo/q/qansi-w
--rw-r--r-- root/root usr/share/terminfo/q/qdcons -> usr/share/terminfo/q/qdss
--rw-r--r-- root/root usr/share/terminfo/q/qdss
--rw-r--r-- root/root usr/share/terminfo/q/qnx -> usr/share/terminfo/q/qnx4
--rw-r--r-- root/root usr/share/terminfo/q/qnx4
+-rw-r--r-- root/root usr/share/terminfo/q/qdcons
+-rw-r--r-- root/root usr/share/terminfo/q/qdss -> usr/share/terminfo/q/qdcons
+-rw-r--r-- root/root usr/share/terminfo/q/qnx
+-rw-r--r-- root/root usr/share/terminfo/q/qnx4 -> usr/share/terminfo/q/qnx
-rw-r--r-- root/root usr/share/terminfo/q/qnxm
-rw-r--r-- root/root usr/share/terminfo/q/qnxt -> usr/share/terminfo/q/qnxt4
-rw-r--r-- root/root usr/share/terminfo/q/qnxt2
-rw-r--r-- root/root usr/share/terminfo/q/qnxt4
-rw-r--r-- root/root usr/share/terminfo/q/qnxtmono
-rw-r--r-- root/root usr/share/terminfo/q/qnxw
--rw-r--r-- root/root usr/share/terminfo/q/qume -> usr/share/terminfo/q/qume5
--rw-r--r-- root/root usr/share/terminfo/q/qume5
--rw-r--r-- root/root usr/share/terminfo/q/qvt101
+-rw-r--r-- root/root usr/share/terminfo/q/qume
+-rw-r--r-- root/root usr/share/terminfo/q/qume5 -> usr/share/terminfo/q/qume
+-rw-r--r-- root/root usr/share/terminfo/q/qvt101 -> usr/share/terminfo/q/qvt108
-rw-r--r-- root/root usr/share/terminfo/q/qvt101+ -> usr/share/terminfo/q/qvt101p
-rw-r--r-- root/root usr/share/terminfo/q/qvt101p
-rw-r--r-- root/root usr/share/terminfo/q/qvt102
-rw-r--r-- root/root usr/share/terminfo/q/qvt103
-rw-r--r-- root/root usr/share/terminfo/q/qvt103-w
--rw-r--r-- root/root usr/share/terminfo/q/qvt108 -> usr/share/terminfo/q/qvt101
+-rw-r--r-- root/root usr/share/terminfo/q/qvt108
-rw-r--r-- root/root usr/share/terminfo/q/qvt119
-rw-r--r-- root/root usr/share/terminfo/q/qvt119+ -> usr/share/terminfo/q/qvt119
--rw-r--r-- root/root usr/share/terminfo/q/qvt119+-25 -> usr/share/terminfo/q/qvt119p-25
--rw-r--r-- root/root usr/share/terminfo/q/qvt119+-25-w
+-rw-r--r-- root/root usr/share/terminfo/q/qvt119+-25
+-rw-r--r-- root/root usr/share/terminfo/q/qvt119+-25-w -> usr/share/terminfo/q/qvt119p-25-w
-rw-r--r-- root/root usr/share/terminfo/q/qvt119+-w
--rw-r--r-- root/root usr/share/terminfo/q/qvt119-25-w -> usr/share/terminfo/q/qvt119+-25-w
+-rw-r--r-- root/root usr/share/terminfo/q/qvt119-25-w -> usr/share/terminfo/q/qvt119p-25-w
-rw-r--r-- root/root usr/share/terminfo/q/qvt119-w -> usr/share/terminfo/q/qvt119+-w
-rw-r--r-- root/root usr/share/terminfo/q/qvt119p -> usr/share/terminfo/q/qvt119
--rw-r--r-- root/root usr/share/terminfo/q/qvt119p-25
--rw-r--r-- root/root usr/share/terminfo/q/qvt119p-25-w -> usr/share/terminfo/q/qvt119+-25-w
+-rw-r--r-- root/root usr/share/terminfo/q/qvt119p-25 -> usr/share/terminfo/q/qvt119+-25
+-rw-r--r-- root/root usr/share/terminfo/q/qvt119p-25-w
-rw-r--r-- root/root usr/share/terminfo/q/qvt119p-w -> usr/share/terminfo/q/qvt119+-w
-rw-r--r-- root/root usr/share/terminfo/q/qvt203
-rw-r--r-- root/root usr/share/terminfo/q/qvt203+ -> usr/share/terminfo/q/qvt203
@@ -2895,27 +2895,27 @@ drwxr-xr-x root/root usr/share/terminfo/r/
-rw-r--r-- root/root usr/share/terminfo/r/rio-direct
-rw-r--r-- root/root usr/share/terminfo/r/rt6221
-rw-r--r-- root/root usr/share/terminfo/r/rt6221-w
--rw-r--r-- root/root usr/share/terminfo/r/rtpc -> usr/share/terminfo/i/ibmapa16
--rw-r--r-- root/root usr/share/terminfo/r/rxvt
+-rw-r--r-- root/root usr/share/terminfo/r/rtpc
+-rw-r--r-- root/root usr/share/terminfo/r/rxvt -> usr/share/terminfo/r/rxvt-color
-rw-r--r-- root/root usr/share/terminfo/r/rxvt+pcfkeys
-rw-r--r-- root/root usr/share/terminfo/r/rxvt-16color
-rw-r--r-- root/root usr/share/terminfo/r/rxvt-256color
-rw-r--r-- root/root usr/share/terminfo/r/rxvt-88color
-rw-r--r-- root/root usr/share/terminfo/r/rxvt-basic
--rw-r--r-- root/root usr/share/terminfo/r/rxvt-color -> usr/share/terminfo/r/rxvt
+-rw-r--r-- root/root usr/share/terminfo/r/rxvt-color
-rw-r--r-- root/root usr/share/terminfo/r/rxvt-cygwin
-rw-r--r-- root/root usr/share/terminfo/r/rxvt-cygwin-native
-rw-r--r-- root/root usr/share/terminfo/r/rxvt-xpm
drwxr-xr-x root/root usr/share/terminfo/s/
--rw-r--r-- root/root usr/share/terminfo/s/s4 -> usr/share/terminfo/p/pc7300
+-rw-r--r-- root/root usr/share/terminfo/s/s4 -> usr/share/terminfo/u/unixpc
-rw-r--r-- root/root usr/share/terminfo/s/sb1
-rw-r--r-- root/root usr/share/terminfo/s/sb2 -> usr/share/terminfo/s/sb3
-rw-r--r-- root/root usr/share/terminfo/s/sb3
--rw-r--r-- root/root usr/share/terminfo/s/sbi
+-rw-r--r-- root/root usr/share/terminfo/s/sbi -> usr/share/terminfo/s/superbee
-rw-r--r-- root/root usr/share/terminfo/s/sbobcat -> usr/share/terminfo/b/bobcat
--rw-r--r-- root/root usr/share/terminfo/s/sc410
--rw-r--r-- root/root usr/share/terminfo/s/sc415 -> usr/share/terminfo/s/sc410
--rw-r--r-- root/root usr/share/terminfo/s/scanset -> usr/share/terminfo/s/sc410
+-rw-r--r-- root/root usr/share/terminfo/s/sc410 -> usr/share/terminfo/s/scanset
+-rw-r--r-- root/root usr/share/terminfo/s/sc415 -> usr/share/terminfo/s/scanset
+-rw-r--r-- root/root usr/share/terminfo/s/scanset
-rw-r--r-- root/root usr/share/terminfo/s/scoansi
-rw-r--r-- root/root usr/share/terminfo/s/scoansi-new
-rw-r--r-- root/root usr/share/terminfo/s/scoansi-old
@@ -2945,18 +2945,18 @@ drwxr-xr-x root/root usr/share/terminfo/s/
-rw-r--r-- root/root usr/share/terminfo/s/screen.gnome
-rw-r--r-- root/root usr/share/terminfo/s/screen.konsole
-rw-r--r-- root/root usr/share/terminfo/s/screen.konsole-256color
--rw-r--r-- root/root usr/share/terminfo/s/screen.linux -> usr/share/terminfo/s/screen.linux-s
+-rw-r--r-- root/root usr/share/terminfo/s/screen.linux
-rw-r--r-- root/root usr/share/terminfo/s/screen.linux-m1
-rw-r--r-- root/root usr/share/terminfo/s/screen.linux-m1b
-rw-r--r-- root/root usr/share/terminfo/s/screen.linux-m2
--rw-r--r-- root/root usr/share/terminfo/s/screen.linux-s
+-rw-r--r-- root/root usr/share/terminfo/s/screen.linux-s -> usr/share/terminfo/s/screen.linux
-rw-r--r-- root/root usr/share/terminfo/s/screen.minitel1
-rw-r--r-- root/root usr/share/terminfo/s/screen.minitel1-nb
--rw-r--r-- root/root usr/share/terminfo/s/screen.minitel12-80 -> usr/share/terminfo/s/screen.minitel2-80
+-rw-r--r-- root/root usr/share/terminfo/s/screen.minitel12-80
-rw-r--r-- root/root usr/share/terminfo/s/screen.minitel1b
--rw-r--r-- root/root usr/share/terminfo/s/screen.minitel1b-80 -> usr/share/terminfo/s/screen.minitel2-80
+-rw-r--r-- root/root usr/share/terminfo/s/screen.minitel1b-80 -> usr/share/terminfo/s/screen.minitel12-80
-rw-r--r-- root/root usr/share/terminfo/s/screen.minitel1b-nb
--rw-r--r-- root/root usr/share/terminfo/s/screen.minitel2-80
+-rw-r--r-- root/root usr/share/terminfo/s/screen.minitel2-80 -> usr/share/terminfo/s/screen.minitel12-80
-rw-r--r-- root/root usr/share/terminfo/s/screen.mlterm
-rw-r--r-- root/root usr/share/terminfo/s/screen.mlterm-256color
-rw-r--r-- root/root usr/share/terminfo/s/screen.mrxvt
@@ -2970,9 +2970,9 @@ drwxr-xr-x root/root usr/share/terminfo/s/
-rw-r--r-- root/root usr/share/terminfo/s/screen.vte
-rw-r--r-- root/root usr/share/terminfo/s/screen.vte-256color
-rw-r--r-- root/root usr/share/terminfo/s/screen.xterm-256color
--rw-r--r-- root/root usr/share/terminfo/s/screen.xterm-new -> usr/share/terminfo/s/screen.xterm-xfree86
+-rw-r--r-- root/root usr/share/terminfo/s/screen.xterm-new
-rw-r--r-- root/root usr/share/terminfo/s/screen.xterm-r6
--rw-r--r-- root/root usr/share/terminfo/s/screen.xterm-xfree86
+-rw-r--r-- root/root usr/share/terminfo/s/screen.xterm-xfree86 -> usr/share/terminfo/s/screen.xterm-new
-rw-r--r-- root/root usr/share/terminfo/s/screen2
-rw-r--r-- root/root usr/share/terminfo/s/screen3
-rw-r--r-- root/root usr/share/terminfo/s/screen4
@@ -2982,12 +2982,12 @@ drwxr-xr-x root/root usr/share/terminfo/s/
-rw-r--r-- root/root usr/share/terminfo/s/scrt
-rw-r--r-- root/root usr/share/terminfo/s/securecrt -> usr/share/terminfo/s/scrt
-rw-r--r-- root/root usr/share/terminfo/s/sibo
--rw-r--r-- root/root usr/share/terminfo/s/simpleterm -> usr/share/terminfo/o/old-st
+-rw-r--r-- root/root usr/share/terminfo/s/simpleterm
-rw-r--r-- root/root usr/share/terminfo/s/simterm
--rw-r--r-- root/root usr/share/terminfo/s/soroc -> usr/share/terminfo/i/iq120
--rw-r--r-- root/root usr/share/terminfo/s/soroc120 -> usr/share/terminfo/i/iq120
--rw-r--r-- root/root usr/share/terminfo/s/soroc140 -> usr/share/terminfo/i/iq140
--rw-r--r-- root/root usr/share/terminfo/s/spinwriter -> usr/share/terminfo/n/nec
+-rw-r--r-- root/root usr/share/terminfo/s/soroc
+-rw-r--r-- root/root usr/share/terminfo/s/soroc120 -> usr/share/terminfo/s/soroc
+-rw-r--r-- root/root usr/share/terminfo/s/soroc140
+-rw-r--r-- root/root usr/share/terminfo/s/spinwriter
-rw-r--r-- root/root usr/share/terminfo/s/st -> usr/share/terminfo/s/stterm
-rw-r--r-- root/root usr/share/terminfo/s/st-0.6
-rw-r--r-- root/root usr/share/terminfo/s/st-0.7
@@ -2995,9 +2995,9 @@ drwxr-xr-x root/root usr/share/terminfo/s/
-rw-r--r-- root/root usr/share/terminfo/s/st-16color
-rw-r--r-- root/root usr/share/terminfo/s/st-256color -> usr/share/terminfo/s/stterm-256color
-rw-r--r-- root/root usr/share/terminfo/s/st-direct
--rw-r--r-- root/root usr/share/terminfo/s/st52 -> usr/share/terminfo/a/at
--rw-r--r-- root/root usr/share/terminfo/s/st52-color -> usr/share/terminfo/a/at-color
--rw-r--r-- root/root usr/share/terminfo/s/st52-m -> usr/share/terminfo/a/at
+-rw-r--r-- root/root usr/share/terminfo/s/st52 -> usr/share/terminfo/s/st52-m
+-rw-r--r-- root/root usr/share/terminfo/s/st52-color
+-rw-r--r-- root/root usr/share/terminfo/s/st52-m
-rw-r--r-- root/root usr/share/terminfo/s/st52-old
-rw-r--r-- root/root usr/share/terminfo/s/stterm
-rw-r--r-- root/root usr/share/terminfo/s/stterm-16color -> usr/share/terminfo/s/st-16color
@@ -3012,9 +3012,9 @@ drwxr-xr-x root/root usr/share/terminfo/s/
-rw-r--r-- root/root usr/share/terminfo/s/sun-24
-rw-r--r-- root/root usr/share/terminfo/s/sun-34
-rw-r--r-- root/root usr/share/terminfo/s/sun-48
--rw-r--r-- root/root usr/share/terminfo/s/sun-c
--rw-r--r-- root/root usr/share/terminfo/s/sun-cgsix -> usr/share/terminfo/s/sun-ss5
--rw-r--r-- root/root usr/share/terminfo/s/sun-cmd -> usr/share/terminfo/s/sun-c
+-rw-r--r-- root/root usr/share/terminfo/s/sun-c -> usr/share/terminfo/s/sun-cmd
+-rw-r--r-- root/root usr/share/terminfo/s/sun-cgsix
+-rw-r--r-- root/root usr/share/terminfo/s/sun-cmd
-rw-r--r-- root/root usr/share/terminfo/s/sun-color
-rw-r--r-- root/root usr/share/terminfo/s/sun-e
-rw-r--r-- root/root usr/share/terminfo/s/sun-e-s -> usr/share/terminfo/s/sun-s-e
@@ -3022,23 +3022,23 @@ drwxr-xr-x root/root usr/share/terminfo/s/
-rw-r--r-- root/root usr/share/terminfo/s/sun-nic -> usr/share/terminfo/s/sun-e
-rw-r--r-- root/root usr/share/terminfo/s/sun-s
-rw-r--r-- root/root usr/share/terminfo/s/sun-s-e
--rw-r--r-- root/root usr/share/terminfo/s/sun-ss5
+-rw-r--r-- root/root usr/share/terminfo/s/sun-ss5 -> usr/share/terminfo/s/sun-cgsix
-rw-r--r-- root/root usr/share/terminfo/s/sun-type4
-rw-r--r-- root/root usr/share/terminfo/s/sun1 -> usr/share/terminfo/s/sun
-rw-r--r-- root/root usr/share/terminfo/s/sun2 -> usr/share/terminfo/s/sun
-rw-r--r-- root/root usr/share/terminfo/s/sune -> usr/share/terminfo/s/sun-e
--rw-r--r-- root/root usr/share/terminfo/s/superbee -> usr/share/terminfo/s/sbi
+-rw-r--r-- root/root usr/share/terminfo/s/superbee
-rw-r--r-- root/root usr/share/terminfo/s/superbee-xsb
-rw-r--r-- root/root usr/share/terminfo/s/superbeeic
-rw-r--r-- root/root usr/share/terminfo/s/superbrain
--rw-r--r-- root/root usr/share/terminfo/s/sv80 -> usr/share/terminfo/a/att2300
+-rw-r--r-- root/root usr/share/terminfo/s/sv80
-rw-r--r-- root/root usr/share/terminfo/s/swtp -> usr/share/terminfo/c/ct82
-rw-r--r-- root/root usr/share/terminfo/s/synertek -> usr/share/terminfo/k/ktm
-rw-r--r-- root/root usr/share/terminfo/s/synertek380 -> usr/share/terminfo/k/ktm
--rw-r--r-- root/root usr/share/terminfo/s/system1 -> usr/share/terminfo/i/ibm-system1
+-rw-r--r-- root/root usr/share/terminfo/s/system1
drwxr-xr-x root/root usr/share/terminfo/t/
-rw-r--r-- root/root usr/share/terminfo/t/t10
--rw-r--r-- root/root usr/share/terminfo/t/t1061 -> usr/share/terminfo/t/teleray
+-rw-r--r-- root/root usr/share/terminfo/t/t1061
-rw-r--r-- root/root usr/share/terminfo/t/t1061f
-rw-r--r-- root/root usr/share/terminfo/t/t16
-rw-r--r-- root/root usr/share/terminfo/t/t3700
@@ -3052,23 +3052,23 @@ drwxr-xr-x root/root usr/share/terminfo/t/
-rw-r--r-- root/root usr/share/terminfo/t/tab132-w-rv
-rw-r--r-- root/root usr/share/terminfo/t/tandem6510
-rw-r--r-- root/root usr/share/terminfo/t/tandem653 -> usr/share/terminfo/t/t653x
--rw-r--r-- root/root usr/share/terminfo/t/tek -> usr/share/terminfo/t/tek4012
--rw-r--r-- root/root usr/share/terminfo/t/tek4012
+-rw-r--r-- root/root usr/share/terminfo/t/tek
+-rw-r--r-- root/root usr/share/terminfo/t/tek4012 -> usr/share/terminfo/t/tek
-rw-r--r-- root/root usr/share/terminfo/t/tek4013
-rw-r--r-- root/root usr/share/terminfo/t/tek4014
-rw-r--r-- root/root usr/share/terminfo/t/tek4014-sm
-rw-r--r-- root/root usr/share/terminfo/t/tek4015
-rw-r--r-- root/root usr/share/terminfo/t/tek4015-sm
-rw-r--r-- root/root usr/share/terminfo/t/tek4023
--rw-r--r-- root/root usr/share/terminfo/t/tek4024 -> usr/share/terminfo/t/tek4027
--rw-r--r-- root/root usr/share/terminfo/t/tek4025 -> usr/share/terminfo/t/tek4027
+-rw-r--r-- root/root usr/share/terminfo/t/tek4024 -> usr/share/terminfo/t/tek4025
+-rw-r--r-- root/root usr/share/terminfo/t/tek4025
-rw-r--r-- root/root usr/share/terminfo/t/tek4025-17
-rw-r--r-- root/root usr/share/terminfo/t/tek4025-17-ws
-rw-r--r-- root/root usr/share/terminfo/t/tek4025-cr
-rw-r--r-- root/root usr/share/terminfo/t/tek4025-ex -> usr/share/terminfo/t/tek4027-ex
-rw-r--r-- root/root usr/share/terminfo/t/tek4025a
--rw-r--r-- root/root usr/share/terminfo/t/tek4025ex
--rw-r--r-- root/root usr/share/terminfo/t/tek4027
+-rw-r--r-- root/root usr/share/terminfo/t/tek4025ex -> usr/share/terminfo/4/4025ex
+-rw-r--r-- root/root usr/share/terminfo/t/tek4027 -> usr/share/terminfo/t/tek4025
-rw-r--r-- root/root usr/share/terminfo/t/tek4027-ex
-rw-r--r-- root/root usr/share/terminfo/t/tek4105
-rw-r--r-- root/root usr/share/terminfo/t/tek4105-30
@@ -3099,7 +3099,7 @@ drwxr-xr-x root/root usr/share/terminfo/t/
-rw-r--r-- root/root usr/share/terminfo/t/teken-sc+fkeys
-rw-r--r-- root/root usr/share/terminfo/t/teken-vt
-rw-r--r-- root/root usr/share/terminfo/t/teken-vt+fkeys
--rw-r--r-- root/root usr/share/terminfo/t/teleray
+-rw-r--r-- root/root usr/share/terminfo/t/teleray -> usr/share/terminfo/t/t1061
-rw-r--r-- root/root usr/share/terminfo/t/teletec
-rw-r--r-- root/root usr/share/terminfo/t/teraterm
-rw-r--r-- root/root usr/share/terminfo/t/teraterm-256color
@@ -3116,15 +3116,15 @@ drwxr-xr-x root/root usr/share/terminfo/t/
-rw-r--r-- root/root usr/share/terminfo/t/terminology-1.8.1
-rw-r--r-- root/root usr/share/terminfo/t/termite
-rw-r--r-- root/root usr/share/terminfo/t/tgtelnet
--rw-r--r-- root/root usr/share/terminfo/t/ti700 -> usr/share/terminfo/t/ti800
--rw-r--r-- root/root usr/share/terminfo/t/ti703
+-rw-r--r-- root/root usr/share/terminfo/t/ti700
+-rw-r--r-- root/root usr/share/terminfo/t/ti703 -> usr/share/terminfo/t/ti707
-rw-r--r-- root/root usr/share/terminfo/t/ti703-w
--rw-r--r-- root/root usr/share/terminfo/t/ti707 -> usr/share/terminfo/t/ti703
+-rw-r--r-- root/root usr/share/terminfo/t/ti707
-rw-r--r-- root/root usr/share/terminfo/t/ti707-w -> usr/share/terminfo/t/ti703-w
--rw-r--r-- root/root usr/share/terminfo/t/ti733 -> usr/share/terminfo/t/ti800
--rw-r--r-- root/root usr/share/terminfo/t/ti735 -> usr/share/terminfo/t/ti800
--rw-r--r-- root/root usr/share/terminfo/t/ti745 -> usr/share/terminfo/t/ti800
--rw-r--r-- root/root usr/share/terminfo/t/ti800
+-rw-r--r-- root/root usr/share/terminfo/t/ti733 -> usr/share/terminfo/t/ti700
+-rw-r--r-- root/root usr/share/terminfo/t/ti735 -> usr/share/terminfo/t/ti700
+-rw-r--r-- root/root usr/share/terminfo/t/ti745 -> usr/share/terminfo/t/ti700
+-rw-r--r-- root/root usr/share/terminfo/t/ti800 -> usr/share/terminfo/t/ti700
-rw-r--r-- root/root usr/share/terminfo/t/ti916
-rw-r--r-- root/root usr/share/terminfo/t/ti916-132
-rw-r--r-- root/root usr/share/terminfo/t/ti916-220-7 -> usr/share/terminfo/t/ti916
@@ -3148,20 +3148,20 @@ drwxr-xr-x root/root usr/share/terminfo/t/
-rw-r--r-- root/root usr/share/terminfo/t/tn1200 -> usr/share/terminfo/t/terminet300
-rw-r--r-- root/root usr/share/terminfo/t/tn300 -> usr/share/terminfo/t/terminet300
-rw-r--r-- root/root usr/share/terminfo/t/trs16
--rw-r--r-- root/root usr/share/terminfo/t/trs2 -> usr/share/terminfo/t/trsII
--rw-r--r-- root/root usr/share/terminfo/t/trs80II -> usr/share/terminfo/t/trsII
--rw-r--r-- root/root usr/share/terminfo/t/trsII
+-rw-r--r-- root/root usr/share/terminfo/t/trs2 -> usr/share/terminfo/t/trs80II
+-rw-r--r-- root/root usr/share/terminfo/t/trs80II
+-rw-r--r-- root/root usr/share/terminfo/t/trsII -> usr/share/terminfo/t/trs80II
-rw-r--r-- root/root usr/share/terminfo/t/ts-1
--rw-r--r-- root/root usr/share/terminfo/t/ts-1p
+-rw-r--r-- root/root usr/share/terminfo/t/ts-1p -> usr/share/terminfo/t/ts1p
-rw-r--r-- root/root usr/share/terminfo/t/ts1 -> usr/share/terminfo/t/ts-1
-rw-r--r-- root/root usr/share/terminfo/t/ts100 -> usr/share/terminfo/t/ts100-sp
-rw-r--r-- root/root usr/share/terminfo/t/ts100-ctxt
-rw-r--r-- root/root usr/share/terminfo/t/ts100-sp
--rw-r--r-- root/root usr/share/terminfo/t/ts1p -> usr/share/terminfo/t/ts-1p
+-rw-r--r-- root/root usr/share/terminfo/t/ts1p
-rw-r--r-- root/root usr/share/terminfo/t/tt
-rw-r--r-- root/root usr/share/terminfo/t/tt52
--rw-r--r-- root/root usr/share/terminfo/t/tty33
--rw-r--r-- root/root usr/share/terminfo/t/tty35 -> usr/share/terminfo/t/tty33
+-rw-r--r-- root/root usr/share/terminfo/t/tty33 -> usr/share/terminfo/t/tty35
+-rw-r--r-- root/root usr/share/terminfo/t/tty35
-rw-r--r-- root/root usr/share/terminfo/t/tty37
-rw-r--r-- root/root usr/share/terminfo/t/tty40
-rw-r--r-- root/root usr/share/terminfo/t/tty43
@@ -3171,7 +3171,7 @@ drwxr-xr-x root/root usr/share/terminfo/t/
-rw-r--r-- root/root usr/share/terminfo/t/tty4424m
-rw-r--r-- root/root usr/share/terminfo/t/tty4426
-rw-r--r-- root/root usr/share/terminfo/t/tty5410
--rw-r--r-- root/root usr/share/terminfo/t/tty5410-w -> usr/share/terminfo/5/5410-w
+-rw-r--r-- root/root usr/share/terminfo/t/tty5410-w -> usr/share/terminfo/4/4410-w
-rw-r--r-- root/root usr/share/terminfo/t/tty5410v1
-rw-r--r-- root/root usr/share/terminfo/t/tty5410v1-w
-rw-r--r-- root/root usr/share/terminfo/t/tty5420
@@ -3186,64 +3186,64 @@ drwxr-xr-x root/root usr/share/terminfo/t/
-rw-r--r-- root/root usr/share/terminfo/t/tty5425
-rw-r--r-- root/root usr/share/terminfo/t/tty5425-nl
-rw-r--r-- root/root usr/share/terminfo/t/tty5425-w
--rw-r--r-- root/root usr/share/terminfo/t/tty5620 -> usr/share/terminfo/5/5620
+-rw-r--r-- root/root usr/share/terminfo/t/tty5620
-rw-r--r-- root/root usr/share/terminfo/t/tty5620-1
-rw-r--r-- root/root usr/share/terminfo/t/tty5620-24
-rw-r--r-- root/root usr/share/terminfo/t/tty5620-34
-rw-r--r-- root/root usr/share/terminfo/t/tty5620-s
--rw-r--r-- root/root usr/share/terminfo/t/ttydmd -> usr/share/terminfo/5/5620
+-rw-r--r-- root/root usr/share/terminfo/t/ttydmd -> usr/share/terminfo/t/tty5620
-rw-r--r-- root/root usr/share/terminfo/t/tvi803
-rw-r--r-- root/root usr/share/terminfo/t/tvi9065
-rw-r--r-- root/root usr/share/terminfo/t/tvi910
-rw-r--r-- root/root usr/share/terminfo/t/tvi910+
--rw-r--r-- root/root usr/share/terminfo/t/tvi912 -> usr/share/terminfo/t/tvi914
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912
-rw-r--r-- root/root usr/share/terminfo/t/tvi912b -> usr/share/terminfo/t/tvi912c
-rw-r--r-- root/root usr/share/terminfo/t/tvi912b+2p
-rw-r--r-- root/root usr/share/terminfo/t/tvi912b+dim
-rw-r--r-- root/root usr/share/terminfo/t/tvi912b+mc
-rw-r--r-- root/root usr/share/terminfo/t/tvi912b+printer
-rw-r--r-- root/root usr/share/terminfo/t/tvi912b+vb
--rw-r--r-- root/root usr/share/terminfo/t/tvi912b-2p -> usr/share/terminfo/t/tvi912c-2p
--rw-r--r-- root/root usr/share/terminfo/t/tvi912b-2p-mc -> usr/share/terminfo/t/tvi912c-2p-mc
--rw-r--r-- root/root usr/share/terminfo/t/tvi912b-2p-p -> usr/share/terminfo/t/tvi912c-2p-p
--rw-r--r-- root/root usr/share/terminfo/t/tvi912b-2p-unk -> usr/share/terminfo/t/tvi912c-2p-unk
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-2p
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-2p-mc
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-2p-p
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-2p-unk -> usr/share/terminfo/t/tvi912c-unk-2p
-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-mc -> usr/share/terminfo/t/tvi912c-mc
--rw-r--r-- root/root usr/share/terminfo/t/tvi912b-mc-2p -> usr/share/terminfo/t/tvi912c-2p-mc
--rw-r--r-- root/root usr/share/terminfo/t/tvi912b-mc-vb -> usr/share/terminfo/t/tvi912c-mc-vb
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-mc-2p -> usr/share/terminfo/t/tvi912b-2p-mc
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-mc-vb
-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-p
--rw-r--r-- root/root usr/share/terminfo/t/tvi912b-p-2p -> usr/share/terminfo/t/tvi912c-2p-p
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-p-2p -> usr/share/terminfo/t/tvi912b-2p-p
-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-p-vb
-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-unk
--rw-r--r-- root/root usr/share/terminfo/t/tvi912b-unk-2p -> usr/share/terminfo/t/tvi912c-2p-unk
--rw-r--r-- root/root usr/share/terminfo/t/tvi912b-unk-vb
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-unk-2p -> usr/share/terminfo/t/tvi912c-unk-2p
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-unk-vb -> usr/share/terminfo/t/tvi912c-unk-vb
-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-vb
--rw-r--r-- root/root usr/share/terminfo/t/tvi912b-vb-mc -> usr/share/terminfo/t/tvi912c-mc-vb
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-vb-mc -> usr/share/terminfo/t/tvi912b-mc-vb
-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-vb-p -> usr/share/terminfo/t/tvi912b-p-vb
--rw-r--r-- root/root usr/share/terminfo/t/tvi912b-vb-unk -> usr/share/terminfo/t/tvi912b-unk-vb
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912b-vb-unk -> usr/share/terminfo/t/tvi912c-unk-vb
-rw-r--r-- root/root usr/share/terminfo/t/tvi912c
--rw-r--r-- root/root usr/share/terminfo/t/tvi912c-2p
--rw-r--r-- root/root usr/share/terminfo/t/tvi912c-2p-mc
--rw-r--r-- root/root usr/share/terminfo/t/tvi912c-2p-p
--rw-r--r-- root/root usr/share/terminfo/t/tvi912c-2p-unk
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-2p -> usr/share/terminfo/t/tvi912b-2p
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-2p-mc -> usr/share/terminfo/t/tvi912b-2p-mc
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-2p-p -> usr/share/terminfo/t/tvi912b-2p-p
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-2p-unk -> usr/share/terminfo/t/tvi912c-unk-2p
-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-mc
--rw-r--r-- root/root usr/share/terminfo/t/tvi912c-mc-2p -> usr/share/terminfo/t/tvi912c-2p-mc
--rw-r--r-- root/root usr/share/terminfo/t/tvi912c-mc-vb
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-mc-2p -> usr/share/terminfo/t/tvi912b-2p-mc
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-mc-vb -> usr/share/terminfo/t/tvi912b-mc-vb
-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-p -> usr/share/terminfo/t/tvi912b-p
--rw-r--r-- root/root usr/share/terminfo/t/tvi912c-p-2p -> usr/share/terminfo/t/tvi912c-2p-p
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-p-2p -> usr/share/terminfo/t/tvi912b-2p-p
-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-p-vb -> usr/share/terminfo/t/tvi912b-p-vb
-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-unk -> usr/share/terminfo/t/tvi912b-unk
--rw-r--r-- root/root usr/share/terminfo/t/tvi912c-unk-2p -> usr/share/terminfo/t/tvi912c-2p-unk
--rw-r--r-- root/root usr/share/terminfo/t/tvi912c-unk-vb -> usr/share/terminfo/t/tvi912b-unk-vb
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-unk-2p
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-unk-vb
-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-vb -> usr/share/terminfo/t/tvi912b-vb
--rw-r--r-- root/root usr/share/terminfo/t/tvi912c-vb-mc -> usr/share/terminfo/t/tvi912c-mc-vb
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-vb-mc -> usr/share/terminfo/t/tvi912b-mc-vb
-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-vb-p -> usr/share/terminfo/t/tvi912b-p-vb
--rw-r--r-- root/root usr/share/terminfo/t/tvi912c-vb-unk -> usr/share/terminfo/t/tvi912b-unk-vb
+-rw-r--r-- root/root usr/share/terminfo/t/tvi912c-vb-unk -> usr/share/terminfo/t/tvi912c-unk-vb
-rw-r--r-- root/root usr/share/terminfo/t/tvi912cc
--rw-r--r-- root/root usr/share/terminfo/t/tvi914
--rw-r--r-- root/root usr/share/terminfo/t/tvi920 -> usr/share/terminfo/t/tvi914
--rw-r--r-- root/root usr/share/terminfo/t/tvi920b
+-rw-r--r-- root/root usr/share/terminfo/t/tvi914 -> usr/share/terminfo/t/tvi912
+-rw-r--r-- root/root usr/share/terminfo/t/tvi920 -> usr/share/terminfo/t/tvi912
+-rw-r--r-- root/root usr/share/terminfo/t/tvi920b -> usr/share/terminfo/t/tvi920c
-rw-r--r-- root/root usr/share/terminfo/t/tvi920b+fn
--rw-r--r-- root/root usr/share/terminfo/t/tvi920b-2p
+-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-2p -> usr/share/terminfo/t/tvi920c-2p
-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-2p-mc -> usr/share/terminfo/t/tvi920c-mc-2p
-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-2p-p
-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-2p-unk -> usr/share/terminfo/t/tvi920c-2p-unk
@@ -3253,15 +3253,15 @@ drwxr-xr-x root/root usr/share/terminfo/t/
-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-p -> usr/share/terminfo/t/tvi920c-p
-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-p-2p -> usr/share/terminfo/t/tvi920b-2p-p
-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-p-vb -> usr/share/terminfo/t/tvi920c-vb-p
--rw-r--r-- root/root usr/share/terminfo/t/tvi920b-unk
+-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-unk -> usr/share/terminfo/t/tvi920c-unk
-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-unk-2p -> usr/share/terminfo/t/tvi920c-2p-unk
--rw-r--r-- root/root usr/share/terminfo/t/tvi920b-unk-vb -> usr/share/terminfo/t/tvi920c-vb-unk
--rw-r--r-- root/root usr/share/terminfo/t/tvi920b-vb -> usr/share/terminfo/t/tvi920c-vb
+-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-unk-vb -> usr/share/terminfo/t/tvi920b-vb-unk
+-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-vb
-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-vb-mc
-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-vb-p -> usr/share/terminfo/t/tvi920c-vb-p
--rw-r--r-- root/root usr/share/terminfo/t/tvi920b-vb-unk -> usr/share/terminfo/t/tvi920c-vb-unk
--rw-r--r-- root/root usr/share/terminfo/t/tvi920c -> usr/share/terminfo/t/tvi920b
--rw-r--r-- root/root usr/share/terminfo/t/tvi920c-2p -> usr/share/terminfo/t/tvi920b-2p
+-rw-r--r-- root/root usr/share/terminfo/t/tvi920b-vb-unk
+-rw-r--r-- root/root usr/share/terminfo/t/tvi920c
+-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-2p
-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-2p-mc -> usr/share/terminfo/t/tvi920c-mc-2p
-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-2p-p -> usr/share/terminfo/t/tvi920b-2p-p
-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-2p-unk
@@ -3271,13 +3271,13 @@ drwxr-xr-x root/root usr/share/terminfo/t/
-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-p
-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-p-2p -> usr/share/terminfo/t/tvi920b-2p-p
-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-p-vb -> usr/share/terminfo/t/tvi920c-vb-p
--rw-r--r-- root/root usr/share/terminfo/t/tvi920c-unk -> usr/share/terminfo/t/tvi920b-unk
+-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-unk
-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-unk-2p -> usr/share/terminfo/t/tvi920c-2p-unk
--rw-r--r-- root/root usr/share/terminfo/t/tvi920c-unk-vb -> usr/share/terminfo/t/tvi920c-vb-unk
--rw-r--r-- root/root usr/share/terminfo/t/tvi920c-vb
+-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-unk-vb -> usr/share/terminfo/t/tvi920b-vb-unk
+-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-vb -> usr/share/terminfo/t/tvi920b-vb
-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-vb-mc -> usr/share/terminfo/t/tvi920b-vb-mc
-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-vb-p
--rw-r--r-- root/root usr/share/terminfo/t/tvi920c-vb-unk
+-rw-r--r-- root/root usr/share/terminfo/t/tvi920c-vb-unk -> usr/share/terminfo/t/tvi920b-vb-unk
-rw-r--r-- root/root usr/share/terminfo/t/tvi921
-rw-r--r-- root/root usr/share/terminfo/t/tvi924
-rw-r--r-- root/root usr/share/terminfo/t/tvi925
@@ -3298,19 +3298,19 @@ drwxr-xr-x root/root usr/share/terminfo/t/
-rw-r--r-- root/root usr/share/terminfo/t/tvi970-vb
-rw-r--r-- root/root usr/share/terminfo/t/tvipt
-rw-r--r-- root/root usr/share/terminfo/t/tw100
--rw-r--r-- root/root usr/share/terminfo/t/tw52
--rw-r--r-- root/root usr/share/terminfo/t/tw52-color -> usr/share/terminfo/t/tw52
+-rw-r--r-- root/root usr/share/terminfo/t/tw52 -> usr/share/terminfo/t/tw52-color
+-rw-r--r-- root/root usr/share/terminfo/t/tw52-color
-rw-r--r-- root/root usr/share/terminfo/t/tw52-m
-rw-r--r-- root/root usr/share/terminfo/t/tws-generic
-rw-r--r-- root/root usr/share/terminfo/t/tws2102-sna
--rw-r--r-- root/root usr/share/terminfo/t/tws2103
+-rw-r--r-- root/root usr/share/terminfo/t/tws2103 -> usr/share/terminfo/x/xdku
-rw-r--r-- root/root usr/share/terminfo/t/tws2103-sna
drwxr-xr-x root/root usr/share/terminfo/u/
--rw-r--r-- root/root usr/share/terminfo/u/ultima2 -> usr/share/terminfo/i/ims-ansi
--rw-r--r-- root/root usr/share/terminfo/u/ultimaII -> usr/share/terminfo/i/ims-ansi
--rw-r--r-- root/root usr/share/terminfo/u/uniterm -> usr/share/terminfo/u/uniterm49
--rw-r--r-- root/root usr/share/terminfo/u/uniterm49
--rw-r--r-- root/root usr/share/terminfo/u/unixpc -> usr/share/terminfo/p/pc7300
+-rw-r--r-- root/root usr/share/terminfo/u/ultima2
+-rw-r--r-- root/root usr/share/terminfo/u/ultimaII -> usr/share/terminfo/u/ultima2
+-rw-r--r-- root/root usr/share/terminfo/u/uniterm
+-rw-r--r-- root/root usr/share/terminfo/u/uniterm49 -> usr/share/terminfo/u/uniterm
+-rw-r--r-- root/root usr/share/terminfo/u/unixpc
-rw-r--r-- root/root usr/share/terminfo/u/unknown
-rw-r--r-- root/root usr/share/terminfo/u/uts30
-rw-r--r-- root/root usr/share/terminfo/u/uwin
@@ -3320,10 +3320,10 @@ drwxr-xr-x root/root usr/share/terminfo/v/
-rw-r--r-- root/root usr/share/terminfo/v/v3220
-rw-r--r-- root/root usr/share/terminfo/v/v5410
-rw-r--r-- root/root usr/share/terminfo/v/vanilla
--rw-r--r-- root/root usr/share/terminfo/v/vapple -> usr/share/terminfo/a/apple-videx3
--rw-r--r-- root/root usr/share/terminfo/v/vc103 -> usr/share/terminfo/v/vc303
--rw-r--r-- root/root usr/share/terminfo/v/vc203 -> usr/share/terminfo/v/vc303
--rw-r--r-- root/root usr/share/terminfo/v/vc303
+-rw-r--r-- root/root usr/share/terminfo/v/vapple
+-rw-r--r-- root/root usr/share/terminfo/v/vc103
+-rw-r--r-- root/root usr/share/terminfo/v/vc203 -> usr/share/terminfo/v/vc103
+-rw-r--r-- root/root usr/share/terminfo/v/vc303 -> usr/share/terminfo/v/vc103
-rw-r--r-- root/root usr/share/terminfo/v/vc303a
-rw-r--r-- root/root usr/share/terminfo/v/vc403a -> usr/share/terminfo/v/vc303a
-rw-r--r-- root/root usr/share/terminfo/v/vc404
@@ -3347,34 +3347,34 @@ drwxr-xr-x root/root usr/share/terminfo/v/
-rw-r--r-- root/root usr/share/terminfo/v/viewdata
-rw-r--r-- root/root usr/share/terminfo/v/viewdata-o
-rw-r--r-- root/root usr/share/terminfo/v/viewdata-rv
--rw-r--r-- root/root usr/share/terminfo/v/viewpoint -> usr/share/terminfo/a/addsviewpoint
--rw-r--r-- root/root usr/share/terminfo/v/viewpoint3a+ -> usr/share/terminfo/v/vp3a+
--rw-r--r-- root/root usr/share/terminfo/v/viewpoint60 -> usr/share/terminfo/a/addsvp60
--rw-r--r-- root/root usr/share/terminfo/v/viewpoint90 -> usr/share/terminfo/v/vp90
+-rw-r--r-- root/root usr/share/terminfo/v/viewpoint
+-rw-r--r-- root/root usr/share/terminfo/v/viewpoint3a+
+-rw-r--r-- root/root usr/share/terminfo/v/viewpoint60
+-rw-r--r-- root/root usr/share/terminfo/v/viewpoint90
-rw-r--r-- root/root usr/share/terminfo/v/vip
--rw-r--r-- root/root usr/share/terminfo/v/vip-H -> usr/share/terminfo/Q/Q310-vip-H
+-rw-r--r-- root/root usr/share/terminfo/v/vip-H -> usr/share/terminfo/Q/Q310-vip-H-am
-rw-r--r-- root/root usr/share/terminfo/v/vip-Hw -> usr/share/terminfo/Q/Q310-vip-Hw
--rw-r--r-- root/root usr/share/terminfo/v/vip-w -> usr/share/terminfo/Q/Q310-vip-w-am
--rw-r--r-- root/root usr/share/terminfo/v/vip7800-H -> usr/share/terminfo/Q/Q310-vip-H
+-rw-r--r-- root/root usr/share/terminfo/v/vip-w -> usr/share/terminfo/Q/Q310-vip-w
+-rw-r--r-- root/root usr/share/terminfo/v/vip7800-H -> usr/share/terminfo/Q/Q310-vip-H-am
-rw-r--r-- root/root usr/share/terminfo/v/vip7800-Hw -> usr/share/terminfo/Q/Q310-vip-Hw
--rw-r--r-- root/root usr/share/terminfo/v/vip7800-w -> usr/share/terminfo/Q/Q310-vip-w-am
+-rw-r--r-- root/root usr/share/terminfo/v/vip7800-w -> usr/share/terminfo/Q/Q310-vip-w
-rw-r--r-- root/root usr/share/terminfo/v/visa50
-rw-r--r-- root/root usr/share/terminfo/v/visual603 -> usr/share/terminfo/v/vi603
-rw-r--r-- root/root usr/share/terminfo/v/vitty -> usr/share/terminfo/t/tty5620-s
--rw-r--r-- root/root usr/share/terminfo/v/vk100
--rw-r--r-- root/root usr/share/terminfo/v/vp3a+
--rw-r--r-- root/root usr/share/terminfo/v/vp60 -> usr/share/terminfo/a/addsvp60
--rw-r--r-- root/root usr/share/terminfo/v/vp90
+-rw-r--r-- root/root usr/share/terminfo/v/vk100 -> usr/share/terminfo/g/gigi
+-rw-r--r-- root/root usr/share/terminfo/v/vp3a+ -> usr/share/terminfo/v/viewpoint3a+
+-rw-r--r-- root/root usr/share/terminfo/v/vp60 -> usr/share/terminfo/v/viewpoint60
+-rw-r--r-- root/root usr/share/terminfo/v/vp90 -> usr/share/terminfo/v/viewpoint90
-rw-r--r-- root/root usr/share/terminfo/v/vremote
--rw-r--r-- root/root usr/share/terminfo/v/vs100
--rw-r--r-- root/root usr/share/terminfo/v/vs100-x10
+-rw-r--r-- root/root usr/share/terminfo/v/vs100 -> usr/share/terminfo/x/xterms
+-rw-r--r-- root/root usr/share/terminfo/v/vs100-x10 -> usr/share/terminfo/x/x10term
-rw-r--r-- root/root usr/share/terminfo/v/vsc
--rw-r--r-- root/root usr/share/terminfo/v/vscode
+-rw-r--r-- root/root usr/share/terminfo/v/vscode -> usr/share/terminfo/x/xterm.js
-rw-r--r-- root/root usr/share/terminfo/v/vscode-direct
-rw-r--r-- root/root usr/share/terminfo/v/vt-61 -> usr/share/terminfo/v/vt61
--rw-r--r-- root/root usr/share/terminfo/v/vt-utf8 -> usr/share/terminfo/m/ms-vt-utf8
--rw-r--r-- root/root usr/share/terminfo/v/vt100 -> usr/share/terminfo/v/vt100-am
--rw-r--r-- root/root usr/share/terminfo/v/vt100+ -> usr/share/terminfo/m/ms-vt100+
+-rw-r--r-- root/root usr/share/terminfo/v/vt-utf8
+-rw-r--r-- root/root usr/share/terminfo/v/vt100
+-rw-r--r-- root/root usr/share/terminfo/v/vt100+
-rw-r--r-- root/root usr/share/terminfo/v/vt100+4bsd
-rw-r--r-- root/root usr/share/terminfo/v/vt100+enq
-rw-r--r-- root/root usr/share/terminfo/v/vt100+fnkeys
@@ -3382,24 +3382,24 @@ drwxr-xr-x root/root usr/share/terminfo/v/
-rw-r--r-- root/root usr/share/terminfo/v/vt100+noapp
-rw-r--r-- root/root usr/share/terminfo/v/vt100+noapp+pc
-rw-r--r-- root/root usr/share/terminfo/v/vt100+pfkeys
--rw-r--r-- root/root usr/share/terminfo/v/vt100-am
--rw-r--r-- root/root usr/share/terminfo/v/vt100-bm -> usr/share/terminfo/n/nwp512
--rw-r--r-- root/root usr/share/terminfo/v/vt100-bm-o -> usr/share/terminfo/n/nwp512
--rw-r--r-- root/root usr/share/terminfo/v/vt100-bot-s
+-rw-r--r-- root/root usr/share/terminfo/v/vt100-am -> usr/share/terminfo/v/vt100
+-rw-r--r-- root/root usr/share/terminfo/v/vt100-bm
+-rw-r--r-- root/root usr/share/terminfo/v/vt100-bm-o -> usr/share/terminfo/v/vt100-bm
+-rw-r--r-- root/root usr/share/terminfo/v/vt100-bot-s -> usr/share/terminfo/v/vt100-s-bot
-rw-r--r-- root/root usr/share/terminfo/v/vt100-nam
--rw-r--r-- root/root usr/share/terminfo/v/vt100-nam-w
+-rw-r--r-- root/root usr/share/terminfo/v/vt100-nam-w -> usr/share/terminfo/v/vt100-w-nam
-rw-r--r-- root/root usr/share/terminfo/v/vt100-nav
--rw-r--r-- root/root usr/share/terminfo/v/vt100-nav-w -> usr/share/terminfo/v/vt100-w-nav
+-rw-r--r-- root/root usr/share/terminfo/v/vt100-nav-w
-rw-r--r-- root/root usr/share/terminfo/v/vt100-putty
--rw-r--r-- root/root usr/share/terminfo/v/vt100-s -> usr/share/terminfo/v/vt100-top-s
--rw-r--r-- root/root usr/share/terminfo/v/vt100-s-bot -> usr/share/terminfo/v/vt100-bot-s
--rw-r--r-- root/root usr/share/terminfo/v/vt100-s-top -> usr/share/terminfo/v/vt100-top-s
--rw-r--r-- root/root usr/share/terminfo/v/vt100-top-s
+-rw-r--r-- root/root usr/share/terminfo/v/vt100-s
+-rw-r--r-- root/root usr/share/terminfo/v/vt100-s-bot
+-rw-r--r-- root/root usr/share/terminfo/v/vt100-s-top -> usr/share/terminfo/v/vt100-s
+-rw-r--r-- root/root usr/share/terminfo/v/vt100-top-s -> usr/share/terminfo/v/vt100-s
-rw-r--r-- root/root usr/share/terminfo/v/vt100-vb
-rw-r--r-- root/root usr/share/terminfo/v/vt100-w
-rw-r--r-- root/root usr/share/terminfo/v/vt100-w-am -> usr/share/terminfo/v/vt100-w
--rw-r--r-- root/root usr/share/terminfo/v/vt100-w-nam -> usr/share/terminfo/v/vt100-nam-w
--rw-r--r-- root/root usr/share/terminfo/v/vt100-w-nav
+-rw-r--r-- root/root usr/share/terminfo/v/vt100-w-nam
+-rw-r--r-- root/root usr/share/terminfo/v/vt100-w-nav -> usr/share/terminfo/v/vt100-nav-w
-rw-r--r-- root/root usr/share/terminfo/v/vt100nam -> usr/share/terminfo/v/vt100-nam
-rw-r--r-- root/root usr/share/terminfo/v/vt102
-rw-r--r-- root/root usr/share/terminfo/v/vt102+enq
@@ -3409,40 +3409,40 @@ drwxr-xr-x root/root usr/share/terminfo/v/
-rw-r--r-- root/root usr/share/terminfo/v/vt131
-rw-r--r-- root/root usr/share/terminfo/v/vt132
-rw-r--r-- root/root usr/share/terminfo/v/vt200 -> usr/share/terminfo/v/vt220
--rw-r--r-- root/root usr/share/terminfo/v/vt200-8 -> usr/share/terminfo/v/vt220-8
--rw-r--r-- root/root usr/share/terminfo/v/vt200-8bit -> usr/share/terminfo/v/vt220-8
+-rw-r--r-- root/root usr/share/terminfo/v/vt200-8
+-rw-r--r-- root/root usr/share/terminfo/v/vt200-8bit -> usr/share/terminfo/v/vt200-8
-rw-r--r-- root/root usr/share/terminfo/v/vt200-js
--rw-r--r-- root/root usr/share/terminfo/v/vt200-old -> usr/share/terminfo/v/vt220-old
--rw-r--r-- root/root usr/share/terminfo/v/vt200-w -> usr/share/terminfo/v/vt220-w
+-rw-r--r-- root/root usr/share/terminfo/v/vt200-old
+-rw-r--r-- root/root usr/share/terminfo/v/vt200-w
-rw-r--r-- root/root usr/share/terminfo/v/vt220
-rw-r--r-- root/root usr/share/terminfo/v/vt220+cvis
-rw-r--r-- root/root usr/share/terminfo/v/vt220+cvis8
-rw-r--r-- root/root usr/share/terminfo/v/vt220+keypad
-rw-r--r-- root/root usr/share/terminfo/v/vt220+pcedit
-rw-r--r-- root/root usr/share/terminfo/v/vt220+vtedit
--rw-r--r-- root/root usr/share/terminfo/v/vt220-8
--rw-r--r-- root/root usr/share/terminfo/v/vt220-8bit -> usr/share/terminfo/v/vt220-8
+-rw-r--r-- root/root usr/share/terminfo/v/vt220-8 -> usr/share/terminfo/v/vt200-8
+-rw-r--r-- root/root usr/share/terminfo/v/vt220-8bit -> usr/share/terminfo/v/vt200-8
-rw-r--r-- root/root usr/share/terminfo/v/vt220-base
-rw-r--r-- root/root usr/share/terminfo/v/vt220-js -> usr/share/terminfo/v/vt200-js
-rw-r--r-- root/root usr/share/terminfo/v/vt220-nam -> usr/share/terminfo/v/v200-nam
--rw-r--r-- root/root usr/share/terminfo/v/vt220-old
--rw-r--r-- root/root usr/share/terminfo/v/vt220-w
+-rw-r--r-- root/root usr/share/terminfo/v/vt220-old -> usr/share/terminfo/v/vt200-old
+-rw-r--r-- root/root usr/share/terminfo/v/vt220-w -> usr/share/terminfo/v/vt200-w
-rw-r--r-- root/root usr/share/terminfo/v/vt220d
-rw-r--r-- root/root usr/share/terminfo/v/vt300 -> usr/share/terminfo/v/vt320
--rw-r--r-- root/root usr/share/terminfo/v/vt300-nam
+-rw-r--r-- root/root usr/share/terminfo/v/vt300-nam -> usr/share/terminfo/v/vt320-nam
-rw-r--r-- root/root usr/share/terminfo/v/vt300-w
--rw-r--r-- root/root usr/share/terminfo/v/vt300-w-nam -> usr/share/terminfo/v/vt320-w-nam
+-rw-r--r-- root/root usr/share/terminfo/v/vt300-w-nam
-rw-r--r-- root/root usr/share/terminfo/v/vt320
-rw-r--r-- root/root usr/share/terminfo/v/vt320-k3
-rw-r--r-- root/root usr/share/terminfo/v/vt320-k311
--rw-r--r-- root/root usr/share/terminfo/v/vt320-nam -> usr/share/terminfo/v/vt300-nam
+-rw-r--r-- root/root usr/share/terminfo/v/vt320-nam
-rw-r--r-- root/root usr/share/terminfo/v/vt320-w -> usr/share/terminfo/v/vt300-w
--rw-r--r-- root/root usr/share/terminfo/v/vt320-w-nam
+-rw-r--r-- root/root usr/share/terminfo/v/vt320-w-nam -> usr/share/terminfo/v/vt300-w-nam
-rw-r--r-- root/root usr/share/terminfo/v/vt320nam
--rw-r--r-- root/root usr/share/terminfo/v/vt330 -> usr/share/terminfo/v/vt340
--rw-r--r-- root/root usr/share/terminfo/v/vt340
--rw-r--r-- root/root usr/share/terminfo/v/vt400
--rw-r--r-- root/root usr/share/terminfo/v/vt400-24 -> usr/share/terminfo/v/vt400
+-rw-r--r-- root/root usr/share/terminfo/v/vt330 -> usr/share/terminfo/d/dec-vt340
+-rw-r--r-- root/root usr/share/terminfo/v/vt340 -> usr/share/terminfo/d/dec-vt340
+-rw-r--r-- root/root usr/share/terminfo/v/vt400 -> usr/share/terminfo/d/dec-vt400
+-rw-r--r-- root/root usr/share/terminfo/v/vt400-24 -> usr/share/terminfo/d/dec-vt400
-rw-r--r-- root/root usr/share/terminfo/v/vt420
-rw-r--r-- root/root usr/share/terminfo/v/vt420+lrmm
-rw-r--r-- root/root usr/share/terminfo/v/vt420f
@@ -3472,78 +3472,78 @@ drwxr-xr-x root/root usr/share/terminfo/v/
-rw-r--r-- root/root usr/share/terminfo/v/vte-2018
-rw-r--r-- root/root usr/share/terminfo/v/vte-256color
-rw-r--r-- root/root usr/share/terminfo/v/vte-direct
--rw-r--r-- root/root usr/share/terminfo/v/vtnt -> usr/share/terminfo/m/ms-vt100-color
--rw-r--r-- root/root usr/share/terminfo/v/vv100 -> usr/share/terminfo/m/mvterm
+-rw-r--r-- root/root usr/share/terminfo/v/vtnt
+-rw-r--r-- root/root usr/share/terminfo/v/vv100
-rw-r--r-- root/root usr/share/terminfo/v/vwmterm
drwxr-xr-x root/root usr/share/terminfo/w/
-rw-r--r-- root/root usr/share/terminfo/w/wezterm
-rw-r--r-- root/root usr/share/terminfo/w/winconsole
--rw-r--r-- root/root usr/share/terminfo/w/wren -> usr/share/terminfo/p/pt200
--rw-r--r-- root/root usr/share/terminfo/w/wrenw -> usr/share/terminfo/p/pt100w
--rw-r--r-- root/root usr/share/terminfo/w/wsiris -> usr/share/terminfo/i/iris40
+-rw-r--r-- root/root usr/share/terminfo/w/wren -> usr/share/terminfo/f/fenix
+-rw-r--r-- root/root usr/share/terminfo/w/wrenw -> usr/share/terminfo/f/fenixw
+-rw-r--r-- root/root usr/share/terminfo/w/wsiris
-rw-r--r-- root/root usr/share/terminfo/w/wsvt25
-rw-r--r-- root/root usr/share/terminfo/w/wsvt25m
-rw-r--r-- root/root usr/share/terminfo/w/wy-75ap -> usr/share/terminfo/w/wy75ap
--rw-r--r-- root/root usr/share/terminfo/w/wy-99fgt -> usr/share/terminfo/w/wy99fgt
+-rw-r--r-- root/root usr/share/terminfo/w/wy-99fgt -> usr/share/terminfo/w/wy99f
-rw-r--r-- root/root usr/share/terminfo/w/wy-99fgta -> usr/share/terminfo/w/wy99fa
-rw-r--r-- root/root usr/share/terminfo/w/wy100
-rw-r--r-- root/root usr/share/terminfo/w/wy100q
--rw-r--r-- root/root usr/share/terminfo/w/wy120
--rw-r--r-- root/root usr/share/terminfo/w/wy120-25
+-rw-r--r-- root/root usr/share/terminfo/w/wy120 -> usr/share/terminfo/w/wyse150
+-rw-r--r-- root/root usr/share/terminfo/w/wy120-25 -> usr/share/terminfo/w/wyse120-25
-rw-r--r-- root/root usr/share/terminfo/w/wy120-25-w -> usr/share/terminfo/w/wy150-25-w
--rw-r--r-- root/root usr/share/terminfo/w/wy120-vb -> usr/share/terminfo/w/wyse150-vb
--rw-r--r-- root/root usr/share/terminfo/w/wy120-w
--rw-r--r-- root/root usr/share/terminfo/w/wy120-w-vb -> usr/share/terminfo/w/wy120-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wy120-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wy150 -> usr/share/terminfo/w/wy120
--rw-r--r-- root/root usr/share/terminfo/w/wy150-25 -> usr/share/terminfo/w/wy120-25
+-rw-r--r-- root/root usr/share/terminfo/w/wy120-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wy120-w -> usr/share/terminfo/w/wy150-w
+-rw-r--r-- root/root usr/share/terminfo/w/wy120-w-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wy120-wvb -> usr/share/terminfo/w/wy120-w-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wy150 -> usr/share/terminfo/w/wyse150
+-rw-r--r-- root/root usr/share/terminfo/w/wy150-25 -> usr/share/terminfo/w/wyse120-25
-rw-r--r-- root/root usr/share/terminfo/w/wy150-25-w
--rw-r--r-- root/root usr/share/terminfo/w/wy150-vb -> usr/share/terminfo/w/wyse150-vb
--rw-r--r-- root/root usr/share/terminfo/w/wy150-w -> usr/share/terminfo/w/wy120-w
--rw-r--r-- root/root usr/share/terminfo/w/wy150-w-vb -> usr/share/terminfo/w/wy120-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wy160
+-rw-r--r-- root/root usr/share/terminfo/w/wy150-vb -> usr/share/terminfo/w/wy120-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wy150-w
+-rw-r--r-- root/root usr/share/terminfo/w/wy150-w-vb -> usr/share/terminfo/w/wy120-w-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wy160 -> usr/share/terminfo/w/wyse160
-rw-r--r-- root/root usr/share/terminfo/w/wy160-25
-rw-r--r-- root/root usr/share/terminfo/w/wy160-25-w
-rw-r--r-- root/root usr/share/terminfo/w/wy160-42 -> usr/share/terminfo/w/wyse160-42
--rw-r--r-- root/root usr/share/terminfo/w/wy160-42-w -> usr/share/terminfo/w/wyse160-42-w
--rw-r--r-- root/root usr/share/terminfo/w/wy160-43 -> usr/share/terminfo/w/wyse160-43
+-rw-r--r-- root/root usr/share/terminfo/w/wy160-42-w
+-rw-r--r-- root/root usr/share/terminfo/w/wy160-43
-rw-r--r-- root/root usr/share/terminfo/w/wy160-43-w -> usr/share/terminfo/w/wyse160-43-w
-rw-r--r-- root/root usr/share/terminfo/w/wy160-tek
-rw-r--r-- root/root usr/share/terminfo/w/wy160-vb -> usr/share/terminfo/w/wyse160-vb
--rw-r--r-- root/root usr/share/terminfo/w/wy160-w -> usr/share/terminfo/w/wyse160-w
--rw-r--r-- root/root usr/share/terminfo/w/wy160-w-vb -> usr/share/terminfo/w/wyse160-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wy160-wvb -> usr/share/terminfo/w/wyse160-wvb
+-rw-r--r-- root/root usr/share/terminfo/w/wy160-w
+-rw-r--r-- root/root usr/share/terminfo/w/wy160-w-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wy160-wvb -> usr/share/terminfo/w/wy160-w-vb
-rw-r--r-- root/root usr/share/terminfo/w/wy185
--rw-r--r-- root/root usr/share/terminfo/w/wy185-24 -> usr/share/terminfo/w/wyse185-24
--rw-r--r-- root/root usr/share/terminfo/w/wy185-vb
--rw-r--r-- root/root usr/share/terminfo/w/wy185-w
+-rw-r--r-- root/root usr/share/terminfo/w/wy185-24
+-rw-r--r-- root/root usr/share/terminfo/w/wy185-vb -> usr/share/terminfo/w/wyse185-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wy185-w -> usr/share/terminfo/w/wyse185-w
-rw-r--r-- root/root usr/share/terminfo/w/wy185-wvb -> usr/share/terminfo/w/wyse185-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wy30 -> usr/share/terminfo/w/wyse30
--rw-r--r-- root/root usr/share/terminfo/w/wy30-mc
+-rw-r--r-- root/root usr/share/terminfo/w/wy30
+-rw-r--r-- root/root usr/share/terminfo/w/wy30-mc -> usr/share/terminfo/w/wyse30-mc
-rw-r--r-- root/root usr/share/terminfo/w/wy30-vb -> usr/share/terminfo/w/wyse30-vb
--rw-r--r-- root/root usr/share/terminfo/w/wy325
--rw-r--r-- root/root usr/share/terminfo/w/wy325-25 -> usr/share/terminfo/w/wyse-325
+-rw-r--r-- root/root usr/share/terminfo/w/wy325 -> usr/share/terminfo/w/wyse325
+-rw-r--r-- root/root usr/share/terminfo/w/wy325-25 -> usr/share/terminfo/w/wyse325-25
-rw-r--r-- root/root usr/share/terminfo/w/wy325-25w
--rw-r--r-- root/root usr/share/terminfo/w/wy325-42 -> usr/share/terminfo/w/wyse325-42
--rw-r--r-- root/root usr/share/terminfo/w/wy325-42w
+-rw-r--r-- root/root usr/share/terminfo/w/wy325-42
+-rw-r--r-- root/root usr/share/terminfo/w/wy325-42w -> usr/share/terminfo/w/wyse325-42w
-rw-r--r-- root/root usr/share/terminfo/w/wy325-42w-vb -> usr/share/terminfo/w/wy325-42wvb
-rw-r--r-- root/root usr/share/terminfo/w/wy325-42wvb
-rw-r--r-- root/root usr/share/terminfo/w/wy325-43 -> usr/share/terminfo/w/wyse325-43
-rw-r--r-- root/root usr/share/terminfo/w/wy325-43w
-rw-r--r-- root/root usr/share/terminfo/w/wy325-43w-vb -> usr/share/terminfo/w/wy325-43wvb
-rw-r--r-- root/root usr/share/terminfo/w/wy325-43wvb
--rw-r--r-- root/root usr/share/terminfo/w/wy325-80 -> usr/share/terminfo/w/wyse-325
--rw-r--r-- root/root usr/share/terminfo/w/wy325-vb -> usr/share/terminfo/w/wyse325-vb
--rw-r--r-- root/root usr/share/terminfo/w/wy325-w -> usr/share/terminfo/w/wyse325-w
--rw-r--r-- root/root usr/share/terminfo/w/wy325-w-vb
--rw-r--r-- root/root usr/share/terminfo/w/wy325-wvb -> usr/share/terminfo/w/wy325-w-vb
--rw-r--r-- root/root usr/share/terminfo/w/wy325w-24 -> usr/share/terminfo/w/wyse325-w
+-rw-r--r-- root/root usr/share/terminfo/w/wy325-80 -> usr/share/terminfo/w/wyse325-25
+-rw-r--r-- root/root usr/share/terminfo/w/wy325-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wy325-w -> usr/share/terminfo/w/wy325w-24
+-rw-r--r-- root/root usr/share/terminfo/w/wy325-w-vb -> usr/share/terminfo/w/wyse325-wvb
+-rw-r--r-- root/root usr/share/terminfo/w/wy325-wvb -> usr/share/terminfo/w/wyse325-wvb
+-rw-r--r-- root/root usr/share/terminfo/w/wy325w-24
-rw-r--r-- root/root usr/share/terminfo/w/wy350
-rw-r--r-- root/root usr/share/terminfo/w/wy350-vb
-rw-r--r-- root/root usr/share/terminfo/w/wy350-w -> usr/share/terminfo/w/wyse350-w
-rw-r--r-- root/root usr/share/terminfo/w/wy350-wvb -> usr/share/terminfo/w/wyse350-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wy370 -> usr/share/terminfo/w/wyse370
--rw-r--r-- root/root usr/share/terminfo/w/wy370-101k -> usr/share/terminfo/w/wyse370
+-rw-r--r-- root/root usr/share/terminfo/w/wy370 -> usr/share/terminfo/w/wy370-101k
+-rw-r--r-- root/root usr/share/terminfo/w/wy370-101k
-rw-r--r-- root/root usr/share/terminfo/w/wy370-105k
-rw-r--r-- root/root usr/share/terminfo/w/wy370-EPC
-rw-r--r-- root/root usr/share/terminfo/w/wy370-nk
@@ -3552,59 +3552,59 @@ drwxr-xr-x root/root usr/share/terminfo/w/
-rw-r--r-- root/root usr/share/terminfo/w/wy370-vb
-rw-r--r-- root/root usr/share/terminfo/w/wy370-w
-rw-r--r-- root/root usr/share/terminfo/w/wy370-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wy50 -> usr/share/terminfo/w/wyse50
--rw-r--r-- root/root usr/share/terminfo/w/wy50-mc
--rw-r--r-- root/root usr/share/terminfo/w/wy50-vb
--rw-r--r-- root/root usr/share/terminfo/w/wy50-w -> usr/share/terminfo/w/wyse50-w
--rw-r--r-- root/root usr/share/terminfo/w/wy50-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wy520
--rw-r--r-- root/root usr/share/terminfo/w/wy520-24
+-rw-r--r-- root/root usr/share/terminfo/w/wy50
+-rw-r--r-- root/root usr/share/terminfo/w/wy50-mc -> usr/share/terminfo/w/wyse50-mc
+-rw-r--r-- root/root usr/share/terminfo/w/wy50-vb -> usr/share/terminfo/w/wyse50-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wy50-w
+-rw-r--r-- root/root usr/share/terminfo/w/wy50-wvb -> usr/share/terminfo/w/wyse50-wvb
+-rw-r--r-- root/root usr/share/terminfo/w/wy520 -> usr/share/terminfo/w/wyse520
+-rw-r--r-- root/root usr/share/terminfo/w/wy520-24 -> usr/share/terminfo/w/wyse520-24
-rw-r--r-- root/root usr/share/terminfo/w/wy520-36 -> usr/share/terminfo/w/wyse520-36
-rw-r--r-- root/root usr/share/terminfo/w/wy520-36pc
-rw-r--r-- root/root usr/share/terminfo/w/wy520-36w -> usr/share/terminfo/w/wyse520-36w
-rw-r--r-- root/root usr/share/terminfo/w/wy520-36wpc
--rw-r--r-- root/root usr/share/terminfo/w/wy520-48
+-rw-r--r-- root/root usr/share/terminfo/w/wy520-48 -> usr/share/terminfo/w/wyse520-48
-rw-r--r-- root/root usr/share/terminfo/w/wy520-48pc
-rw-r--r-- root/root usr/share/terminfo/w/wy520-48w -> usr/share/terminfo/w/wyse520-48w
--rw-r--r-- root/root usr/share/terminfo/w/wy520-48wpc
+-rw-r--r-- root/root usr/share/terminfo/w/wy520-48wpc -> usr/share/terminfo/w/wyse520-48wpc
-rw-r--r-- root/root usr/share/terminfo/w/wy520-epc -> usr/share/terminfo/w/wyse520-epc
--rw-r--r-- root/root usr/share/terminfo/w/wy520-epc-24
+-rw-r--r-- root/root usr/share/terminfo/w/wy520-epc-24 -> usr/share/terminfo/w/wyse520-pc-24
-rw-r--r-- root/root usr/share/terminfo/w/wy520-epc-vb -> usr/share/terminfo/w/wyse520-pc-vb
--rw-r--r-- root/root usr/share/terminfo/w/wy520-epc-w
+-rw-r--r-- root/root usr/share/terminfo/w/wy520-epc-w -> usr/share/terminfo/w/wyse520-epc-w
-rw-r--r-- root/root usr/share/terminfo/w/wy520-epc-wvb -> usr/share/terminfo/w/wyse520-p-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wy520-vb -> usr/share/terminfo/w/wyse520-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wy520-vb
-rw-r--r-- root/root usr/share/terminfo/w/wy520-w
--rw-r--r-- root/root usr/share/terminfo/w/wy520-wvb
+-rw-r--r-- root/root usr/share/terminfo/w/wy520-wvb -> usr/share/terminfo/w/wyse520-wvb
-rw-r--r-- root/root usr/share/terminfo/w/wy60
--rw-r--r-- root/root usr/share/terminfo/w/wy60-25
--rw-r--r-- root/root usr/share/terminfo/w/wy60-25-w -> usr/share/terminfo/w/wyse60-25-w
--rw-r--r-- root/root usr/share/terminfo/w/wy60-316X -> usr/share/terminfo/i/ibm3163
--rw-r--r-- root/root usr/share/terminfo/w/wy60-42
+-rw-r--r-- root/root usr/share/terminfo/w/wy60-25 -> usr/share/terminfo/w/wyse60-25
+-rw-r--r-- root/root usr/share/terminfo/w/wy60-25-w
+-rw-r--r-- root/root usr/share/terminfo/w/wy60-316X -> usr/share/terminfo/w/wyse60-316X
+-rw-r--r-- root/root usr/share/terminfo/w/wy60-42 -> usr/share/terminfo/w/wyse60-42
-rw-r--r-- root/root usr/share/terminfo/w/wy60-42-w
--rw-r--r-- root/root usr/share/terminfo/w/wy60-43
+-rw-r--r-- root/root usr/share/terminfo/w/wy60-43 -> usr/share/terminfo/w/wyse60-43
-rw-r--r-- root/root usr/share/terminfo/w/wy60-43-w
--rw-r--r-- root/root usr/share/terminfo/w/wy60-AT -> usr/share/terminfo/i/ibm5151
--rw-r--r-- root/root usr/share/terminfo/w/wy60-PC -> usr/share/terminfo/i/ibmpc
--rw-r--r-- root/root usr/share/terminfo/w/wy60-vb -> usr/share/terminfo/w/wyse60-vb
--rw-r--r-- root/root usr/share/terminfo/w/wy60-w -> usr/share/terminfo/w/wyse60-w
--rw-r--r-- root/root usr/share/terminfo/w/wy60-w-vb -> usr/share/terminfo/w/wyse60-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wy60-wvb -> usr/share/terminfo/w/wyse60-wvb
+-rw-r--r-- root/root usr/share/terminfo/w/wy60-AT -> usr/share/terminfo/w/wyse60-AT
+-rw-r--r-- root/root usr/share/terminfo/w/wy60-PC -> usr/share/terminfo/w/wyse60-PC
+-rw-r--r-- root/root usr/share/terminfo/w/wy60-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wy60-w
+-rw-r--r-- root/root usr/share/terminfo/w/wy60-w-vb -> usr/share/terminfo/w/wy60-wvb
+-rw-r--r-- root/root usr/share/terminfo/w/wy60-wvb
-rw-r--r-- root/root usr/share/terminfo/w/wy75
--rw-r--r-- root/root usr/share/terminfo/w/wy75-mc
--rw-r--r-- root/root usr/share/terminfo/w/wy75-vb -> usr/share/terminfo/w/wyse75-vb
--rw-r--r-- root/root usr/share/terminfo/w/wy75-w -> usr/share/terminfo/w/wyse75-w
+-rw-r--r-- root/root usr/share/terminfo/w/wy75-mc -> usr/share/terminfo/w/wyse75-mc
+-rw-r--r-- root/root usr/share/terminfo/w/wy75-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wy75-w
-rw-r--r-- root/root usr/share/terminfo/w/wy75-wvb
-rw-r--r-- root/root usr/share/terminfo/w/wy75ap
--rw-r--r-- root/root usr/share/terminfo/w/wy85
--rw-r--r-- root/root usr/share/terminfo/w/wy85-8bit -> usr/share/terminfo/w/wyse85-8bit
--rw-r--r-- root/root usr/share/terminfo/w/wy85-vb -> usr/share/terminfo/w/wyse85-vb
--rw-r--r-- root/root usr/share/terminfo/w/wy85-w -> usr/share/terminfo/w/wyse85-w
+-rw-r--r-- root/root usr/share/terminfo/w/wy85 -> usr/share/terminfo/w/wyse85
+-rw-r--r-- root/root usr/share/terminfo/w/wy85-8bit
+-rw-r--r-- root/root usr/share/terminfo/w/wy85-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wy85-w
-rw-r--r-- root/root usr/share/terminfo/w/wy85-wvb -> usr/share/terminfo/w/wyse85-wvb
-rw-r--r-- root/root usr/share/terminfo/w/wy99-ansi
-rw-r--r-- root/root usr/share/terminfo/w/wy99a-ansi
--rw-r--r-- root/root usr/share/terminfo/w/wy99f -> usr/share/terminfo/w/wy99fgt
+-rw-r--r-- root/root usr/share/terminfo/w/wy99f
-rw-r--r-- root/root usr/share/terminfo/w/wy99fa
--rw-r--r-- root/root usr/share/terminfo/w/wy99fgt
+-rw-r--r-- root/root usr/share/terminfo/w/wy99fgt -> usr/share/terminfo/w/wy99f
-rw-r--r-- root/root usr/share/terminfo/w/wy99fgta -> usr/share/terminfo/w/wy99fa
-rw-r--r-- root/root usr/share/terminfo/w/wy99gt
-rw-r--r-- root/root usr/share/terminfo/w/wy99gt-25
@@ -3615,100 +3615,100 @@ drwxr-xr-x root/root usr/share/terminfo/w/
-rw-r--r-- root/root usr/share/terminfo/w/wy99gt-w-vb
-rw-r--r-- root/root usr/share/terminfo/w/wy99gt-wvb -> usr/share/terminfo/w/wy99gt-w-vb
-rw-r--r-- root/root usr/share/terminfo/w/wyse+sl
--rw-r--r-- root/root usr/share/terminfo/w/wyse-325
+-rw-r--r-- root/root usr/share/terminfo/w/wyse-325 -> usr/share/terminfo/w/wyse325-25
-rw-r--r-- root/root usr/share/terminfo/w/wyse-75ap -> usr/share/terminfo/w/wy75ap
-rw-r--r-- root/root usr/share/terminfo/w/wyse-vp
--rw-r--r-- root/root usr/share/terminfo/w/wyse120 -> usr/share/terminfo/w/wy120
--rw-r--r-- root/root usr/share/terminfo/w/wyse120-25 -> usr/share/terminfo/w/wy120-25
+-rw-r--r-- root/root usr/share/terminfo/w/wyse120 -> usr/share/terminfo/w/wyse150
+-rw-r--r-- root/root usr/share/terminfo/w/wyse120-25
-rw-r--r-- root/root usr/share/terminfo/w/wyse120-25-w -> usr/share/terminfo/w/wy150-25-w
--rw-r--r-- root/root usr/share/terminfo/w/wyse120-vb -> usr/share/terminfo/w/wyse150-vb
--rw-r--r-- root/root usr/share/terminfo/w/wyse120-w -> usr/share/terminfo/w/wy120-w
--rw-r--r-- root/root usr/share/terminfo/w/wyse120-wvb -> usr/share/terminfo/w/wy120-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wyse150 -> usr/share/terminfo/w/wy120
--rw-r--r-- root/root usr/share/terminfo/w/wyse150-25 -> usr/share/terminfo/w/wy120-25
+-rw-r--r-- root/root usr/share/terminfo/w/wyse120-vb -> usr/share/terminfo/w/wy120-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse120-w -> usr/share/terminfo/w/wy150-w
+-rw-r--r-- root/root usr/share/terminfo/w/wyse120-wvb -> usr/share/terminfo/w/wy120-w-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse150
+-rw-r--r-- root/root usr/share/terminfo/w/wyse150-25 -> usr/share/terminfo/w/wyse120-25
-rw-r--r-- root/root usr/share/terminfo/w/wyse150-25-w -> usr/share/terminfo/w/wy150-25-w
--rw-r--r-- root/root usr/share/terminfo/w/wyse150-vb
--rw-r--r-- root/root usr/share/terminfo/w/wyse150-w -> usr/share/terminfo/w/wy120-w
--rw-r--r-- root/root usr/share/terminfo/w/wyse150-w-vb -> usr/share/terminfo/w/wy120-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wyse160 -> usr/share/terminfo/w/wy160
+-rw-r--r-- root/root usr/share/terminfo/w/wyse150-vb -> usr/share/terminfo/w/wy120-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse150-w -> usr/share/terminfo/w/wy150-w
+-rw-r--r-- root/root usr/share/terminfo/w/wyse150-w-vb -> usr/share/terminfo/w/wy120-w-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse160
-rw-r--r-- root/root usr/share/terminfo/w/wyse160-25 -> usr/share/terminfo/w/wy160-25
-rw-r--r-- root/root usr/share/terminfo/w/wyse160-25-w -> usr/share/terminfo/w/wy160-25-w
-rw-r--r-- root/root usr/share/terminfo/w/wyse160-42
--rw-r--r-- root/root usr/share/terminfo/w/wyse160-42-w
--rw-r--r-- root/root usr/share/terminfo/w/wyse160-43
+-rw-r--r-- root/root usr/share/terminfo/w/wyse160-42-w -> usr/share/terminfo/w/wy160-42-w
+-rw-r--r-- root/root usr/share/terminfo/w/wyse160-43 -> usr/share/terminfo/w/wy160-43
-rw-r--r-- root/root usr/share/terminfo/w/wyse160-43-w
-rw-r--r-- root/root usr/share/terminfo/w/wyse160-vb
--rw-r--r-- root/root usr/share/terminfo/w/wyse160-w
--rw-r--r-- root/root usr/share/terminfo/w/wyse160-wvb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse160-w -> usr/share/terminfo/w/wy160-w
+-rw-r--r-- root/root usr/share/terminfo/w/wyse160-wvb -> usr/share/terminfo/w/wy160-w-vb
-rw-r--r-- root/root usr/share/terminfo/w/wyse185 -> usr/share/terminfo/w/wy185
--rw-r--r-- root/root usr/share/terminfo/w/wyse185-24
--rw-r--r-- root/root usr/share/terminfo/w/wyse185-vb -> usr/share/terminfo/w/wy185-vb
--rw-r--r-- root/root usr/share/terminfo/w/wyse185-w -> usr/share/terminfo/w/wy185-w
+-rw-r--r-- root/root usr/share/terminfo/w/wyse185-24 -> usr/share/terminfo/w/wy185-24
+-rw-r--r-- root/root usr/share/terminfo/w/wyse185-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse185-w
-rw-r--r-- root/root usr/share/terminfo/w/wyse185-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wyse30
--rw-r--r-- root/root usr/share/terminfo/w/wyse30-mc -> usr/share/terminfo/w/wy30-mc
+-rw-r--r-- root/root usr/share/terminfo/w/wyse30 -> usr/share/terminfo/w/wy30
+-rw-r--r-- root/root usr/share/terminfo/w/wyse30-mc
-rw-r--r-- root/root usr/share/terminfo/w/wyse30-vb
--rw-r--r-- root/root usr/share/terminfo/w/wyse325 -> usr/share/terminfo/w/wy325
--rw-r--r-- root/root usr/share/terminfo/w/wyse325-25 -> usr/share/terminfo/w/wyse-325
+-rw-r--r-- root/root usr/share/terminfo/w/wyse325
+-rw-r--r-- root/root usr/share/terminfo/w/wyse325-25
-rw-r--r-- root/root usr/share/terminfo/w/wyse325-25w -> usr/share/terminfo/w/wy325-25w
--rw-r--r-- root/root usr/share/terminfo/w/wyse325-42
--rw-r--r-- root/root usr/share/terminfo/w/wyse325-42w -> usr/share/terminfo/w/wy325-42w
+-rw-r--r-- root/root usr/share/terminfo/w/wyse325-42 -> usr/share/terminfo/w/wy325-42
+-rw-r--r-- root/root usr/share/terminfo/w/wyse325-42w
-rw-r--r-- root/root usr/share/terminfo/w/wyse325-43
-rw-r--r-- root/root usr/share/terminfo/w/wyse325-43w -> usr/share/terminfo/w/wy325-43w
--rw-r--r-- root/root usr/share/terminfo/w/wyse325-vb
--rw-r--r-- root/root usr/share/terminfo/w/wyse325-w
--rw-r--r-- root/root usr/share/terminfo/w/wyse325-wvb -> usr/share/terminfo/w/wy325-w-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse325-vb -> usr/share/terminfo/w/wy325-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse325-w -> usr/share/terminfo/w/wy325w-24
+-rw-r--r-- root/root usr/share/terminfo/w/wyse325-wvb
-rw-r--r-- root/root usr/share/terminfo/w/wyse350 -> usr/share/terminfo/w/wy350
-rw-r--r-- root/root usr/share/terminfo/w/wyse350-vb -> usr/share/terminfo/w/wy350-vb
-rw-r--r-- root/root usr/share/terminfo/w/wyse350-w
-rw-r--r-- root/root usr/share/terminfo/w/wyse350-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wyse370
--rw-r--r-- root/root usr/share/terminfo/w/wyse50
--rw-r--r-- root/root usr/share/terminfo/w/wyse50-mc -> usr/share/terminfo/w/wy50-mc
--rw-r--r-- root/root usr/share/terminfo/w/wyse50-vb -> usr/share/terminfo/w/wy50-vb
--rw-r--r-- root/root usr/share/terminfo/w/wyse50-w
--rw-r--r-- root/root usr/share/terminfo/w/wyse50-wvb -> usr/share/terminfo/w/wy50-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wyse520 -> usr/share/terminfo/w/wy520
--rw-r--r-- root/root usr/share/terminfo/w/wyse520-24 -> usr/share/terminfo/w/wy520-24
+-rw-r--r-- root/root usr/share/terminfo/w/wyse370 -> usr/share/terminfo/w/wy370-101k
+-rw-r--r-- root/root usr/share/terminfo/w/wyse50 -> usr/share/terminfo/w/wy50
+-rw-r--r-- root/root usr/share/terminfo/w/wyse50-mc
+-rw-r--r-- root/root usr/share/terminfo/w/wyse50-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse50-w -> usr/share/terminfo/w/wy50-w
+-rw-r--r-- root/root usr/share/terminfo/w/wyse50-wvb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse520
+-rw-r--r-- root/root usr/share/terminfo/w/wyse520-24
-rw-r--r-- root/root usr/share/terminfo/w/wyse520-36
-rw-r--r-- root/root usr/share/terminfo/w/wyse520-36pc -> usr/share/terminfo/w/wy520-36pc
-rw-r--r-- root/root usr/share/terminfo/w/wyse520-36w
-rw-r--r-- root/root usr/share/terminfo/w/wyse520-36wpc -> usr/share/terminfo/w/wy520-36wpc
--rw-r--r-- root/root usr/share/terminfo/w/wyse520-48 -> usr/share/terminfo/w/wy520-48
+-rw-r--r-- root/root usr/share/terminfo/w/wyse520-48
-rw-r--r-- root/root usr/share/terminfo/w/wyse520-48pc -> usr/share/terminfo/w/wy520-48pc
-rw-r--r-- root/root usr/share/terminfo/w/wyse520-48w
--rw-r--r-- root/root usr/share/terminfo/w/wyse520-48wpc -> usr/share/terminfo/w/wy520-48wpc
+-rw-r--r-- root/root usr/share/terminfo/w/wyse520-48wpc
-rw-r--r-- root/root usr/share/terminfo/w/wyse520-epc
--rw-r--r-- root/root usr/share/terminfo/w/wyse520-epc-w -> usr/share/terminfo/w/wy520-epc-w
+-rw-r--r-- root/root usr/share/terminfo/w/wyse520-epc-w
-rw-r--r-- root/root usr/share/terminfo/w/wyse520-p-wvb
--rw-r--r-- root/root usr/share/terminfo/w/wyse520-pc-24 -> usr/share/terminfo/w/wy520-epc-24
+-rw-r--r-- root/root usr/share/terminfo/w/wyse520-pc-24
-rw-r--r-- root/root usr/share/terminfo/w/wyse520-pc-vb
--rw-r--r-- root/root usr/share/terminfo/w/wyse520-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse520-vb -> usr/share/terminfo/w/wy520-vb
-rw-r--r-- root/root usr/share/terminfo/w/wyse520-w -> usr/share/terminfo/w/wy520-w
--rw-r--r-- root/root usr/share/terminfo/w/wyse520-wvb -> usr/share/terminfo/w/wy520-wvb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse520-wvb
-rw-r--r-- root/root usr/share/terminfo/w/wyse60 -> usr/share/terminfo/w/wy60
--rw-r--r-- root/root usr/share/terminfo/w/wyse60-25 -> usr/share/terminfo/w/wy60-25
--rw-r--r-- root/root usr/share/terminfo/w/wyse60-25-w
--rw-r--r-- root/root usr/share/terminfo/w/wyse60-316X -> usr/share/terminfo/i/ibm3163
--rw-r--r-- root/root usr/share/terminfo/w/wyse60-42 -> usr/share/terminfo/w/wy60-42
+-rw-r--r-- root/root usr/share/terminfo/w/wyse60-25
+-rw-r--r-- root/root usr/share/terminfo/w/wyse60-25-w -> usr/share/terminfo/w/wy60-25-w
+-rw-r--r-- root/root usr/share/terminfo/w/wyse60-316X
+-rw-r--r-- root/root usr/share/terminfo/w/wyse60-42
-rw-r--r-- root/root usr/share/terminfo/w/wyse60-42-w -> usr/share/terminfo/w/wy60-42-w
--rw-r--r-- root/root usr/share/terminfo/w/wyse60-43 -> usr/share/terminfo/w/wy60-43
+-rw-r--r-- root/root usr/share/terminfo/w/wyse60-43
-rw-r--r-- root/root usr/share/terminfo/w/wyse60-43-w -> usr/share/terminfo/w/wy60-43-w
--rw-r--r-- root/root usr/share/terminfo/w/wyse60-AT -> usr/share/terminfo/i/ibm5151
--rw-r--r-- root/root usr/share/terminfo/w/wyse60-PC -> usr/share/terminfo/i/ibmpc
--rw-r--r-- root/root usr/share/terminfo/w/wyse60-vb
--rw-r--r-- root/root usr/share/terminfo/w/wyse60-w
--rw-r--r-- root/root usr/share/terminfo/w/wyse60-wvb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse60-AT
+-rw-r--r-- root/root usr/share/terminfo/w/wyse60-PC
+-rw-r--r-- root/root usr/share/terminfo/w/wyse60-vb -> usr/share/terminfo/w/wy60-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse60-w -> usr/share/terminfo/w/wy60-w
+-rw-r--r-- root/root usr/share/terminfo/w/wyse60-wvb -> usr/share/terminfo/w/wy60-wvb
-rw-r--r-- root/root usr/share/terminfo/w/wyse75 -> usr/share/terminfo/w/wy75
--rw-r--r-- root/root usr/share/terminfo/w/wyse75-mc -> usr/share/terminfo/w/wy75-mc
--rw-r--r-- root/root usr/share/terminfo/w/wyse75-vb
--rw-r--r-- root/root usr/share/terminfo/w/wyse75-w
+-rw-r--r-- root/root usr/share/terminfo/w/wyse75-mc
+-rw-r--r-- root/root usr/share/terminfo/w/wyse75-vb -> usr/share/terminfo/w/wy75-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse75-w -> usr/share/terminfo/w/wy75-w
-rw-r--r-- root/root usr/share/terminfo/w/wyse75-wvb -> usr/share/terminfo/w/wy75-wvb
-rw-r--r-- root/root usr/share/terminfo/w/wyse75ap -> usr/share/terminfo/w/wy75ap
--rw-r--r-- root/root usr/share/terminfo/w/wyse85 -> usr/share/terminfo/w/wy85
--rw-r--r-- root/root usr/share/terminfo/w/wyse85-8bit
--rw-r--r-- root/root usr/share/terminfo/w/wyse85-vb
--rw-r--r-- root/root usr/share/terminfo/w/wyse85-w
+-rw-r--r-- root/root usr/share/terminfo/w/wyse85
+-rw-r--r-- root/root usr/share/terminfo/w/wyse85-8bit -> usr/share/terminfo/w/wy85-8bit
+-rw-r--r-- root/root usr/share/terminfo/w/wyse85-vb -> usr/share/terminfo/w/wy85-vb
+-rw-r--r-- root/root usr/share/terminfo/w/wyse85-w -> usr/share/terminfo/w/wy85-w
-rw-r--r-- root/root usr/share/terminfo/w/wyse85-wvb
-rw-r--r-- root/root usr/share/terminfo/w/wyse99gt -> usr/share/terminfo/w/wy99gt
-rw-r--r-- root/root usr/share/terminfo/w/wyse99gt-25 -> usr/share/terminfo/w/wy99gt-25
@@ -3717,26 +3717,26 @@ drwxr-xr-x root/root usr/share/terminfo/w/
-rw-r--r-- root/root usr/share/terminfo/w/wyse99gt-w -> usr/share/terminfo/w/wy99gt-w
-rw-r--r-- root/root usr/share/terminfo/w/wyse99gt-wvb -> usr/share/terminfo/w/wy99gt-w-vb
drwxr-xr-x root/root usr/share/terminfo/x/
--rw-r--r-- root/root usr/share/terminfo/x/x10term -> usr/share/terminfo/v/vs100-x10
+-rw-r--r-- root/root usr/share/terminfo/x/x10term
-rw-r--r-- root/root usr/share/terminfo/x/x10term+sl
--rw-r--r-- root/root usr/share/terminfo/x/x1700 -> usr/share/terminfo/d/diablo1740
--rw-r--r-- root/root usr/share/terminfo/x/x1700-lm -> usr/share/terminfo/6/630-lm
+-rw-r--r-- root/root usr/share/terminfo/x/x1700 -> usr/share/terminfo/x/xerox
+-rw-r--r-- root/root usr/share/terminfo/x/x1700-lm
-rw-r--r-- root/root usr/share/terminfo/x/x1720 -> usr/share/terminfo/x/x1750
-rw-r--r-- root/root usr/share/terminfo/x/x1750
-rw-r--r-- root/root usr/share/terminfo/x/x68k -> usr/share/terminfo/x/x68k-ite
-rw-r--r-- root/root usr/share/terminfo/x/x68k-ite
-rw-r--r-- root/root usr/share/terminfo/x/x820
--rw-r--r-- root/root usr/share/terminfo/x/xdku -> usr/share/terminfo/t/tws2103
--rw-r--r-- root/root usr/share/terminfo/x/xenix -> usr/share/terminfo/i/ibmpcx
--rw-r--r-- root/root usr/share/terminfo/x/xerox -> usr/share/terminfo/d/diablo1740
--rw-r--r-- root/root usr/share/terminfo/x/xerox-lm -> usr/share/terminfo/d/diablo1640-lm
+-rw-r--r-- root/root usr/share/terminfo/x/xdku
+-rw-r--r-- root/root usr/share/terminfo/x/xenix
+-rw-r--r-- root/root usr/share/terminfo/x/xerox
+-rw-r--r-- root/root usr/share/terminfo/x/xerox-lm
-rw-r--r-- root/root usr/share/terminfo/x/xerox1720 -> usr/share/terminfo/x/x1750
-rw-r--r-- root/root usr/share/terminfo/x/xerox820 -> usr/share/terminfo/x/x820
-rw-r--r-- root/root usr/share/terminfo/x/xfce
-rw-r--r-- root/root usr/share/terminfo/x/xgterm
-rw-r--r-- root/root usr/share/terminfo/x/xiterm
--rw-r--r-- root/root usr/share/terminfo/x/xl83 -> usr/share/terminfo/c/cyb83
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc -> usr/share/terminfo/d/darwin
+-rw-r--r-- root/root usr/share/terminfo/x/xl83
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc
-rw-r--r-- root/root usr/share/terminfo/x/xnuppc+100x37
-rw-r--r-- root/root usr/share/terminfo/x/xnuppc+112x37
-rw-r--r-- root/root usr/share/terminfo/x/xnuppc+128x40
@@ -3754,37 +3754,37 @@ drwxr-xr-x root/root usr/share/terminfo/x/
-rw-r--r-- root/root usr/share/terminfo/x/xnuppc+c
-rw-r--r-- root/root usr/share/terminfo/x/xnuppc+f
-rw-r--r-- root/root usr/share/terminfo/x/xnuppc+f2
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-100x37 -> usr/share/terminfo/d/darwin-100x37
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-100x37-m -> usr/share/terminfo/d/darwin-100x37-m
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-112x37 -> usr/share/terminfo/d/darwin-112x37
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-112x37-m -> usr/share/terminfo/d/darwin-112x37-m
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-128x40 -> usr/share/terminfo/d/darwin-128x40
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-128x40-m -> usr/share/terminfo/d/darwin-128x40-m
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-128x48 -> usr/share/terminfo/d/darwin-128x48
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-128x48-m -> usr/share/terminfo/d/darwin-128x48-m
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-144x48 -> usr/share/terminfo/d/darwin-144x48
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-144x48-m -> usr/share/terminfo/d/darwin-144x48-m
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-160x64 -> usr/share/terminfo/d/darwin-160x64
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-160x64-m -> usr/share/terminfo/d/darwin-160x64-m
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-200x64 -> usr/share/terminfo/d/darwin-200x64
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-200x64-m -> usr/share/terminfo/d/darwin-200x64-m
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-200x75 -> usr/share/terminfo/d/darwin-200x75
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-200x75-m -> usr/share/terminfo/d/darwin-200x75-m
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-256x96 -> usr/share/terminfo/d/darwin-256x96
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-256x96-m -> usr/share/terminfo/d/darwin-256x96-m
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-80x25 -> usr/share/terminfo/d/darwin-80x25
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-80x25-m -> usr/share/terminfo/d/darwin-80x25-m
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-80x30 -> usr/share/terminfo/d/darwin-80x30
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-80x30-m -> usr/share/terminfo/d/darwin-80x30-m
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-90x30 -> usr/share/terminfo/d/darwin-90x30
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-90x30-m -> usr/share/terminfo/d/darwin-90x30-m
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-b -> usr/share/terminfo/d/darwin-b
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-f -> usr/share/terminfo/d/darwin-f
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-f2 -> usr/share/terminfo/d/darwin-f2
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-m -> usr/share/terminfo/d/darwin-m
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-m-b -> usr/share/terminfo/d/darwin-m-b
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-m-f -> usr/share/terminfo/d/darwin-m-f
--rw-r--r-- root/root usr/share/terminfo/x/xnuppc-m-f2 -> usr/share/terminfo/d/darwin-m-f2
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-100x37
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-100x37-m
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-112x37
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-112x37-m
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-128x40
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-128x40-m
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-128x48
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-128x48-m
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-144x48
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-144x48-m
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-160x64
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-160x64-m
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-200x64
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-200x64-m
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-200x75
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-200x75-m
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-256x96
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-256x96-m
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-80x25
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-80x25-m
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-80x30
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-80x30-m
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-90x30
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-90x30-m
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-b
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-f
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-f2
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-m
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-m-b
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-m-f
+-rw-r--r-- root/root usr/share/terminfo/x/xnuppc-m-f2
-rw-r--r-- root/root usr/share/terminfo/x/xtalk
-rw-r--r-- root/root usr/share/terminfo/x/xterm
-rw-r--r-- root/root usr/share/terminfo/x/xterm+256color
@@ -3843,13 +3843,13 @@ drwxr-xr-x root/root usr/share/terminfo/x/
-rw-r--r-- root/root usr/share/terminfo/x/xterm-1005
-rw-r--r-- root/root usr/share/terminfo/x/xterm-1006
-rw-r--r-- root/root usr/share/terminfo/x/xterm-16color
--rw-r--r-- root/root usr/share/terminfo/x/xterm-24 -> usr/share/terminfo/v/vs100
+-rw-r--r-- root/root usr/share/terminfo/x/xterm-24 -> usr/share/terminfo/x/xterms
-rw-r--r-- root/root usr/share/terminfo/x/xterm-256color
-rw-r--r-- root/root usr/share/terminfo/x/xterm-88color
-rw-r--r-- root/root usr/share/terminfo/x/xterm-8bit
-rw-r--r-- root/root usr/share/terminfo/x/xterm-basic
-rw-r--r-- root/root usr/share/terminfo/x/xterm-bold
--rw-r--r-- root/root usr/share/terminfo/x/xterm-color -> usr/share/terminfo/n/nxterm
+-rw-r--r-- root/root usr/share/terminfo/x/xterm-color
-rw-r--r-- root/root usr/share/terminfo/x/xterm-direct
-rw-r--r-- root/root usr/share/terminfo/x/xterm-direct16
-rw-r--r-- root/root usr/share/terminfo/x/xterm-direct2
@@ -3881,43 +3881,43 @@ drwxr-xr-x root/root usr/share/terminfo/x/
-rw-r--r-- root/root usr/share/terminfo/x/xterm-xf86-v44
-rw-r--r-- root/root usr/share/terminfo/x/xterm-xfree86
-rw-r--r-- root/root usr/share/terminfo/x/xterm-xi
--rw-r--r-- root/root usr/share/terminfo/x/xterm.js -> usr/share/terminfo/v/vscode
+-rw-r--r-- root/root usr/share/terminfo/x/xterm.js
-rw-r--r-- root/root usr/share/terminfo/x/xterm1
-rw-r--r-- root/root usr/share/terminfo/x/xtermc
-rw-r--r-- root/root usr/share/terminfo/x/xtermm
--rw-r--r-- root/root usr/share/terminfo/x/xterms -> usr/share/terminfo/v/vs100
+-rw-r--r-- root/root usr/share/terminfo/x/xterms
-rw-r--r-- root/root usr/share/terminfo/x/xterms-sun
--rw-r--r-- root/root usr/share/terminfo/x/xwsh -> usr/share/terminfo/i/iris-color
+-rw-r--r-- root/root usr/share/terminfo/x/xwsh
drwxr-xr-x root/root usr/share/terminfo/z/
--rw-r--r-- root/root usr/share/terminfo/z/z-100
+-rw-r--r-- root/root usr/share/terminfo/z/z-100 -> usr/share/terminfo/z/z110
-rw-r--r-- root/root usr/share/terminfo/z/z-100bw -> usr/share/terminfo/z/z100bw
--rw-r--r-- root/root usr/share/terminfo/z/z100 -> usr/share/terminfo/z/z-100
+-rw-r--r-- root/root usr/share/terminfo/z/z100 -> usr/share/terminfo/z/z110
-rw-r--r-- root/root usr/share/terminfo/z/z100bw
--rw-r--r-- root/root usr/share/terminfo/z/z110 -> usr/share/terminfo/z/z-100
+-rw-r--r-- root/root usr/share/terminfo/z/z110
-rw-r--r-- root/root usr/share/terminfo/z/z110bw -> usr/share/terminfo/z/z100bw
-rw-r--r-- root/root usr/share/terminfo/z/z19
--rw-r--r-- root/root usr/share/terminfo/z/z29 -> usr/share/terminfo/z/zenith29
--rw-r--r-- root/root usr/share/terminfo/z/z29a
--rw-r--r-- root/root usr/share/terminfo/z/z29a-kc-bc -> usr/share/terminfo/z/z29a
+-rw-r--r-- root/root usr/share/terminfo/z/z29 -> usr/share/terminfo/z/z29b
+-rw-r--r-- root/root usr/share/terminfo/z/z29a -> usr/share/terminfo/z/z29a-kc-bc
+-rw-r--r-- root/root usr/share/terminfo/z/z29a-kc-bc
-rw-r--r-- root/root usr/share/terminfo/z/z29a-kc-uc
-rw-r--r-- root/root usr/share/terminfo/z/z29a-nkc-bc
-rw-r--r-- root/root usr/share/terminfo/z/z29a-nkc-uc
--rw-r--r-- root/root usr/share/terminfo/z/z29b -> usr/share/terminfo/z/zenith29
--rw-r--r-- root/root usr/share/terminfo/z/z30 -> usr/share/terminfo/z/zen30
+-rw-r--r-- root/root usr/share/terminfo/z/z29b
+-rw-r--r-- root/root usr/share/terminfo/z/z30
-rw-r--r-- root/root usr/share/terminfo/z/z340
-rw-r--r-- root/root usr/share/terminfo/z/z340-nam
--rw-r--r-- root/root usr/share/terminfo/z/z39-a -> usr/share/terminfo/z/z39a
--rw-r--r-- root/root usr/share/terminfo/z/z39a
+-rw-r--r-- root/root usr/share/terminfo/z/z39-a -> usr/share/terminfo/z/zenith39-ansi
+-rw-r--r-- root/root usr/share/terminfo/z/z39a -> usr/share/terminfo/z/zenith39-ansi
-rw-r--r-- root/root usr/share/terminfo/z/z50 -> usr/share/terminfo/z/zen50
--rw-r--r-- root/root usr/share/terminfo/z/z8001 -> usr/share/terminfo/z/zen8001
--rw-r--r-- root/root usr/share/terminfo/z/zen30
+-rw-r--r-- root/root usr/share/terminfo/z/z8001
+-rw-r--r-- root/root usr/share/terminfo/z/zen30 -> usr/share/terminfo/z/z30
-rw-r--r-- root/root usr/share/terminfo/z/zen50
--rw-r--r-- root/root usr/share/terminfo/z/zen8001
+-rw-r--r-- root/root usr/share/terminfo/z/zen8001 -> usr/share/terminfo/z/z8001
-rw-r--r-- root/root usr/share/terminfo/z/zenith -> usr/share/terminfo/z/z19
--rw-r--r-- root/root usr/share/terminfo/z/zenith29
--rw-r--r-- root/root usr/share/terminfo/z/zenith39-a -> usr/share/terminfo/z/z39a
--rw-r--r-- root/root usr/share/terminfo/z/zenith39-ansi -> usr/share/terminfo/z/z39a
--rw-r--r-- root/root usr/share/terminfo/z/zt-1 -> usr/share/terminfo/z/ztx
--rw-r--r-- root/root usr/share/terminfo/z/ztx
--rw-r--r-- root/root usr/share/terminfo/z/ztx-1-a -> usr/share/terminfo/z/ztx
--rw-r--r-- root/root usr/share/terminfo/z/ztx11 -> usr/share/terminfo/z/ztx
+-rw-r--r-- root/root usr/share/terminfo/z/zenith29 -> usr/share/terminfo/z/z29b
+-rw-r--r-- root/root usr/share/terminfo/z/zenith39-a -> usr/share/terminfo/z/zenith39-ansi
+-rw-r--r-- root/root usr/share/terminfo/z/zenith39-ansi
+-rw-r--r-- root/root usr/share/terminfo/z/zt-1 -> usr/share/terminfo/z/ztx11
+-rw-r--r-- root/root usr/share/terminfo/z/ztx -> usr/share/terminfo/z/ztx11
+-rw-r--r-- root/root usr/share/terminfo/z/ztx-1-a -> usr/share/terminfo/z/ztx11
+-rw-r--r-- root/root usr/share/terminfo/z/ztx11
diff --git a/repos/extra/ncurses/abuild b/repos/extra/ncurses/abuild
index ee431684..02a0e199 100644
--- a/repos/extra/ncurses/abuild
+++ b/repos/extra/ncurses/abuild
@@ -1,6 +1,6 @@
name=ncurses
version=6.5
-release=1
+release=2
source="https://invisible-mirror.net/archives/$name/$name-$version.tar.gz"
build_opt="--without-debug
--with-shared
@@ -12,14 +12,10 @@ build_opt="--without-debug
postbuild() {
# Create libtinfo symlinks.
- ln -sf $PKG/usr/lib/libncursesw.so \
- $PKG/usr/lib/libtinfo.so
- ln -sf $PKG/lib/libncursesw.so.${version} \
- $PKG/usr/lib/libtinfo.so.${version}
- ln -sf $PKG/usr/lib/libtinfo.so.${version} \
- $PKG/usr/lib/libtinfo.so.6
- ln -sf $PKG/usr/lib/pkgconfig/ncursesw.pc \
- $PKG/usr/lib/pkgconfig/tinfo.pc
+ ln -sf libncursesw.so $PKG/usr/lib/libtinfo.so
+ ln -sf libncursesw.so.${version} $PKG/usr/lib/libtinfo.so.${version}
+ ln -sf libtinfo.so.${version} $PKG/usr/lib/libtinfo.so.6
+ ln -sf ncursesw.pc $PKG/usr/lib/pkgconfig/tinfo.pc
for lib in ncurses form panel menu ; do
rm -vf $PKG/usr/lib/lib${lib}.so
echo "INPUT(-l${lib}w)" > $PKG/usr/lib/lib${lib}.so
diff --git a/repos/extra/rust/abuild b/repos/extra/rust/abuild
index 27083d62..e043c8e4 100644
--- a/repos/extra/rust/abuild
+++ b/repos/extra/rust/abuild
@@ -29,51 +29,51 @@ build() {
sed -i 's/\("files":{\)[^}]*/\1/' vendor/curl-sys/.cargo-checksum.json
cat > config.toml <<EOF
- [llvm]
- link-shared = true
-
- [build]
- build = "$_tuplet"
- host = [ "$_tuplet" ]
- target = [ "$_tuplet" ]
-
- docs = false
- compiler-docs = false
- extended = true
- submodules = false
- python = "python3"
- locked-deps = true
- vendor = true
- tools = [ "cargo", "rustfmt" ]
- sanitizers = false
- profiler = false
- full-bootstrap = false
-
- [install]
- prefix = "/usr"
-
- [target.$_tuplet]
- llvm-config = "/usr/bin/llvm-config"
- crt-static = false
- sanitizers = false
-
- [dist]
- src-tarball = false
-
- [rust]
- backtrace = false
- channel = "stable"
- codegen-tests = false
- codegen-units-std = 1
- codegen-units = 0
- debug = false
- debug-assertions = false
- debuginfo-level = 0
- incremental = false
- jemalloc = false
- rpath = false
- dist-src = false
- EOF
+[llvm]
+link-shared = true
+
+[build]
+build = "$_tuplet"
+host = [ "$_tuplet" ]
+target = [ "$_tuplet" ]
+
+docs = false
+compiler-docs = false
+extended = true
+submodules = false
+python = "python3"
+locked-deps = true
+vendor = true
+tools = [ "cargo", "rustfmt" ]
+sanitizers = false
+profiler = false
+full-bootstrap = false
+
+[install]
+prefix = "/usr"
+
+[target.$_tuplet]
+llvm-config = "/usr/bin/llvm-config"
+crt-static = false
+sanitizers = false
+
+[dist]
+src-tarball = false
+
+[rust]
+backtrace = false
+channel = "stable"
+codegen-tests = false
+codegen-units-std = 1
+codegen-units = 0
+debug = false
+debug-assertions = false
+debuginfo-level = 0
+incremental = false
+jemalloc = false
+rpath = false
+dist-src = false
+EOF
mkdir "$SRC/rust"
export RUST_BACKTRACE=1
diff --git a/repos/extra/slang/.files b/repos/extra/slang/.files
index 716a06c5..76d2fc75 100644
--- a/repos/extra/slang/.files
+++ b/repos/extra/slang/.files
@@ -23,7 +23,6 @@ drwxr-xr-x root/root usr/lib/slang/v2/modules/
-rwxr-xr-x root/root usr/lib/slang/v2/modules/histogram-module.so
-rwxr-xr-x root/root usr/lib/slang/v2/modules/iconv-module.so
-rwxr-xr-x root/root usr/lib/slang/v2/modules/json-module.so
--rwxr-xr-x root/root usr/lib/slang/v2/modules/pcre-module.so
-rwxr-xr-x root/root usr/lib/slang/v2/modules/png-module.so
-rwxr-xr-x root/root usr/lib/slang/v2/modules/rand-module.so
-rwxr-xr-x root/root usr/lib/slang/v2/modules/select-module.so