diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-24 18:46:57 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-24 18:46:57 +0000 |
commit | 0372ef5da9de2da7ddb974242e56abfcfdf28830 (patch) | |
tree | ea8c1fc6e3cfef2706fab6f943cc82046aa01151 | |
parent | Adding new port of gimp! (diff) |
rtty 3.2
Obtained from: Paul Vixie
Notes
Notes:
svn path=/head/; revision=3696
-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 000000000000..0fe0f43f78c2 --- /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 000000000000..a2e1eb7cb35b --- /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 000000000000..79fd83320fcf --- /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 000000000000..02c4eb1a08b0 --- /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 000000000000..650e3fcb6406 --- /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 000000000000..34b0a4ad06db --- /dev/null +++ b/sysutils/rtty/pkg-plist @@ -0,0 +1 @@ +rtty |