aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-15 02:48:17 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-15 02:48:17 +0000
commitb225f305e2a3084b763fd3d4415b54eb0ad1f8f6 (patch)
treecafc70faaf1ff8697e3d5b984902d6130e39f901 /shells
parent03671d92fe78c2e51ddcc04101516e4742682bdb (diff)
downloadports-b225f305e2a3084b763fd3d4415b54eb0ad1f8f6.tar.gz
ports-b225f305e2a3084b763fd3d4415b54eb0ad1f8f6.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/Makefile1
-rw-r--r--shells/tcsh-bofh/Makefile30
-rw-r--r--shells/tcsh-bofh/distinfo6
-rw-r--r--shells/tcsh-bofh/pkg-descr7
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/