summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-08 13:26:07 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-08 13:26:07 +0000
commit3236cc850cba9f5ee89ebcc30ffbaad341f294d5 (patch)
tree633e6b9d5fbd6d74ba0cb551f8d1f7d1ff63c0cc /misc
parentUpdate to 2.1.3. (diff)
Remove port: Project no longer exists
PR: ports/79113 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=132754
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/nwrite/Makefile33
-rw-r--r--misc/nwrite/distinfo1
-rw-r--r--misc/nwrite/files/patch-aa29
-rw-r--r--misc/nwrite/pkg-descr16
5 files changed, 0 insertions, 80 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 89a8e040060d..d6c37b30d955 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -301,7 +301,6 @@
SUBDIR += nsf
SUBDIR += numchar
SUBDIR += nut
- SUBDIR += nwrite
SUBDIR += opencyc
SUBDIR += orville-write
SUBDIR += ossp-uuid
diff --git a/misc/nwrite/Makefile b/misc/nwrite/Makefile
deleted file mode 100644
index c3d80f103c65..000000000000
--- a/misc/nwrite/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: nwrite
-# Date created: 29 July 1997
-# Whom: daveh
-#
-# $FreeBSD$
-#
-
-PORTNAME= nwrite
-PORTVERSION= 1.9.2
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.csua.berkeley.edu/pub/nwrite/
-
-MAINTAINER= daveh@csua.berkeley.edu
-COMMENT= Improved, recipient configureable replacement for /usr/bin/write
-
-BROKEN= Unfetchable
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-clear-procs
-
-MAN1= nwrite.1
-PLIST_FILES= bin/nwrite
-RESTRICTED= "ownership of the software is in dispute"
-NO_CDROM= ${RESTRICTED}
-NO_FTP= ${RESTRICTED}
-BINGRP= tty
-BINMODE= 2755
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nwrite ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/nwrite.1.in ${PREFIX}/man/man1/nwrite.1
-
-.include <bsd.port.mk>
diff --git a/misc/nwrite/distinfo b/misc/nwrite/distinfo
deleted file mode 100644
index 5f279b1e3314..000000000000
--- a/misc/nwrite/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (nwrite-1.9.2.tar.gz) = 29b5c482b621048d5c57cf57510b1b2d
diff --git a/misc/nwrite/files/patch-aa b/misc/nwrite/files/patch-aa
deleted file mode 100644
index d996ec5148b0..000000000000
--- a/misc/nwrite/files/patch-aa
+++ /dev/null
@@ -1,29 +0,0 @@
---- Makefile.in.orig Thu Jul 9 15:50:06 1998
-+++ Makefile.in Tue Mar 9 20:33:26 1999
-@@ -51,7 +51,7 @@
- nwrite: $(OBJECTS)
- $(CC) $(CFLAGS) -o nwrite $(OBJECTS) $(LDFLAGS)
-
--install: Makefile installbin installman$(MANGZ) installrc
-+install: Makefile installbin installman$(MANGZ)
-
- installbin: nwrite
- -mv $(BIN)/nwrite $(BIN)/nwrite.old
-@@ -59,15 +59,12 @@
- strip $(BIN)/nwrite
-
- installman: nwrite.1
-- -\rm $(MAN)/cat1/nwrite.1
-- $(INSTALL) -c -m 644 nwrite.1 $(MAN)/cat1/nwrite.1
-+ -\rm $(MAN)/man1/nwrite.1
-+ $(INSTALL) -c -m 644 nwrite.1 $(MAN)/man1/nwrite.1
-
- installman-gz: installman
- -\rm $(MAN)/cat1/nwrite.1.gz
- gzip $(MAN)/cat1/nwrite.1
--
--installrc: nwrite.rc
-- $(INSTALL) -c -m 644 nwrite.rc $(SYSTEM_NWRITERC)
-
- Makefile: Makefile.in
- sh ./config.status
diff --git a/misc/nwrite/pkg-descr b/misc/nwrite/pkg-descr
deleted file mode 100644
index 67f233208831..000000000000
--- a/misc/nwrite/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-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