mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
After using tcsh for 4 years and having just discovered the 'rprompt'
parameter, I conclude my hunt for other nifty shell tricks by adding a port of the .tcshrc project.
This commit is contained in:
parent
f32fa3f28b
commit
70600f0af0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88875
@ -19,6 +19,7 @@
|
||||
SUBDIR += rc
|
||||
SUBDIR += sash
|
||||
SUBDIR += scponly
|
||||
SUBDIR += tcshrc
|
||||
SUBDIR += vshnu
|
||||
SUBDIR += wapsh
|
||||
SUBDIR += zsh
|
||||
|
23
shells/tcshrc/Makefile
Normal file
23
shells/tcshrc/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: tcshrc
|
||||
# Date created: 2003-09-09
|
||||
# Whom: Sean Chittenden <seanc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tcshrc
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= tcshrc
|
||||
|
||||
MAINTAINER= seanc@FreeBSD.org
|
||||
COMMENT= A set of configuration scripts for the TCSH shell
|
||||
|
||||
INSTALL_TARGET= systeminstall
|
||||
MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR}
|
||||
NO_BUILD= YES
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
1
shells/tcshrc/distinfo
Normal file
1
shells/tcshrc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tcshrc-1.2.0.tar.gz) = ba728c03d67d6f357bbc11416c09c4f1
|
4
shells/tcshrc/pkg-descr
Normal file
4
shells/tcshrc/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The .tcshrc project creates a set of configuration scripts for the
|
||||
TCSH shell. These scripts exploit the most advanced features of tcsh.
|
||||
|
||||
WWW: http://tcshrc.sourceforge.net/
|
9
shells/tcshrc/pkg-plist
Normal file
9
shells/tcshrc/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/tcsh_config
|
||||
share/tcshrc/tcshrc
|
||||
share/tcshrc/tcshrc.alias
|
||||
share/tcshrc/tcshrc.bindkey
|
||||
share/tcshrc/tcshrc.complete
|
||||
share/tcshrc/tcshrc.hosts
|
||||
share/tcshrc/tcshrc.set
|
||||
share/tcshrc/README.txt
|
||||
@dirrm share/tcshrc
|
Loading…
Reference in New Issue
Block a user