From 5cf1e2dc35d7e3e3ec0ec3c3d4eb798d797e07d6 Mon Sep 17 00:00:00 2001 From: scw Date: Fri, 9 Feb 2001 14:25:48 +0000 Subject: Import of a "Tiny Terminal Server". `Tits' implements a fairly simple Terminal Server which allows clients to connect, using telnet(1), to serial ports on the host. --- sysutils/tits/Makefile | 24 ++++++++++++++++++++++++ sysutils/tits/files/md5 | 3 +++ sysutils/tits/pkg/COMMENT | 1 + sysutils/tits/pkg/DESCR | 8 ++++++++ sysutils/tits/pkg/PLIST | 5 +++++ 5 files changed, 41 insertions(+) create mode 100644 sysutils/tits/Makefile create mode 100644 sysutils/tits/files/md5 create mode 100644 sysutils/tits/pkg/COMMENT create mode 100644 sysutils/tits/pkg/DESCR create mode 100644 sysutils/tits/pkg/PLIST (limited to 'sysutils') diff --git a/sysutils/tits/Makefile b/sysutils/tits/Makefile new file mode 100644 index 00000000000..faf587e4a5e --- /dev/null +++ b/sysutils/tits/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/09 14:25:48 scw Exp $ +# + +DISTNAME= tits-1.0 +CATEGORIES= sysutils +MASTER_SITES= http://www.wee-eck.demon.co.uk/ + +MAINTAINER= scw@netbsd.org +#HOMEPAGE= + +BINDIR= ${PREFIX}/sbin +MANDIR= ${PREFIX}/man +MAKE_ENV+= BINDIR=${BINDIR} MANDIR=${MANDIR} + +MANCOMPRESSED_IF_MANZ= yes + +post-patch: + ${MV} ${WRKSRC}/tits.8 ${WRKSRC}/tits.8.in + ${SED} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8.in > ${WRKSRC}/tits.8 + +post-install: + ${BSD_INSTALL_DATA} ${WRKSRC}/tits.conf ${PREFIX}/share/examples/ + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/tits/files/md5 b/sysutils/tits/files/md5 new file mode 100644 index 00000000000..db440021b9f --- /dev/null +++ b/sysutils/tits/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/02/09 14:25:48 scw Exp $ + +MD5 (tits-1.0.tar.gz) = c2b355ab8416461b652236d75603ccd8 diff --git a/sysutils/tits/pkg/COMMENT b/sysutils/tits/pkg/COMMENT new file mode 100644 index 00000000000..e295a0b2c06 --- /dev/null +++ b/sysutils/tits/pkg/COMMENT @@ -0,0 +1 @@ +server which provides telnet(1) access to one or more tty ports diff --git a/sysutils/tits/pkg/DESCR b/sysutils/tits/pkg/DESCR new file mode 100644 index 00000000000..919f6cb9b91 --- /dev/null +++ b/sysutils/tits/pkg/DESCR @@ -0,0 +1,8 @@ +The tits command is a server process which provides telnet(1) access +to one or more tty ports as specified in config-file (or +/etc/tits.conf if no configuration file is specified on the command +line). + +Any number of telnet(1) clients may connect to a single tits port. +Each client will see exactly the same output as well as being able to +send keystrokes simultaneously. diff --git a/sysutils/tits/pkg/PLIST b/sysutils/tits/pkg/PLIST new file mode 100644 index 00000000000..6d36c125377 --- /dev/null +++ b/sysutils/tits/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/09 14:25:48 scw Exp $ +share/examples/tits.conf +sbin/tits +man/man8/tits.8 +man/cat8/tits.0 -- cgit v1.2.3