diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-08-01 06:58:38 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-08-01 06:58:38 +0000 |
commit | a6647c56aded8b3ae5363fe82781bb0c686565d8 (patch) | |
tree | c62e4d31247609a11704257384f3fbe3a17d55e4 /misc/nwrite | |
parent | File extension changed on master site. (diff) |
Import nwrite port. nwwrite is an enhanced write(1).
PR: 4191
Submitted by: David Holloway <daveh@gwythaint.tamis.com>
Notes
Notes:
svn path=/head/; revision=7459
Diffstat (limited to 'misc/nwrite')
-rw-r--r-- | misc/nwrite/Makefile | 15 | ||||
-rw-r--r-- | misc/nwrite/distinfo | 1 | ||||
-rw-r--r-- | misc/nwrite/files/patch-aa | 11 | ||||
-rw-r--r-- | misc/nwrite/pkg-comment | 1 | ||||
-rw-r--r-- | misc/nwrite/pkg-descr | 16 | ||||
-rw-r--r-- | misc/nwrite/pkg-plist | 2 |
6 files changed, 46 insertions, 0 deletions
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 <bsd.port.mk> 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 |