Remove port: Project no longer exists

PR:		ports/79113
Submitted by:	maintainer
This commit is contained in:
Volker Stolz 2005-04-08 13:26:07 +00:00
parent 36cc74c7c8
commit 3236cc850c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132754
6 changed files with 1 additions and 80 deletions

1
MOVED
View File

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

View File

@ -301,7 +301,6 @@
SUBDIR += nsf
SUBDIR += numchar
SUBDIR += nut
SUBDIR += nwrite
SUBDIR += opencyc
SUBDIR += orville-write
SUBDIR += ossp-uuid

View File

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

View File

@ -1 +0,0 @@
MD5 (nwrite-1.9.2.tar.gz) = 29b5c482b621048d5c57cf57510b1b2d

View File

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

View File

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