diff options
author | agc <agc@pkgsrc.org> | 1997-10-29 11:11:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-10-29 11:11:15 +0000 |
commit | 80f8f6c0ba494c3e72b15880223ec62b4d86c31e (patch) | |
tree | 11209c0a12c5f252c44a5c8c0336765cd5593491 /sysutils | |
parent | 0cf5d0434ed8d0ad68801dd216d77f0cde62294a (diff) | |
download | pkgsrc-80f8f6c0ba494c3e72b15880223ec62b4d86c31e.tar.gz |
Initial import of Paul Vixie's rtty software, from the FreeBSD ports
collection, into the NetBSD package system.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rtty/Makefile | 17 | ||||
-rw-r--r-- | sysutils/rtty/files/md5 | 1 | ||||
-rw-r--r-- | sysutils/rtty/patches/patch-aa | 13 | ||||
-rw-r--r-- | sysutils/rtty/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/rtty/pkg/DESCR | 5 | ||||
-rw-r--r-- | sysutils/rtty/pkg/PLIST | 13 |
6 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile new file mode 100644 index 00000000000..64ef85e50bb --- /dev/null +++ b/sysutils/rtty/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: rtty +# Version required: 3.2 +# Date created: 24 Aug 1996 +# Whom: jkh +# +# Author: Paul Vixie / Internet Software Consortium +# +# FreeBSD Id: Makefile,v 1.3 1997/01/06 12:13:36 jkh Exp +# + +DISTNAME= rtty-3.2 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.vix.com/pub/vixie/ + +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> diff --git a/sysutils/rtty/files/md5 b/sysutils/rtty/files/md5 new file mode 100644 index 00000000000..a2e1eb7cb35 --- /dev/null +++ b/sysutils/rtty/files/md5 @@ -0,0 +1 @@ +MD5 (rtty-3.2.tar.gz) = cb16df2f8eed6f1d97cd9ef125e056e3 diff --git a/sysutils/rtty/patches/patch-aa b/sysutils/rtty/patches/patch-aa new file mode 100644 index 00000000000..79fd83320fc --- /dev/null +++ b/sysutils/rtty/patches/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.orig Fri Aug 23 16:46:42 1996 ++++ Makefile Sat Aug 24 02:14:12 1996 +@@ -38,8 +38,8 @@ + CDEFS = -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_STRDUP -UNEED_INET_ATON \ + -UNO_SOCKADDR_LEN -UNO_HSTRERROR + # +-CFLAGS = $(CDEBUG) $(CDEFS) -I/usr/local/include +-LIBS = ++CFLAGS = $(CDEBUG) $(CDEFS) ++LIBS = -lcrypt + #(if WANT_TCPIP defined and this isn't in your libc) + # -lresolv + #(if the resolver needs it, which BIND>=4.9's will on BSD>=4.4 systems) diff --git a/sysutils/rtty/pkg/COMMENT b/sysutils/rtty/pkg/COMMENT new file mode 100644 index 00000000000..02c4eb1a08b --- /dev/null +++ b/sysutils/rtty/pkg/COMMENT @@ -0,0 +1 @@ +multiuser "tip"/"cu" replacement with logging diff --git a/sysutils/rtty/pkg/DESCR b/sysutils/rtty/pkg/DESCR new file mode 100644 index 00000000000..650e3fcb640 --- /dev/null +++ b/sysutils/rtty/pkg/DESCR @@ -0,0 +1,5 @@ +Rtty is "remote tty" (not radioteletype). You run a server per port +and then connect to that server from any number of "tip"/"cu"-like +clients. I wrote it for our console concentrator, but there's no +reason other than performance why you couldn't use it to drive modems, +printers, prom programmers, and so on. diff --git a/sysutils/rtty/pkg/PLIST b/sysutils/rtty/pkg/PLIST new file mode 100644 index 00000000000..572e64af6ce --- /dev/null +++ b/sysutils/rtty/pkg/PLIST @@ -0,0 +1,13 @@ +rtty/bin/ttysrv +rtty/bin/rtty +rtty/bin/locbrok +rtty/bin/Startup +rtty/bin/console +rtty/bin/startsrv +rtty/bin/agelogs +rtty/bin/agelog +rtty/dev +rtty/sock +rtty/log +rtty/pid +rtty/opt |