termcap-compat-1.2.3/ termcap-compat-1.2.3/ChangeLog termcap-compat-1.2.3/Makefile termcap-compat-1.2.3/README termcap-compat-1.2.3/termcap.c termcap-compat-1.2.3/termcap.h termcap-compat-1.2.3/termcap.info termcap-compat-1.2.3/termcap.info-1 termcap-compat-1.2.3/termcap.info-2 termcap-compat-1.2.3/termcap.info-3 termcap-compat-1.2.3/termcap.info-4 termcap-compat-1.2.3/termcap.texi termcap-compat-1.2.3/texinfo.tex termcap-compat-1.2.3/tparam.c termcap-compat-1.2.3/debian/ termcap-compat-1.2.3/debian/copyright termcap-compat-1.2.3/debian/changelog termcap-compat-1.2.3/debian/conffiles termcap-compat-1.2.3/debian/control termcap-compat-1.2.3/debian/postrm termcap-compat-1.2.3/debian/preinst termcap-compat-1.2.3/debian/rules termcap-compat-1.2.3/debian/postinst termcap-compat-1.2.3/debian/prerm termcap-compat-1.2.3/version.c termcap-compat-1.2.3/termtypes.tc termcap-compat-1.2.3/termtypes.tc~ Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./tparam.c.orig Thu Feb 14 17:10:50 2002 |+++ ./tparam.c Thu Feb 14 17:11:13 2002 -------------------------- Patching file tparam.c using Plan A... Hunk #1 succeeded at 24. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- termcap.h.orig Tue May 9 18:54:56 2000 |+++ termcap.h Tue May 9 19:25:08 2000 -------------------------- Patching file termcap.h using Plan A... Hunk #1 succeeded at 34. Hunk #2 succeeded at 48. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./termcap.c.orig 1999-10-26 19:44:37.000000000 -0700 |+++ ./termcap.c 2003-01-03 14:22:13.000000000 -0800 -------------------------- Patching file termcap.c using Plan A... Hunk #1 succeeded at 43. done if [ ! -d pic ]; then mkdir pic; fi gcc -fPIC -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -M termcap.c tparam.c version.c | \ sed -e 's,^[ ]*\(.*\.o\)[ ]*:,\1 pic/\1:,' > .depend gcc -fPIC -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -c termcap.c gcc -fPIC -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -c tparam.c gcc -fPIC -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -c version.c gcc -fPIC -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -fPIC -c version.c -o pic/version.o gcc -fPIC -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -fPIC -c tparam.c -o pic/tparam.o gcc -fPIC -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -fPIC -c termcap.c -o pic/termcap.o ar ucvr libtermcap.a termcap.o tparam.o version.o cd pic; \ gcc -lc -shared -o ../libtermcap.so.2.0.8 -Wl,-soname,libtermcap.so.2 termcap.o tparam.o version.o a - termcap.o a - tparam.o a - version.o Slackware package maker, version 3.14159. Searching for symbolic links: lib64/libtermcap.so.2 -> libtermcap.so.2.0.8 usr/lib64/libtermcap.so -> /lib64/libtermcap.so.2.0.8 Making symbolic link creation script: ( cd lib64 ; rm -rf libtermcap.so.2 ) ( cd lib64 ; ln -sf libtermcap.so.2.0.8 libtermcap.so.2 ) ( cd usr/lib64 ; rm -rf libtermcap.so ) ( cd usr/lib64 ; ln -sf /lib64/libtermcap.so.2.0.8 libtermcap.so ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed `./lib64/libtermcap.so.2' removed `./usr/lib64/libtermcap.so' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /tmp/libtermcap-1.2.3-sparc64-7.txz ./ install/ install/doinst.sh install/slack-desc lib64/ lib64/libtermcap.so.2.0.8 usr/ usr/doc/ usr/doc/termcap-1.2.3/ usr/doc/termcap-1.2.3/ChangeLog usr/doc/termcap-1.2.3/README usr/doc/termcap-1.2.3/changelog usr/lib64/ usr/lib64/libtermcap.a usr/include/ usr/include/termcap.h usr/info/ usr/info/termcap.info-2.gz usr/info/termcap.info-4.gz usr/info/termcap.info.gz usr/info/termcap.info-3.gz usr/info/termcap.info-1.gz Slackware package /tmp/libtermcap-1.2.3-sparc64-7.txz created.