Add hmmah, The Deep Prompt, a set of shell prompts
Submitted by: David Yeske <dyeske@yahoo.com> Reviewed by: will
This commit is contained in:
parent
d051c55203
commit
4c24102a9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43982
6 changed files with 43 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
SUBDIR += es
|
||||
SUBDIR += esh
|
||||
SUBDIR += flash
|
||||
SUBDIR += hmmah
|
||||
SUBDIR += ksh93
|
||||
SUBDIR += mudsh
|
||||
SUBDIR += osh
|
||||
|
|
32
shells/hmmah/Makefile
Normal file
32
shells/hmmah/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# 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>
|
1
shells/hmmah/distinfo
Normal file
1
shells/hmmah/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (hmmah-1.0.tgz) = 1685d97b122c676fdd3249acd1c32b76
|
1
shells/hmmah/pkg-comment
Normal file
1
shells/hmmah/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
The Deep Prompt
|
3
shells/hmmah/pkg-descr
Normal file
3
shells/hmmah/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
The Deep Prompt
|
||||
These are some example prompts for various shells.
|
||||
The bash prompt is currently more developed than the other prompt's.
|
5
shells/hmmah/pkg-plist
Normal file
5
shells/hmmah/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
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
|
Loading…
Reference in a new issue