aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-12-12 15:42:12 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-12-12 15:42:12 +0000
commit96286aa69dc09effa45e2ecaf0f539bced00a8c9 (patch)
tree282f4318b134bf39ae482512bf67ea0b47367a9b /shells
parentb4a2be37168bf09f15ebc5b0fec74ddfe68476de (diff)
downloadports-96286aa69dc09effa45e2ecaf0f539bced00a8c9.tar.gz
ports-96286aa69dc09effa45e2ecaf0f539bced00a8c9.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/Makefile1
-rw-r--r--shells/mudsh/Makefile43
-rw-r--r--shells/mudsh/distinfo3
-rw-r--r--shells/mudsh/pkg-descr10
-rw-r--r--shells/mudsh/pkg-plist3
5 files changed, 0 insertions, 60 deletions
diff --git a/shells/Makefile b/shells/Makefile
index d2f7f03a744a..ad39c9c1b11a 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 e5b7ef14f9c4..000000000000
--- 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 5039e60de864..000000000000
--- 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 644e036f7d25..000000000000
--- 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 e8964c6c0819..000000000000
--- 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