aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-08-21 13:53:59 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-08-21 13:53:59 +0000
commit5c27c74a911fa7c7aa5932ec073e2e4dee727723 (patch)
tree11c744ed94ba88d7ada79c51abc540d90a8aa358 /shells
parente25abd68aa161fb3a8d572abdb774106d9a763ba (diff)
downloadports-5c27c74a911fa7c7aa5932ec073e2e4dee727723.tar.gz
ports-5c27c74a911fa7c7aa5932ec073e2e4dee727723.zip
Remove tcsh.
Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=87445
Diffstat (limited to 'shells')
-rw-r--r--shells/Makefile1
-rw-r--r--shells/tcsh/Makefile66
-rw-r--r--shells/tcsh/distinfo1
-rw-r--r--shells/tcsh/files/patch-aa9
-rw-r--r--shells/tcsh/pkg-descr2
-rw-r--r--shells/tcsh/pkg-plist21
-rw-r--r--shells/tcsh/pkg-plist.nobuild4
7 files changed, 0 insertions, 104 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 641602a7b65e..9f000e9d2f51 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -19,7 +19,6 @@
SUBDIR += rc
SUBDIR += sash
SUBDIR += scponly
- SUBDIR += tcsh
SUBDIR += vshnu
SUBDIR += wapsh
SUBDIR += zsh
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
deleted file mode 100644
index 5e8884ef0d88..000000000000
--- a/shells/tcsh/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-# New ports collection makefile for: tcsh
-# Date created: 22 August 1994
-# Whom: jkh
-#
-# $FreeBSD$
-#
-
-PORTNAME= tcsh
-PORTVERSION= 6.11.00
-CATEGORIES= shells
-MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An extended C-shell with many useful features
-
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 400021
-DISTFILES= # empty
-NO_BUILD= yes
-PLIST= ${PKGDIR}/pkg-plist.nobuild
-.else
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-GNU_CONFIGURE= yes
-ALL_TARGET= all catalogs
-MAN1= tcsh.1
-BINOWN= bin
-BINGRP= bin
-.endif
-
-.if ${OSVERSION} >= 400021
-pre-everything::
- @${ECHO_MSG} "This port is just for making symlink from /bin/tcsh"
- @${ECHO_MSG} "to ${PREFIX}/bin/tcsh and updating /etc/shells."
-
-do-patch:
-
-do-install:
- ${LN} -sf /bin/tcsh ${PREFIX}/bin/tcsh
-.else
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tcsh ${PREFIX}/bin/tcsh
- ${INSTALL_MAN} ${WRKSRC}/tcsh.man ${MANPREFIX}/man/man1/tcsh.1
- ${INSTALL_DATA} ${WRKSRC}/tcsh.C.cat ${PREFIX}/share/nls/C/tcsh.cat
- ${INSTALL_DATA} ${WRKSRC}/tcsh.german.cat ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat
- ${LN} -sf ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/de_AT.ISO_8859-1/tcsh.cat
- ${LN} -sf ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/de_CH.ISO_8859-1/tcsh.cat
- @${MKDIR} ${PREFIX}/share/nls/el_GR.ISO_8859-7
- ${INSTALL_DATA} ${WRKSRC}/tcsh.greek.cat ${PREFIX}/share/nls/el_GR.ISO_8859-7/tcsh.cat
- ${INSTALL_DATA} ${WRKSRC}/tcsh.spanish.cat ${PREFIX}/share/nls/es_ES.ISO_8859-1/tcsh.cat
- ${INSTALL_DATA} ${WRKSRC}/tcsh.finnish.cat ${PREFIX}/share/nls/fi_FI.ISO_8859-1/tcsh.cat
- ${INSTALL_DATA} ${WRKSRC}/tcsh.french.cat ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat
- ${LN} -sf ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/fr_BE.ISO_8859-1/tcsh.cat
- ${LN} -sf ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/fr_CA.ISO_8859-1/tcsh.cat
- ${LN} -sf ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/fr_CH.ISO_8859-1/tcsh.cat
- ${INSTALL_DATA} ${WRKSRC}/tcsh.italian.cat ${PREFIX}/share/nls/it_IT.ISO_8859-1/tcsh.cat
-.endif
-
-post-install:
- @${ECHO} "Updating /etc/shells"
- @${CP} /etc/shells /etc/shells.bak
- @(${GREP} -v ${PREFIX}/bin/tcsh /etc/shells.bak; \
- ${ECHO_CMD} ${PREFIX}/bin/tcsh) > /etc/shells
- @${RM} /etc/shells.bak
-
-.include <bsd.port.post.mk>
diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo
deleted file mode 100644
index afd9827b1fe5..000000000000
--- a/shells/tcsh/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (tcsh-6.11.tar.gz) = 8c04d53162a896b53d751bfa041cdeb6
diff --git a/shells/tcsh/files/patch-aa b/shells/tcsh/files/patch-aa
deleted file mode 100644
index 3ce608b7648b..000000000000
--- a/shells/tcsh/files/patch-aa
+++ /dev/null
@@ -1,9 +0,0 @@
---- nls/Makefile.old Fri Sep 7 10:03:11 2001
-+++ nls/Makefile Fri Sep 7 10:03:21 2001
-@@ -1,5 +1,5 @@
-
--SUBDIRS= C et finnish french german greek italian ja pl russian \
-+SUBDIRS= C et finnish french german greek italian ja russian \
- spanish ukrainian
- #GENCAT= gencat -new
- GENCAT= gencat
diff --git a/shells/tcsh/pkg-descr b/shells/tcsh/pkg-descr
deleted file mode 100644
index 7c3c806b9845..000000000000
--- a/shells/tcsh/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-TCSH is an extended C-shell with many useful features like
-filename completion, history editing, etc.
diff --git a/shells/tcsh/pkg-plist b/shells/tcsh/pkg-plist
deleted file mode 100644
index bf92d1abbf9a..000000000000
--- a/shells/tcsh/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-bin/tcsh
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/bin/tcsh /etc/shells.bak; echo bin/tcsh) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/bin/tcsh /etc/shells.bak) >/etc/shells
-share/nls/C/tcsh.cat
-share/nls/de_DE.ISO_8859-1/tcsh.cat
-@exec ln -fs %D/%F %D/share/nls/de_AT.ISO_8859-1/tcsh.cat
-@exec ln -fs %D/%F %D/share/nls/de_CH.ISO_8859-1/tcsh.cat
-@unexec rm -f %D/share/nls/de_AT.ISO_8859-1/tcsh.cat
-@unexec rm -f %D/share/nls/de_CH.ISO_8859-1/tcsh.cat
-share/nls/el_GR.ISO_8859-7/tcsh.cat
-share/nls/es_ES.ISO_8859-1/tcsh.cat
-share/nls/fi_FI.ISO_8859-1/tcsh.cat
-share/nls/fr_FR.ISO_8859-1/tcsh.cat
-@exec ln -fs %D/%F %D/share/nls/fr_BE.ISO_8859-1/tcsh.cat
-@exec ln -fs %D/%F %D/share/nls/fr_CA.ISO_8859-1/tcsh.cat
-@exec ln -fs %D/%F %D/share/nls/fr_CH.ISO_8859-1/tcsh.cat
-@unexec rm -f %D/share/nls/fr_BE.ISO_8859-1/tcsh.cat
-@unexec rm -f %D/share/nls/fr_CA.ISO_8859-1/tcsh.cat
-@unexec rm -f %D/share/nls/fr_CH.ISO_8859-1/tcsh.cat
-share/nls/it_IT.ISO_8859-1/tcsh.cat
-@unexec rmdir %D/share/nls/el_GR.ISO_8859-7 2>dev/null || true
diff --git a/shells/tcsh/pkg-plist.nobuild b/shells/tcsh/pkg-plist.nobuild
deleted file mode 100644
index 8aa5485a3dea..000000000000
--- a/shells/tcsh/pkg-plist.nobuild
+++ /dev/null
@@ -1,4 +0,0 @@
-@exec ln -sf /bin/tcsh %D/bin/tcsh
-@unexec rm -f %D/bin/tcsh
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/bin/tcsh /etc/shells.bak; echo %D/bin/tcsh) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/bin/tcsh /etc/shells.bak) >/etc/shells