diff options
author | scw <scw@pkgsrc.org> | 2001-02-09 14:25:48 +0000 |
---|---|---|
committer | scw <scw@pkgsrc.org> | 2001-02-09 14:25:48 +0000 |
commit | cc59bf2a5d38aad9acaab4d5c306f04742dc601b (patch) | |
tree | b681f9e9fe352e7b63dbe76a02833308531f1ffa /sysutils/tits | |
parent | 76e182323e04e4ef10a19c294d72891844831b4e (diff) | |
download | pkgsrc-cc59bf2a5d38aad9acaab4d5c306f04742dc601b.tar.gz |
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.
Diffstat (limited to 'sysutils/tits')
-rw-r--r-- | sysutils/tits/Makefile | 24 | ||||
-rw-r--r-- | sysutils/tits/files/md5 | 3 | ||||
-rw-r--r-- | sysutils/tits/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/tits/pkg/DESCR | 8 | ||||
-rw-r--r-- | sysutils/tits/pkg/PLIST | 5 |
5 files changed, 41 insertions, 0 deletions
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 |