diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/nwrite/Makefile | 33 | ||||
-rw-r--r-- | misc/nwrite/distinfo | 1 | ||||
-rw-r--r-- | misc/nwrite/files/patch-aa | 29 | ||||
-rw-r--r-- | misc/nwrite/pkg-descr | 16 |
6 files changed, 1 insertions, 80 deletions
@@ -1441,3 +1441,4 @@ misc/kfile_torrent|net/kdenetwork3|2005-03-27|kfile_torrent included in kdenetwo multimedia/linux-divxplayer||2005-04-02|developer's dropped the application audio/rebler||2005-04-07|Project dead and disappeared net/linux-edonkey-gui-gtk|net/edonkey-gui-gtk|2005-04-07|Dead port, native version available +misc/nwrite||2005-04-08|Project dead and disappeared 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 |