From a6647c56aded8b3ae5363fe82781bb0c686565d8 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 1 Aug 1997 06:58:38 +0000 Subject: Import nwrite port. nwwrite is an enhanced write(1). PR: 4191 Submitted by: David Holloway --- misc/nwrite/Makefile | 15 +++++++++++++++ misc/nwrite/distinfo | 1 + misc/nwrite/files/patch-aa | 11 +++++++++++ misc/nwrite/pkg-comment | 1 + misc/nwrite/pkg-descr | 16 ++++++++++++++++ misc/nwrite/pkg-plist | 2 ++ 6 files changed, 46 insertions(+) create mode 100644 misc/nwrite/Makefile create mode 100644 misc/nwrite/distinfo create mode 100644 misc/nwrite/files/patch-aa create mode 100644 misc/nwrite/pkg-comment create mode 100644 misc/nwrite/pkg-descr create mode 100644 misc/nwrite/pkg-plist (limited to 'misc/nwrite') diff --git a/misc/nwrite/Makefile b/misc/nwrite/Makefile new file mode 100644 index 000000000000..1556f635daab --- /dev/null +++ b/misc/nwrite/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: nwrite +# Version required: 1.0 +# Date created: 29 July 1997 +# Whom: daveh +# +# $Id$ +# + +DISTNAME= nwrite-1.9 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.csua.berkeley.edu/pub/daveh/ + +MAINTAINER= daveh@csua.berkeley.edu + +.include diff --git a/misc/nwrite/distinfo b/misc/nwrite/distinfo new file mode 100644 index 000000000000..4ffff2cee408 --- /dev/null +++ b/misc/nwrite/distinfo @@ -0,0 +1 @@ +MD5 (nwrite-1.9.tar.gz) = 29cd152bf5b317cb03f96ede4deb96af diff --git a/misc/nwrite/files/patch-aa b/misc/nwrite/files/patch-aa new file mode 100644 index 000000000000..3366fec2c2ea --- /dev/null +++ b/misc/nwrite/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.orig Tue Jul 29 15:36:52 1997 ++++ Makefile Thu Jul 31 16:17:26 1997 +@@ -35,7 +35,7 @@ + #INSTALL= /usr/ucb/install + #INSTALL= /usr/local/gnu/bin/install + +-DEST = /usr/local ++DEST = $(PREFIX) + BIN = $(DEST)/bin + MAN = $(DEST)/man + diff --git a/misc/nwrite/pkg-comment b/misc/nwrite/pkg-comment new file mode 100644 index 000000000000..5aec43402ee4 --- /dev/null +++ b/misc/nwrite/pkg-comment @@ -0,0 +1 @@ +improved, recipient configureable replacement for /usr/bin/write diff --git a/misc/nwrite/pkg-descr b/misc/nwrite/pkg-descr new file mode 100644 index 000000000000..67f233208831 --- /dev/null +++ b/misc/nwrite/pkg-descr @@ -0,0 +1,16 @@ +Message from daveh on ttyp1 at 06:10:31 ... + daveh> This is how nwrite appears + daveh> to the recipient of the message, it is preferable + daveh> to /usr/bin/write, especially on a multi user system. + daveh> special options specified by a .nwriterc of the + daveh> intended nwrite recipient control behaviors such as + daveh> beeps, delay, and bold. + daveh> Example dot nwriterc + daveh> + daveh> headers 1 + daveh> nodelay 0 + daveh> beep 0 + daveh> bold header + daveh> showtarg multi + daveh> +EOF diff --git a/misc/nwrite/pkg-plist b/misc/nwrite/pkg-plist new file mode 100644 index 000000000000..d2231442cb6d --- /dev/null +++ b/misc/nwrite/pkg-plist @@ -0,0 +1,2 @@ +bin/nwrite +man/man1/nwrite.1.gz -- cgit v1.2.3