summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorscw <scw>2001-02-09 14:25:48 +0000
committerscw <scw>2001-02-09 14:25:48 +0000
commit5cf1e2dc35d7e3e3ec0ec3c3d4eb798d797e07d6 (patch)
treeb681f9e9fe352e7b63dbe76a02833308531f1ffa /sysutils
parentd8c6b879d1713a0df6505475499699c8dfbda396 (diff)
downloadpkgsrc-5cf1e2dc35d7e3e3ec0ec3c3d4eb798d797e07d6.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')
-rw-r--r--sysutils/tits/Makefile24
-rw-r--r--sysutils/tits/files/md53
-rw-r--r--sysutils/tits/pkg/COMMENT1
-rw-r--r--sysutils/tits/pkg/DESCR8
-rw-r--r--sysutils/tits/pkg/PLIST5
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