From 70600f0af0ce6582f329f9f7a567cb5be00e117a Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Tue, 9 Sep 2003 22:12:10 +0000 Subject: 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. --- shells/tcshrc/Makefile | 23 +++++++++++++++++++++++ shells/tcshrc/distinfo | 1 + shells/tcshrc/pkg-descr | 4 ++++ shells/tcshrc/pkg-plist | 9 +++++++++ 4 files changed, 37 insertions(+) create mode 100644 shells/tcshrc/Makefile create mode 100644 shells/tcshrc/distinfo create mode 100644 shells/tcshrc/pkg-descr create mode 100644 shells/tcshrc/pkg-plist (limited to 'shells/tcshrc') diff --git a/shells/tcshrc/Makefile b/shells/tcshrc/Makefile new file mode 100644 index 000000000000..0cf3f602976d --- /dev/null +++ b/shells/tcshrc/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: tcshrc +# Date created: 2003-09-09 +# Whom: Sean Chittenden +# +# $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 diff --git a/shells/tcshrc/distinfo b/shells/tcshrc/distinfo new file mode 100644 index 000000000000..178074a10520 --- /dev/null +++ b/shells/tcshrc/distinfo @@ -0,0 +1 @@ +MD5 (tcshrc-1.2.0.tar.gz) = ba728c03d67d6f357bbc11416c09c4f1 diff --git a/shells/tcshrc/pkg-descr b/shells/tcshrc/pkg-descr new file mode 100644 index 000000000000..a6523ce25476 --- /dev/null +++ b/shells/tcshrc/pkg-descr @@ -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/ diff --git a/shells/tcshrc/pkg-plist b/shells/tcshrc/pkg-plist new file mode 100644 index 000000000000..4de20cf3fcd2 --- /dev/null +++ b/shells/tcshrc/pkg-plist @@ -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 -- cgit v1.2.3