diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-14 15:11:29 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-14 15:11:29 +0000 |
commit | 5cefcf0088ff023219243cbd3891c80444518af4 (patch) | |
tree | 243c855cdf19eeacd21ad59950797c773ffa73ca /shells/tcsh-bofh | |
parent | affcab1dd7aa1af0ce9ab89e4e1159b65a5c918e (diff) |
Notes
Diffstat (limited to 'shells/tcsh-bofh')
-rw-r--r-- | shells/tcsh-bofh/Makefile | 30 | ||||
-rw-r--r-- | shells/tcsh-bofh/distinfo | 4 | ||||
-rw-r--r-- | shells/tcsh-bofh/pkg-descr | 4 |
3 files changed, 38 insertions, 0 deletions
diff --git a/shells/tcsh-bofh/Makefile b/shells/tcsh-bofh/Makefile new file mode 100644 index 000000000000..7c788597b4a8 --- /dev/null +++ b/shells/tcsh-bofh/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: tcsh-bofh +# Date created: 2005-10-13 +# Whom: Krzysztof Kowalewski <pyzmen@kam.pl> +# +# $FreeBSD$ +# + +PORTNAME= tcsh-bofh +PORTVERSION= 6.12.00 +CATEGORIES= shells security +MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/old/ \ + ftp://ftp.gw.com/pub/unix/tcsh/old/ \ + ftp://ftp.funet.fi/pub/unix/shells/tcsh/old/ \ + http://www.ccitt5.net/archives/:bofh +DISTFILES= tcsh-6.12.00.tar.gz \ + tcsh-6.12.00-bofh.tgz:bofh + +MAINTAINER= pyzmen@kam.pl +COMMENT= Patch tcsh to providing true BOFH logfunctions + +WRKSRC= ${WRKDIR}/tcsh-${PORTVERSION} + +GNU_CONFIGURE= yes + +PLIST_FILES= bin/tcsh + +pre-configure: + @cd ${WRKSRC} && ${PATCH} -p1 < ../6.12.00/tcsh-6.12.00-bofh + +.include <bsd.port.mk> diff --git a/shells/tcsh-bofh/distinfo b/shells/tcsh-bofh/distinfo new file mode 100644 index 000000000000..9937bafe1929 --- /dev/null +++ b/shells/tcsh-bofh/distinfo @@ -0,0 +1,4 @@ +MD5 (tcsh-6.12.00.tar.gz) = dccf1e673103594546fe74c313932428 +SIZE (tcsh-6.12.00.tar.gz) = 824297 +MD5 (tcsh-6.12.00-bofh.tgz) = b883a97198ba0ad73d82023c7a99d39e +SIZE (tcsh-6.12.00-bofh.tgz) = 2082 diff --git a/shells/tcsh-bofh/pkg-descr b/shells/tcsh-bofh/pkg-descr new file mode 100644 index 000000000000..6c19c579fe07 --- /dev/null +++ b/shells/tcsh-bofh/pkg-descr @@ -0,0 +1,4 @@ +A patch to provide true BOFH logfunctions to tcsh + +Author: EF <ef@ccitt5.net> +WWW: http://www.ccitt5.net/archives/ |