diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-15 10:48:17 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-15 10:48:17 +0800 |
commit | 1238f3557a9cb2f1942cd91140bd86b21e47e478 (patch) | |
tree | dc651d9da5af4e1d91c991458db4d764e1207673 /shells | |
parent | 925275af3f035be28e449cc42120737c5ac766a1 (diff) | |
download | freebsd-ports-gnome-1238f3557a9cb2f1942cd91140bd86b21e47e478.tar.gz freebsd-ports-gnome-1238f3557a9cb2f1942cd91140bd86b21e47e478.tar.zst freebsd-ports-gnome-1238f3557a9cb2f1942cd91140bd86b21e47e478.zip |
- patch available on original site anymore, nor it is being developed anymore
PR: ports/142800
Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl> (maintainer)
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 | 6 | ||||
-rw-r--r-- | shells/tcsh-bofh/pkg-descr | 7 |
4 files changed, 0 insertions, 44 deletions
diff --git a/shells/Makefile b/shells/Makefile index 4045e15bb43a..27a2b9b001de 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -38,7 +38,6 @@ SUBDIR += sash SUBDIR += scponly SUBDIR += shell-include - SUBDIR += tcsh-bofh SUBDIR += tcsh_nls SUBDIR += tcshrc SUBDIR += v7sh diff --git a/shells/tcsh-bofh/Makefile b/shells/tcsh-bofh/Makefile deleted file mode 100644 index 48bd33af71ec..000000000000 --- a/shells/tcsh-bofh/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# 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 user activity logging to syslog - -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 deleted file mode 100644 index 6b98bc5a68ee..000000000000 --- a/shells/tcsh-bofh/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (tcsh-6.12.00.tar.gz) = dccf1e673103594546fe74c313932428 -SHA256 (tcsh-6.12.00.tar.gz) = 7413c640757eb7230af4b1c0029f7cd83a9ff7439a8372bbe986fce50bb66770 -SIZE (tcsh-6.12.00.tar.gz) = 824297 -MD5 (tcsh-6.12.00-bofh.tgz) = b883a97198ba0ad73d82023c7a99d39e -SHA256 (tcsh-6.12.00-bofh.tgz) = 505e45033ed1abcdbbcc10c92d8e190011ee9891dbb267a3c8b6c2595467515e -SIZE (tcsh-6.12.00-bofh.tgz) = 2082 diff --git a/shells/tcsh-bofh/pkg-descr b/shells/tcsh-bofh/pkg-descr deleted file mode 100644 index 2a5ba33050eb..000000000000 --- a/shells/tcsh-bofh/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Log commands run from tcsh to syslog under the USER facility, the advantages -of this is that a program does not need elevated privileges to send to -syslog, so a shell run by a user can log the commands the users issues to -syslog but(providing you have sane syslog file permissions) - -Author: EF <ef@ccitt5.net> -WWW: http://www.ccitt5.net/archives/ |