diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-06-06 19:31:41 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-06-06 19:31:41 +0000 |
commit | 5707e46334a18a7fe3d5818b4c330dcfa4274bd0 (patch) | |
tree | b138dce1a9dbf85bd3cf8102802853f2c65b4520 /ham/tfkiss | |
parent | 47472bf1f718fb2e9766b6421a2a91491d4c25c5 (diff) | |
download | pkgsrc-5707e46334a18a7fe3d5818b4c330dcfa4274bd0.tar.gz |
Add category ham for amateur packet radio tools.
Initialy import tnt-1.9pre3, a amateur packet radio terminal program for TNC2,
AEA PK232 and PK88, and tfkiss-1.0.5, a software implementation of TheFirmware
for use with TNT.
Provided in pr 7432 and 7459 by Berndt Josef Wulf <wulf@ping.net.au>.
Diffstat (limited to 'ham/tfkiss')
-rw-r--r-- | ham/tfkiss/Makefile | 14 | ||||
-rw-r--r-- | ham/tfkiss/files/md5 | 3 | ||||
-rw-r--r-- | ham/tfkiss/pkg/COMMENT | 1 | ||||
-rw-r--r-- | ham/tfkiss/pkg/DESCR | 16 | ||||
-rw-r--r-- | ham/tfkiss/pkg/MESSAGE | 15 | ||||
-rw-r--r-- | ham/tfkiss/pkg/PLIST | 13 |
6 files changed, 62 insertions, 0 deletions
diff --git a/ham/tfkiss/Makefile b/ham/tfkiss/Makefile new file mode 100644 index 00000000000..a2a30618538 --- /dev/null +++ b/ham/tfkiss/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/06/06 19:31:41 frueauf Exp $ +# + +DISTNAME= tfkiss-1.0.5 +CATEGORIES= ham +MASTER_SITES= ftp://ftp.ping.net.au/pub/unix/ham/ + +MAINTAINER= wulf@ping.net.au +HOMEPAGE= http://www.bfl.at/mayer/ham + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/ham/tfkiss/files/md5 b/ham/tfkiss/files/md5 new file mode 100644 index 00000000000..8ec7aa35daa --- /dev/null +++ b/ham/tfkiss/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/06/06 19:31:42 frueauf Exp $ + +MD5 (tfkiss-1.0.5.tar.gz) = b96abea40287f92e23dd6ca08c34d7a7 diff --git a/ham/tfkiss/pkg/COMMENT b/ham/tfkiss/pkg/COMMENT new file mode 100644 index 00000000000..87df67a5a1f --- /dev/null +++ b/ham/tfkiss/pkg/COMMENT @@ -0,0 +1 @@ +a software implementation of TheFirmware for use with TNT. diff --git a/ham/tfkiss/pkg/DESCR b/ham/tfkiss/pkg/DESCR new file mode 100644 index 00000000000..8e586ba9fc4 --- /dev/null +++ b/ham/tfkiss/pkg/DESCR @@ -0,0 +1,16 @@ +TNT, the hostmode terminal program needs a TNC with TheFirmware connected +on a serial interface. There are some applications, where other +configurations are needed: +- The TNC or PR-controller software is not compatible to TheFirmware and + its hostmode, but does support KISS mode +- The interface is not on a HF-frequency, but a TCP/IP-based network + (local net or internet) +- TNT together with DPBox shall be used directly connected to a digipeater + using KISS mode (hopefully with CRC) as interface + +To handle these applications, TFKISS was written. It is in fact a port +of the original TheFirmware by NORD><LINK, written for TNC2-hardware. +The low level interfaces were changed and adapted to Linux. On the +radio side a KISS- and an AXIP-interface take the place of the HDLC/modem +interface. The host connection is changed to a direct console interface (for +terminal mode) and a socket interface (for TNT). diff --git a/ham/tfkiss/pkg/MESSAGE b/ham/tfkiss/pkg/MESSAGE new file mode 100644 index 00000000000..c6c7d1fbdc2 --- /dev/null +++ b/ham/tfkiss/pkg/MESSAGE @@ -0,0 +1,15 @@ +/*************************************************************************** +* * +* The installation of tfkiss is now completed. Please read * +* the documentation provided with this package carefully and * +* edit all configuration files to reflect your system setup! * +* * +* * +* IMPORTANT NOTE: * +* =============== * +* * +* Make a backup of all your configuration and log files as * +* they will be overwritten or deleted during the installation * +* or de-installation of tfkiss!!! * +* * +***************************************************************************/ diff --git a/ham/tfkiss/pkg/PLIST b/ham/tfkiss/pkg/PLIST new file mode 100644 index 00000000000..add97f69849 --- /dev/null +++ b/ham/tfkiss/pkg/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/06 19:31:42 frueauf Exp $ +sbin/tfkiss +share/tfkiss/doc/alas.eng +share/tfkiss/doc/alas.txt +share/tfkiss/doc/copyrght.txt +share/tfkiss/doc/rfc1226 +share/tfkiss/doc/tfkiss.doc +share/tfkiss/conf/tfkiss.ini +share/tfkiss/conf/tfkiss.cfg +@unexec rm -f %D/share/tfkiss/conf/tfkiss.par +@dirrm share/tfkiss/doc +@dirrm share/tfkiss/conf +@dirrm share/tfkiss |