From d4084bdd117964ad6d6567cc5794bd3c4318f520 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Sat, 11 Aug 2001 06:12:49 +0000 Subject: 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. --- shells/Makefile | 1 - shells/hmmah/Makefile | 32 -------------------------------- shells/hmmah/distinfo | 1 - shells/hmmah/pkg-comment | 1 - shells/hmmah/pkg-descr | 3 --- shells/hmmah/pkg-plist | 5 ----- 6 files changed, 43 deletions(-) delete mode 100644 shells/hmmah/Makefile delete mode 100644 shells/hmmah/distinfo delete mode 100644 shells/hmmah/pkg-comment delete mode 100644 shells/hmmah/pkg-descr delete mode 100644 shells/hmmah/pkg-plist (limited to 'shells') diff --git a/shells/Makefile b/shells/Makefile index 0d906202c474..a9eeb1f2fd97 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 88f4e744aa56..000000000000 --- 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 diff --git a/shells/hmmah/distinfo b/shells/hmmah/distinfo deleted file mode 100644 index c42d74516094..000000000000 --- 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 70a04b88f036..000000000000 --- 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 e9345b72dafb..000000000000 --- 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 019ae99e35cc..000000000000 --- 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 -- cgit v1.2.3