diff options
author | ade <ade@FreeBSD.org> | 2001-08-11 06:12:49 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-08-11 06:12:49 +0000 |
commit | 5172c42c79a9749bdc77ce5b2049d8a95e7be1ac (patch) | |
tree | 5897c20c7b16d5a52b59c492a1475f11931ebec0 /shells | |
parent | f78cec7a42b6ca5df87ae95620606950b42540b4 (diff) | |
download | FreeBSD-ports-5172c42c79a9749bdc77ce5b2049d8a95e7be1ac.zip FreeBSD-ports-5172c42c79a9749bdc77ce5b2049d8a95e7be1ac.tar.gz |
1. This should never have been a port
2. It causes bash2 to core on my 4.3-STABLE box randomly
3. Since bash is a likely contender for any Linux converts, the last
thing we need is for them to grep through the ports INDEX file, install
this, destabilize their FreeBSD box, and generate bad PR
4. (portmgr hat on) it was not added in an appropriate manner.
Should the original submitter wish to re-evaluate points 1-4 above, then
we'll consider re-adding it. For now, it's toast.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 1 | ||||
-rw-r--r-- | shells/hmmah/Makefile | 32 | ||||
-rw-r--r-- | shells/hmmah/distinfo | 1 | ||||
-rw-r--r-- | shells/hmmah/pkg-comment | 1 | ||||
-rw-r--r-- | shells/hmmah/pkg-descr | 3 | ||||
-rw-r--r-- | shells/hmmah/pkg-plist | 5 |
6 files changed, 0 insertions, 43 deletions
diff --git a/shells/Makefile b/shells/Makefile index 0d90620..a9eeb1f 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -7,7 +7,6 @@ SUBDIR += es SUBDIR += esh SUBDIR += flash - SUBDIR += hmmah SUBDIR += ksh93 SUBDIR += mudsh SUBDIR += osh diff --git a/shells/hmmah/Makefile b/shells/hmmah/Makefile deleted file mode 100644 index 88f4e74..0000000 --- a/shells/hmmah/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: hmmah -# Date created: Jun 6, 2001 -# Whom: dwcjr@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= hmmah -PORTVERSION= 1.0 -CATEGORIES= shells -MASTER_SITES= http://dyeske.netrush.net/ -EXTRACT_SUFX= .tgz - -MAINTAINER= dyeske@yahoo.com - -NO_BUILD= - -WRKSRC= ${WRKDIR}/${PORTNAME} -do-install: - @${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/${PORTNAME} - @${INSTALL_DATA} ${WRKSRC}/dot.bash_prompt ${PREFIX}/share/doc/${PORTNAME} - @${INSTALL_DATA} ${WRKSRC}/dot.ksh_prompt ${PREFIX}/share/doc/${PORTNAME} - @${INSTALL_DATA} ${WRKSRC}/dot.tcsh_prompt ${PREFIX}/share/doc/${PORTNAME} - @${INSTALL_DATA} ${WRKSRC}/dot.zsh_prompt ${PREFIX}/share/doc/${PORTNAME} - -post-install: - @${ECHO_MSG} "-------------------------------------------------------------------------------" - @${ECHO_MSG} "Copy the dot.(shell)_prompt file to ~/.(shell)_prompt and then " - @${ECHO_MSG} "run it via your shell start up file such as .bashrc, .tcshrc, .zshrc, or .kshrc" - @${ECHO_MSG} "-------------------------------------------------------------------------------" - -.include <bsd.port.mk> diff --git a/shells/hmmah/distinfo b/shells/hmmah/distinfo deleted file mode 100644 index c42d745..0000000 --- a/shells/hmmah/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (hmmah-1.0.tgz) = 1685d97b122c676fdd3249acd1c32b76 diff --git a/shells/hmmah/pkg-comment b/shells/hmmah/pkg-comment deleted file mode 100644 index 70a04b8..0000000 --- a/shells/hmmah/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Deep Prompt diff --git a/shells/hmmah/pkg-descr b/shells/hmmah/pkg-descr deleted file mode 100644 index e9345b7..0000000 --- a/shells/hmmah/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The Deep Prompt -These are some example prompts for various shells. -The bash prompt is currently more developed than the other prompt's. diff --git a/shells/hmmah/pkg-plist b/shells/hmmah/pkg-plist deleted file mode 100644 index 019ae99..0000000 --- a/shells/hmmah/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -share/doc/hmmah/dot.ksh_prompt -share/doc/hmmah/dot.bash_prompt -share/doc/hmmah/dot.zsh_prompt -share/doc/hmmah/dot.tcsh_prompt -@dirrm share/doc/hmmah |