summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ham/Makefile6
-rw-r--r--ham/pkg/COMMENT1
-rw-r--r--ham/tfkiss/Makefile14
-rw-r--r--ham/tfkiss/files/md53
-rw-r--r--ham/tfkiss/pkg/COMMENT1
-rw-r--r--ham/tfkiss/pkg/DESCR16
-rw-r--r--ham/tfkiss/pkg/MESSAGE15
-rw-r--r--ham/tfkiss/pkg/PLIST13
-rw-r--r--ham/tnt/Makefile19
-rw-r--r--ham/tnt/files/md53
-rw-r--r--ham/tnt/pkg/COMMENT1
-rw-r--r--ham/tnt/pkg/DESCR21
-rw-r--r--ham/tnt/pkg/MESSAGE15
-rw-r--r--ham/tnt/pkg/PLIST57
14 files changed, 185 insertions, 0 deletions
diff --git a/ham/Makefile b/ham/Makefile
new file mode 100644
index 00000000000..3ee2ad2d763
--- /dev/null
+++ b/ham/Makefile
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/06/06 19:31:41 frueauf Exp $
+#
+ SUBDIR += tfkiss
+ SUBDIR += tnt
+
+.include "../mk/bsd.pkg.subdir.mk"
diff --git a/ham/pkg/COMMENT b/ham/pkg/COMMENT
new file mode 100644
index 00000000000..d0ec5202dfa
--- /dev/null
+++ b/ham/pkg/COMMENT
@@ -0,0 +1 @@
+amateur packet radio tools.
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
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile
new file mode 100644
index 00000000000..5598d60cb16
--- /dev/null
+++ b/ham/tnt/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/06/06 19:31:42 frueauf Exp $
+#
+
+DISTNAME= tnt1.9-pre3
+PKGNAME= tnt-1.9pre3
+CATEGORIES= ham
+MASTER_SITES= ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/tnt/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= wulf@ping.net.au
+HOMEPAGE= http://excelsior.kullen.rwth-aachen.de
+
+DEPENDS= dialog-0.6z:../../misc/dialog \
+ ncurses-1.9.9g:../../devel/ncurses
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/ham/tnt/files/md5 b/ham/tnt/files/md5
new file mode 100644
index 00000000000..529568124e6
--- /dev/null
+++ b/ham/tnt/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/06/06 19:31:42 frueauf Exp $
+
+MD5 (tnt1.9-pre3.tgz) = 90af9510ac4aec88e131a484e288f1b8
diff --git a/ham/tnt/pkg/COMMENT b/ham/tnt/pkg/COMMENT
new file mode 100644
index 00000000000..67aa2f4a91d
--- /dev/null
+++ b/ham/tnt/pkg/COMMENT
@@ -0,0 +1 @@
+a amateur packet radio terminal program for TNC2, AEA PK232 and PK88.
diff --git a/ham/tnt/pkg/DESCR b/ham/tnt/pkg/DESCR
new file mode 100644
index 00000000000..d9d83a68477
--- /dev/null
+++ b/ham/tnt/pkg/DESCR
@@ -0,0 +1,21 @@
+About Packet Radio and TNT
+
+Packet-Radio is a special mode used by Radio Amateurs to transfer text and
+data over a radio link. Packet-Radio, as the name suggests, is packet
+orientated and uses the AX.25-protocol, a special version of X.25
+to fit Ham Radio needs.
+
+The interface between the radio transceiver and terminal/PC is called
+a Terminal Node Controller (TNC). It implements the AX.25 Protocol and
+consists of a micro-controller, a radio modem and RS232 interface.
+
+Special firmware such as WA8DED-Software and 'The Firmware' by NORD><LINK,
+which is available for most TNC's, make use of the hostmode protocol via
+the RS232-interface. The advantage of the hostmode is that it gives a
+PC control over the TNC. It allows applications to implement features
+which are not available in terminal mode.
+
+TNT (TNc Terminalprogram) is a terminal program which takes advantage
+of the hostmode protocol implementing features such as virtual screens
+for multiple traffic channels and various interfaces to other software
+packages such as tfkiss, dpbox and much more.
diff --git a/ham/tnt/pkg/MESSAGE b/ham/tnt/pkg/MESSAGE
new file mode 100644
index 00000000000..08319db0b0b
--- /dev/null
+++ b/ham/tnt/pkg/MESSAGE
@@ -0,0 +1,15 @@
+/***************************************************************************
+* *
+* The installation of tnt 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 any future *
+* installation or de-installation of tnt!!! *
+* *
+***************************************************************************/
diff --git a/ham/tnt/pkg/PLIST b/ham/tnt/pkg/PLIST
new file mode 100644
index 00000000000..85667d6ef04
--- /dev/null
+++ b/ham/tnt/pkg/PLIST
@@ -0,0 +1,57 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/06 19:31:42 frueauf Exp $
+bin/tnt
+bin/tntc
+include/tntrun.h
+sbin/tnt_setup
+share/tnt/conf/autostrt.tnt
+share/tnt/conf/boxender.tnt
+share/tnt/conf/ctext.tnt
+share/tnt/conf/extrem.tnt
+share/tnt/conf/f6fbb.box
+share/tnt/conf/fkeys.tnt
+share/tnt/conf/flchk.tnt
+share/tnt/conf/names.tnt
+share/tnt/conf/netpass.tnt
+share/tnt/conf/news.tnt
+share/tnt/conf/norem.tnt
+share/tnt/conf/notown.tnt
+share/tnt/conf/pw.tnt
+share/tnt/conf/qtext.tnt
+share/tnt/conf/routes.tnt
+share/tnt/conf/sounds.tnt
+share/tnt/conf/sys.tnt
+share/tnt/conf/telltexte.tnt
+share/tnt/conf/termcap.tnt
+share/tnt/conf/tnt.dwn
+share/tnt/conf/tnt.ini
+share/tnt/conf/tntc.ini
+share/tnt/conf/tnt.up
+share/tnt/conf/tntrem.inf
+share/tnt/sounds/connect.au
+share/tnt/sounds/disc.au
+share/tnt/sounds/reset.au
+share/tnt/sounds/busy.au
+share/tnt/sounds/failure.au
+share/tnt/sounds/play
+share/tnt/sounds/ring.au
+share/tnt/doc/CHANGES
+share/tnt/doc/COPYING
+share/tnt/doc/FILES
+share/tnt/doc/ax25krnl.doc
+share/tnt/doc/iface.doc
+share/tnt/doc/tnt.doc
+share/tnt/doc/tnt.hlp
+share/tnt/doc/tntdoc.html
+share/tnt/doc/tntdoc.texinfo
+share/tnt/doc/tntrem.hlp
+share/tnt/doc/Readme1
+share/tnt/doc/Readme2
+share/tnt/doc/Readme3
+share/tnt/doc/Readme4
+share/tnt/doc/Readme5
+share/tnt/doc/Readme6
+@dirrm share/tnt/conf
+@dirrm share/tnt/doc
+@dirrm share/tnt/sounds
+@dirrm share/tnt
+@unexec rm -rf /var/spool/tnt