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 | |
parent | Use LIB_DEPENDS on graphviz isntead of obscure BUILD_DEPENDS=/path/to/.so (diff) |
Add tcsh-bofh 6.12.00, patch tcsh to providing true BOFH logfunctions.
PR: ports/87394
Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl>
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 1 | ||||
-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 |
4 files changed, 39 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index 8906c76e3035..92536872b82c 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -24,6 +24,7 @@ SUBDIR += rssh SUBDIR += sash SUBDIR += scponly + SUBDIR += tcsh-bofh SUBDIR += tcshrc SUBDIR += v7sh SUBDIR += viewglob 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/ |