diff options
author | vd <vd@FreeBSD.org> | 2006-12-12 23:42:12 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-12-12 23:42:12 +0800 |
commit | d0de5e2e8cad6f787bebf2d0ff495927cbd4997f (patch) | |
tree | 7b66ef219b8763e9b66a14e48672cef7ebe16344 /shells | |
parent | 2b0fff8dd0cf19019a960d5f7076053eae1c5470 (diff) | |
download | freebsd-ports-graphics-d0de5e2e8cad6f787bebf2d0ff495927cbd4997f.tar.gz freebsd-ports-graphics-d0de5e2e8cad6f787bebf2d0ff495927cbd4997f.tar.zst freebsd-ports-graphics-d0de5e2e8cad6f787bebf2d0ff495927cbd4997f.zip |
Remove expired leaf ports:
2006-12-01 www/nspostgres: Use www/aolserver with WITH_NSPOSTGRES=1 instead.
2006-12-01 www/fxhtml: crusty old a.out binary, not useful any more
2006-12-01 www/jakarta-tomcat3: Please use www/tomcat55 instead
2006-12-10 shells/mudsh: Project disappeared from the internet
2006-12-09 print/py-freetype: Project has disappeared and is no longer fetchable
2006-12-01 palm/syncal: Does not build with new pilot-link
2006-12-01 net/tn3270: dumps core. Please use net/c3270 instead
2006-12-01 multimedia/dvdwizard: has an incomplete dependency list
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 1 | ||||
-rw-r--r-- | shells/mudsh/Makefile | 43 | ||||
-rw-r--r-- | shells/mudsh/distinfo | 3 | ||||
-rw-r--r-- | shells/mudsh/pkg-descr | 10 | ||||
-rw-r--r-- | shells/mudsh/pkg-plist | 3 |
5 files changed, 0 insertions, 60 deletions
diff --git a/shells/Makefile b/shells/Makefile index d2f7f03a744..ad39c9c1b11 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -17,7 +17,6 @@ SUBDIR += ibsh SUBDIR += ksh93 SUBDIR += mksh - SUBDIR += mudsh SUBDIR += nologinmsg SUBDIR += osh SUBDIR += pash diff --git a/shells/mudsh/Makefile b/shells/mudsh/Makefile deleted file mode 100644 index e5b7ef14f9c..00000000000 --- a/shells/mudsh/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: mudsh -# Date created: 28 February 2001 -# Whom: George Reid <greid@ukug.uk.freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= mudsh -PORTVERSION= 20010311 -CATEGORIES= shells -MASTER_SITES= http://www.xirium.com/tech/mud-shell/download/ -DISTNAME= mudsh -EXTRACT_SUFX= -EXTRACT_ONLY= - -MAINTAINER= ports@FreeBSD.org -COMMENT= An "intelligent" game-like shell - -DEPRECATED= Project disappeared from the internet -EXPIRATION_DATE=2006-12-10 - -NO_WRKSUBDIR= yes - -NO_BUILD= yes - -post-extract: - @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} - -do-patch: - @(${SED} -e 's,/usr/local/bin/perl,${PERL},1' ${WRKSRC}/${DISTNAME} \ - > ${WRKDIR}/foo && ${MV} ${WRKDIR}/foo ${WRKSRC}/${DISTNAME}) - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin - -post-install: - @${ECHO} "updating /etc/shells" - @${CP} /etc/shells /etc/shells.bak - @(${GREP} -v ${PREFIX}/bin/mudsh /etc/shells.bak; \ - ${ECHO_CMD} ${PREFIX}/bin/mudsh) > /etc/shells - @${RM} /etc/shells.bak - -.include <bsd.port.mk> diff --git a/shells/mudsh/distinfo b/shells/mudsh/distinfo deleted file mode 100644 index 5039e60de86..00000000000 --- a/shells/mudsh/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mudsh) = df4e4c07d7b5d0ef68cc24b91c426310 -SHA256 (mudsh) = 007a7093ac6ede907fc13babf20deee4832b1bfaa7ff6757060cb9a4c2f29a60 -SIZE (mudsh) = 21309 diff --git a/shells/mudsh/pkg-descr b/shells/mudsh/pkg-descr deleted file mode 100644 index 644e036f7d2..00000000000 --- a/shells/mudsh/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Is there any reason why a shell (or command line) cannot be as -tolerant or as intelligent as a text adventure game like Zork, or a -MUD [Multi User Dungeon]? Is there any reason why a shell cannot work -like such a game? ("Go North", etc.) Actually, no and we have the -implementation to prove it. Have fun, and don't get eaten by a Grue! - -WWW: http://www.xirium.com/tech/mud-shell/index.html - -- George Reid -greid@ukug.uk.freebsd.org diff --git a/shells/mudsh/pkg-plist b/shells/mudsh/pkg-plist deleted file mode 100644 index e8964c6c081..00000000000 --- a/shells/mudsh/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/mudsh -@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells -@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells |