1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Import nwrite port. nwwrite is an enhanced write(1).

PR:		4191
Submitted by:	David Holloway <daveh@gwythaint.tamis.com>
This commit is contained in:
Thomas Gellekum 1997-08-01 06:58:38 +00:00
parent 2570d4c517
commit a6647c56ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7459
6 changed files with 46 additions and 0 deletions

15
misc/nwrite/Makefile Normal file
View File

@ -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>

1
misc/nwrite/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (nwrite-1.9.tar.gz) = 29cd152bf5b317cb03f96ede4deb96af

View File

@ -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

1
misc/nwrite/pkg-comment Normal file
View File

@ -0,0 +1 @@
improved, recipient configureable replacement for /usr/bin/write

16
misc/nwrite/pkg-descr Normal file
View File

@ -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

2
misc/nwrite/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/nwrite
man/man1/nwrite.1.gz