diff options
author | jkh <jkh@FreeBSD.org> | 1996-08-24 18:46:57 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-08-24 18:46:57 +0000 |
commit | 7db3007db66b7cb921bbe320ba3e63b4a9c8783b (patch) | |
tree | 5cf6738fcd74c5d7db64b7642331f6efbed8e56a /sysutils | |
parent | a2e5201d17aea042e326b279cfa21fedb1f0ae83 (diff) | |
download | FreeBSD-ports-7db3007db66b7cb921bbe320ba3e63b4a9c8783b.zip FreeBSD-ports-7db3007db66b7cb921bbe320ba3e63b4a9c8783b.tar.gz |
rtty 3.2
Obtained from: Paul Vixie
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rtty/Makefile | 19 | ||||
-rw-r--r-- | sysutils/rtty/distinfo | 1 | ||||
-rw-r--r-- | sysutils/rtty/files/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 | 1 |
6 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile new file mode 100644 index 0000000..0fe0f43 --- /dev/null +++ b/sysutils/rtty/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: rtty +# Version required: 3.2 +# Date created: 24 Aug 1996 +# Whom: jkh +# +# Author: Paul Vixie / Internet Software Consortium +# +# $Id: Makefile,v 1.1.1.1 1996/08/08 01:56:39 jkh Exp $ +# + +DISTNAME= rtty-3.2 +CATEGORIES+= sysutils +MASTER_SITES= ftp://ftp.vix.com/pub/vixie/ + +MAINTAINER= jkh@FreeBSD.org + +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> diff --git a/sysutils/rtty/distinfo b/sysutils/rtty/distinfo new file mode 100644 index 0000000..a2e1eb7 --- /dev/null +++ b/sysutils/rtty/distinfo @@ -0,0 +1 @@ +MD5 (rtty-3.2.tar.gz) = cb16df2f8eed6f1d97cd9ef125e056e3 diff --git a/sysutils/rtty/files/patch-aa b/sysutils/rtty/files/patch-aa new file mode 100644 index 0000000..79fd833 --- /dev/null +++ b/sysutils/rtty/files/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 0000000..02c4eb1 --- /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 0000000..650e3fc --- /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 0000000..34b0a4a --- /dev/null +++ b/sysutils/rtty/pkg-plist @@ -0,0 +1 @@ +rtty |