diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/orville-write/Makefile | 39 | ||||
-rw-r--r-- | misc/orville-write/distinfo | 1 | ||||
-rw-r--r-- | misc/orville-write/pkg-comment | 1 | ||||
-rw-r--r-- | misc/orville-write/pkg-descr | 14 | ||||
-rw-r--r-- | misc/orville-write/pkg-plist | 8 |
6 files changed, 64 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 33ad39c..4a65198 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -74,6 +74,7 @@ SUBDIR += mshell SUBDIR += numchar SUBDIR += nwrite + SUBDIR += orville-write SUBDIR += p5-Array-PrintCols SUBDIR += p5-Business-CreditCard SUBDIR += p5-Locale-Codes diff --git a/misc/orville-write/Makefile b/misc/orville-write/Makefile new file mode 100644 index 0000000..1de9f18 --- /dev/null +++ b/misc/orville-write/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: orville-write +# Version required: 2.41a +# Date created: 4 December 1999 +# Whom: James Howard <howardj@wam.umd.edu> +# +# $FreeBSD$ +# + +DISTNAME= orville-write-2.41a +CATEGORIES= misc +MASTER_SITES= http://www.wwnet.net/~janc/software/ + +MAINTAINER= howardjp@wam.umd.edu + +MAN1= amin.1 helpers.1 huh.1 mesg.1 write.1 + +post-extract: + @(cd ${WRKSRC}; ${RM} -f .depend) + +post-patch: + @${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Makefile + +do-install: + ${INSTALL_SCRIPT} -g tty -o root -m 6711 ${WRKSRC}/write ${PREFIX}/bin + ${INSTALL_SCRIPT} -o root -m 4711 ${WRKSRC}/mesg ${PREFIX}/bin + ${INSTALL_SCRIPT} -o root -m 4711 ${WRKSRC}/amin ${PREFIX}/bin + ${INSTALL_SCRIPT} -o root -m 4711 ${WRKSRC}/huh ${PREFIX}/bin + ${INSTALL_SCRIPT} -o root -m 4711 ${WRKSRC}/helpers ${PREFIX}/bin + ${INSTALL_SCRIPT} -g tty -o root -m 6711 ${WRKSRC}/write ${PREFIX}/bin/tel + ${INSTALL_SCRIPT} -g tty -o root -m 6711 ${WRKSRC}/write ${PREFIX}/bin/chat + ${TOUCH} /var/run/wrttmp + ${TOUCH} /var/run/wrthist + ${TOUCH} /var/log/writelog + ${INSTALL_SCRIPT} ${WRKSRC}/wrttab ${PREFIX}/etc/wrttab +.for f in ${MAN1} + ${INSTALL_MAN} ${WRKSRC}/${f} ${PREFIX}/man/man1/ +.endfor + +.include <bsd.port.mk> diff --git a/misc/orville-write/distinfo b/misc/orville-write/distinfo new file mode 100644 index 0000000..ddb9f94 --- /dev/null +++ b/misc/orville-write/distinfo @@ -0,0 +1 @@ +MD5 (orville-write-2.41a.tar.gz) = 86efe9e958385a2fe4098ecab09ea2da diff --git a/misc/orville-write/pkg-comment b/misc/orville-write/pkg-comment new file mode 100644 index 0000000..65bc33f --- /dev/null +++ b/misc/orville-write/pkg-comment @@ -0,0 +1 @@ +Advanced replacement for write/mesg diff --git a/misc/orville-write/pkg-descr b/misc/orville-write/pkg-descr new file mode 100644 index 0000000..f6de08f --- /dev/null +++ b/misc/orville-write/pkg-descr @@ -0,0 +1,14 @@ +This implementation of the Unix write program adds many nice features +while remaining close to the standard Unix program in spirit. It has been +heavily used on M-Net since 1985 and on Grex since 1991, as well as a few +other systems. It is a ground-up reimplementation using no proprietary +code. It's available under a Berkeley-style license (no charge, no +restriction on commercial use, just don't take my name off of it). The +current version is fairly portable. + +Orville write was written for use on M-Net and Grex, both public access +unix systems in Ann Arbor. As such, many of the features are designed to +support a system featuring a delicate mix of novice users and hostile +pranksters, plus a lot of people who just want to talk. It's user +interface is pretty much identical to the normal write program, but it +offers many extensions and improvements. diff --git a/misc/orville-write/pkg-plist b/misc/orville-write/pkg-plist new file mode 100644 index 0000000..20502e2 --- /dev/null +++ b/misc/orville-write/pkg-plist @@ -0,0 +1,8 @@ +bin/amin +bin/chat +bin/helpers +bin/huh +bin/mesg +bin/tel +bin/write +etc/wrttab |