summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-25 16:05:59 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-25 16:05:59 +0000
commit8ab5693f64672c32b89732f7ea3fc548406372e6 (patch)
treefb23288a3fb4d7bcfff01e24e890a1436a90262c /misc
parentmailfilter version 1.0b (diff)
orville-write version 2.41a
An advanced replacement for write/mesg. PR: 15264 Submitted by: James Howard <howardj@wam.umd.edu>
Notes
Notes: svn path=/head/; revision=24066
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/orville-write/Makefile39
-rw-r--r--misc/orville-write/distinfo1
-rw-r--r--misc/orville-write/pkg-comment1
-rw-r--r--misc/orville-write/pkg-descr14
-rw-r--r--misc/orville-write/pkg-plist8
6 files changed, 64 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 33ad39cd11ba..4a651983b9d1 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 000000000000..1de9f188da72
--- /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 000000000000..ddb9f943e018
--- /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 000000000000..65bc33fa1a73
--- /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 000000000000..f6de08fe23de
--- /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 000000000000..20502e23d37f
--- /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