summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /shells
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes: svn path=/head/; revision=1803 svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'shells')
-rw-r--r--shells/Makefile6
-rw-r--r--shells/bash/Makefile14
-rw-r--r--shells/bash/distinfo1
-rw-r--r--shells/bash/files/patch-ab56
-rw-r--r--shells/bash/pkg-comment1
-rw-r--r--shells/bash/pkg-descr8
-rw-r--r--shells/bash/pkg-plist8
-rw-r--r--shells/bash1/Makefile14
-rw-r--r--shells/bash1/distinfo1
-rw-r--r--shells/bash1/files/patch-ab56
-rw-r--r--shells/bash1/files/patch-ac40
-rw-r--r--shells/bash1/files/patch-ad21
-rw-r--r--shells/bash1/pkg-comment1
-rw-r--r--shells/bash1/pkg-descr8
-rw-r--r--shells/bash1/pkg-plist8
-rw-r--r--shells/bash2/Makefile14
-rw-r--r--shells/bash2/distinfo1
-rw-r--r--shells/bash2/files/patch-ab56
-rw-r--r--shells/bash2/pkg-comment1
-rw-r--r--shells/bash2/pkg-descr8
-rw-r--r--shells/bash2/pkg-plist8
-rw-r--r--shells/bash3/Makefile14
-rw-r--r--shells/bash3/distinfo1
-rw-r--r--shells/bash3/files/patch-ab56
-rw-r--r--shells/bash3/pkg-comment1
-rw-r--r--shells/bash3/pkg-descr8
-rw-r--r--shells/bash3/pkg-plist8
-rw-r--r--shells/pdksh/Makefile15
-rw-r--r--shells/pdksh/distinfo1
-rw-r--r--shells/pdksh/pkg-comment1
-rw-r--r--shells/pdksh/pkg-descr2
-rw-r--r--shells/pdksh/pkg-plist5
-rw-r--r--shells/tcsh/Makefile15
-rw-r--r--shells/tcsh/distinfo1
-rw-r--r--shells/tcsh/pkg-comment1
-rw-r--r--shells/tcsh/pkg-descr2
-rw-r--r--shells/tcsh/pkg-plist5
-rw-r--r--shells/zsh-devel/Makefile24
-rw-r--r--shells/zsh-devel/distinfo1
-rw-r--r--shells/zsh-devel/pkg-comment1
-rw-r--r--shells/zsh-devel/pkg-descr6
-rw-r--r--shells/zsh-devel/pkg-plist17
-rw-r--r--shells/zsh/Makefile24
-rw-r--r--shells/zsh/distinfo1
-rw-r--r--shells/zsh/pkg-comment1
-rw-r--r--shells/zsh/pkg-descr6
-rw-r--r--shells/zsh/pkg-plist17
47 files changed, 0 insertions, 565 deletions
diff --git a/shells/Makefile b/shells/Makefile
deleted file mode 100644
index 91bc1af26a55..000000000000
--- a/shells/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# $Id: Makefile,v 1.8 1995/04/25 07:03:53 asami Exp $
-#
-
-SUBDIR= bash pdksh tcsh zsh
-
-.include <bsd.port.subdir.mk>
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
deleted file mode 100644
index 81561adc0ba5..000000000000
--- a/shells/bash/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# New ports collection makefile for: bash
-# Version required: 1.14.4
-# Date created: 21 August 1994
-# Whom: jkh
-#
-# $Id: Makefile,v 1.9 1995/04/11 19:26:27 asami Exp $
-#
-
-DISTNAME= bash-1.14.4
-CATEGORIES+= shells
-MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
-MAINTAINER= ache@FreeBSD.ORG
-
-.include <bsd.port.mk>
diff --git a/shells/bash/distinfo b/shells/bash/distinfo
deleted file mode 100644
index 88a7cadab252..000000000000
--- a/shells/bash/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bash-1.14.4.tar.gz) = bc1f600f6884984314d1439ed1450801
diff --git a/shells/bash/files/patch-ab b/shells/bash/files/patch-ab
deleted file mode 100644
index d41ffcfd88cd..000000000000
--- a/shells/bash/files/patch-ab
+++ /dev/null
@@ -1,56 +0,0 @@
-*** cpp-Makefile.orig Tue Jan 31 00:48:36 1995
---- cpp-Makefile Fri Mar 17 03:24:29 1995
-***************
-*** 138,144 ****
---- 138,148 ----
- /usr/include. Then it will break.) */
- CC = gcc -traditional -I/usr/include $(GCC_EXTRAS)
- # else /* HAVE_FIXED_INCLUDES */
-+ #ifdef __FreeBSD__
-+ CC += $(GCC_EXTRAS)
-+ #else
- CC = gcc $(GCC_EXTRAS)
-+ #endif
- # endif /* HAVE_FIXED_INCLUDES */
- #else /* !HAVE_GCC */
- CC = CPP_CC
-***************
-*** 155,162 ****
---- 159,171 ----
- RM = rm -f
- AR = ar
-
-+ #ifndef __FreeBSD__
- INSTALL_PROGRAM = install -c
- INSTALL_DATA = install -c -m 644
-+ #else
-+ INSTALL_PROGRAM = install -c -o bin -g bin -m 555
-+ INSTALL_DATA = install -c -o bin -g bin -m 644
-+ #endif
-
- COMPRESS = gzip
- COMPRESS_EXT = .gz
-***************
-*** 304,310 ****
---- 313,321 ----
- /**/# The GNU coding standards don't recognize the possibility that
- /**/# other information besides optimization and debugging might be
- /**/# passed to cc. A different name should have been used.
-+ #ifndef __FreeBSD__
- CFLAGS = -O -g
-+ #endif
-
- SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
- $(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
-***************
-*** 312,317 ****
---- 323,331 ----
- $(VARARGSH) $(STRCHR) $(STRCASE) $(DEVFD) \
- -D$(Machine) -D$(OS)
- LDFLAGS = $(NOSHARE) $(SYSDEP_LD) $(EXTRA_LD_PATH) $(PROFILE_FLAGS) $(CFLAGS)
-+ #ifdef __FreeBSD__
-+ LDFLAGS += -s
-+ #endif
- CCFLAGS = $(PROFILE_FLAGS) $(SYSTEM_FLAGS) -DSHELL $(ALLOCA_CFLAGS) \
- $(MALLOC_CFLAGS) $(CFLAGS)
- CPPFLAGS= -I. -I$(srcdir) -I$(LIBSRC)
diff --git a/shells/bash/pkg-comment b/shells/bash/pkg-comment
deleted file mode 100644
index 2470326d00fa..000000000000
--- a/shells/bash/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-bash, the GNU Borne Again Shell. Version 1.14.4
diff --git a/shells/bash/pkg-descr b/shells/bash/pkg-descr
deleted file mode 100644
index 497fcff47de1..000000000000
--- a/shells/bash/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Bash is the GNU Project's Bourne
-Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
-but also with interactive command line editing, job control on
-architectures that support it, Csh-like history features and brace
-expansion, and a slew of other stuff. For more information on the
-features of Bash that are new to this type of shell, see the file
-`documentation/features.texi'. There is also a processed DVI file
-there, as well as a large man page.
diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist
deleted file mode 100644
index 8d51f4a46878..000000000000
--- a/shells/bash/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-@cwd /usr/local
-bin/bash
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
-bin/bashbug
-man/man1/bash.1
-man/man1/bash_builtins.1
-info/bash.info
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile
deleted file mode 100644
index 81561adc0ba5..000000000000
--- a/shells/bash1/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# New ports collection makefile for: bash
-# Version required: 1.14.4
-# Date created: 21 August 1994
-# Whom: jkh
-#
-# $Id: Makefile,v 1.9 1995/04/11 19:26:27 asami Exp $
-#
-
-DISTNAME= bash-1.14.4
-CATEGORIES+= shells
-MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
-MAINTAINER= ache@FreeBSD.ORG
-
-.include <bsd.port.mk>
diff --git a/shells/bash1/distinfo b/shells/bash1/distinfo
deleted file mode 100644
index 88a7cadab252..000000000000
--- a/shells/bash1/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bash-1.14.4.tar.gz) = bc1f600f6884984314d1439ed1450801
diff --git a/shells/bash1/files/patch-ab b/shells/bash1/files/patch-ab
deleted file mode 100644
index d41ffcfd88cd..000000000000
--- a/shells/bash1/files/patch-ab
+++ /dev/null
@@ -1,56 +0,0 @@
-*** cpp-Makefile.orig Tue Jan 31 00:48:36 1995
---- cpp-Makefile Fri Mar 17 03:24:29 1995
-***************
-*** 138,144 ****
---- 138,148 ----
- /usr/include. Then it will break.) */
- CC = gcc -traditional -I/usr/include $(GCC_EXTRAS)
- # else /* HAVE_FIXED_INCLUDES */
-+ #ifdef __FreeBSD__
-+ CC += $(GCC_EXTRAS)
-+ #else
- CC = gcc $(GCC_EXTRAS)
-+ #endif
- # endif /* HAVE_FIXED_INCLUDES */
- #else /* !HAVE_GCC */
- CC = CPP_CC
-***************
-*** 155,162 ****
---- 159,171 ----
- RM = rm -f
- AR = ar
-
-+ #ifndef __FreeBSD__
- INSTALL_PROGRAM = install -c
- INSTALL_DATA = install -c -m 644
-+ #else
-+ INSTALL_PROGRAM = install -c -o bin -g bin -m 555
-+ INSTALL_DATA = install -c -o bin -g bin -m 644
-+ #endif
-
- COMPRESS = gzip
- COMPRESS_EXT = .gz
-***************
-*** 304,310 ****
---- 313,321 ----
- /**/# The GNU coding standards don't recognize the possibility that
- /**/# other information besides optimization and debugging might be
- /**/# passed to cc. A different name should have been used.
-+ #ifndef __FreeBSD__
- CFLAGS = -O -g
-+ #endif
-
- SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
- $(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
-***************
-*** 312,317 ****
---- 323,331 ----
- $(VARARGSH) $(STRCHR) $(STRCASE) $(DEVFD) \
- -D$(Machine) -D$(OS)
- LDFLAGS = $(NOSHARE) $(SYSDEP_LD) $(EXTRA_LD_PATH) $(PROFILE_FLAGS) $(CFLAGS)
-+ #ifdef __FreeBSD__
-+ LDFLAGS += -s
-+ #endif
- CCFLAGS = $(PROFILE_FLAGS) $(SYSTEM_FLAGS) -DSHELL $(ALLOCA_CFLAGS) \
- $(MALLOC_CFLAGS) $(CFLAGS)
- CPPFLAGS= -I. -I$(srcdir) -I$(LIBSRC)
diff --git a/shells/bash1/files/patch-ac b/shells/bash1/files/patch-ac
deleted file mode 100644
index 8c2733eacc55..000000000000
--- a/shells/bash1/files/patch-ac
+++ /dev/null
@@ -1,40 +0,0 @@
-*** readline.c.bak Tue Dec 6 01:47:48 1994
---- lib/readline/readline.c Mon Dec 12 04:29:49 1994
-***************
-*** 958,964 ****
- static void
- readline_initialize_everything ()
- {
-! char *t;
-
- /* Find out if we are running in Emacs. */
- running_in_emacs = getenv ("EMACS") != (char *)0;
---- 958,964 ----
- static void
- readline_initialize_everything ()
- {
-! char *t, *t1;
-
- /* Find out if we are running in Emacs. */
- running_in_emacs = getenv ("EMACS") != (char *)0;
-***************
-*** 993,999 ****
- /* Check for LC_CTYPE and use its value to decide the defaults for
- 8-bit character input and output. */
- t = getenv ("LC_CTYPE");
-! if (t && (strcmp (t, "iso-8859-1") == 0 || strcmp (t, "iso_8859_1") == 0))
- {
- _rl_meta_flag = 1;
- _rl_convert_meta_chars_to_ascii = 0;
---- 993,1003 ----
- /* Check for LC_CTYPE and use its value to decide the defaults for
- 8-bit character input and output. */
- t = getenv ("LC_CTYPE");
-! t1 = getenv ("LANG");
-! if (t && (strstr (t, "8859-1") != NULL || strstr (t, "8859_1") != NULL ||
-! strstr (t, "KOI8-R") != NULL || strstr (t, "koi8-r") != NULL) ||
-! t1 && (strstr (t1, "8859-1") != NULL || strstr (t1, "8859_1") != NULL ||
-! strstr (t1, "KOI8-R") != NULL || strstr (t1, "koi8-r") != NULL))
- {
- _rl_meta_flag = 1;
- _rl_convert_meta_chars_to_ascii = 0;
diff --git a/shells/bash1/files/patch-ad b/shells/bash1/files/patch-ad
deleted file mode 100644
index 8f66ce9ed935..000000000000
--- a/shells/bash1/files/patch-ad
+++ /dev/null
@@ -1,21 +0,0 @@
-*** documentation/Makefile.bak Fri Jan 6 23:48:35 1995
---- documentation/Makefile Fri Jan 6 23:50:06 1995
-***************
-*** 109,116 ****
- -[ -d $(mandir) ] || mkdir $(mandir)
- $(INSTALL_DATA) bash.1 $(mandir)
- sed 's:so bash.1:so man1/bash.1:' < builtins.1 > $(mandir)/bash_builtins.1
-! -[ -d $(man3dir) ] || mkdir $(man3dir)
-! $(INSTALL_DATA) readline.3 $(man3dir)
- -[ -d $(infodir) ] || mkdir $(infodir)
- $(INSTALL_DATA) features.info $(infodir)/bash.info
-
---- 109,116 ----
- -[ -d $(mandir) ] || mkdir $(mandir)
- $(INSTALL_DATA) bash.1 $(mandir)
- sed 's:so bash.1:so man1/bash.1:' < builtins.1 > $(mandir)/bash_builtins.1
-! # -[ -d $(man3dir) ] || mkdir $(man3dir)
-! # $(INSTALL_DATA) readline.3 $(man3dir)
- -[ -d $(infodir) ] || mkdir $(infodir)
- $(INSTALL_DATA) features.info $(infodir)/bash.info
-
diff --git a/shells/bash1/pkg-comment b/shells/bash1/pkg-comment
deleted file mode 100644
index 2470326d00fa..000000000000
--- a/shells/bash1/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-bash, the GNU Borne Again Shell. Version 1.14.4
diff --git a/shells/bash1/pkg-descr b/shells/bash1/pkg-descr
deleted file mode 100644
index 497fcff47de1..000000000000
--- a/shells/bash1/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Bash is the GNU Project's Bourne
-Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
-but also with interactive command line editing, job control on
-architectures that support it, Csh-like history features and brace
-expansion, and a slew of other stuff. For more information on the
-features of Bash that are new to this type of shell, see the file
-`documentation/features.texi'. There is also a processed DVI file
-there, as well as a large man page.
diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist
deleted file mode 100644
index 8d51f4a46878..000000000000
--- a/shells/bash1/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-@cwd /usr/local
-bin/bash
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
-bin/bashbug
-man/man1/bash.1
-man/man1/bash_builtins.1
-info/bash.info
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
deleted file mode 100644
index 81561adc0ba5..000000000000
--- a/shells/bash2/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# New ports collection makefile for: bash
-# Version required: 1.14.4
-# Date created: 21 August 1994
-# Whom: jkh
-#
-# $Id: Makefile,v 1.9 1995/04/11 19:26:27 asami Exp $
-#
-
-DISTNAME= bash-1.14.4
-CATEGORIES+= shells
-MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
-MAINTAINER= ache@FreeBSD.ORG
-
-.include <bsd.port.mk>
diff --git a/shells/bash2/distinfo b/shells/bash2/distinfo
deleted file mode 100644
index 88a7cadab252..000000000000
--- a/shells/bash2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bash-1.14.4.tar.gz) = bc1f600f6884984314d1439ed1450801
diff --git a/shells/bash2/files/patch-ab b/shells/bash2/files/patch-ab
deleted file mode 100644
index d41ffcfd88cd..000000000000
--- a/shells/bash2/files/patch-ab
+++ /dev/null
@@ -1,56 +0,0 @@
-*** cpp-Makefile.orig Tue Jan 31 00:48:36 1995
---- cpp-Makefile Fri Mar 17 03:24:29 1995
-***************
-*** 138,144 ****
---- 138,148 ----
- /usr/include. Then it will break.) */
- CC = gcc -traditional -I/usr/include $(GCC_EXTRAS)
- # else /* HAVE_FIXED_INCLUDES */
-+ #ifdef __FreeBSD__
-+ CC += $(GCC_EXTRAS)
-+ #else
- CC = gcc $(GCC_EXTRAS)
-+ #endif
- # endif /* HAVE_FIXED_INCLUDES */
- #else /* !HAVE_GCC */
- CC = CPP_CC
-***************
-*** 155,162 ****
---- 159,171 ----
- RM = rm -f
- AR = ar
-
-+ #ifndef __FreeBSD__
- INSTALL_PROGRAM = install -c
- INSTALL_DATA = install -c -m 644
-+ #else
-+ INSTALL_PROGRAM = install -c -o bin -g bin -m 555
-+ INSTALL_DATA = install -c -o bin -g bin -m 644
-+ #endif
-
- COMPRESS = gzip
- COMPRESS_EXT = .gz
-***************
-*** 304,310 ****
---- 313,321 ----
- /**/# The GNU coding standards don't recognize the possibility that
- /**/# other information besides optimization and debugging might be
- /**/# passed to cc. A different name should have been used.
-+ #ifndef __FreeBSD__
- CFLAGS = -O -g
-+ #endif
-
- SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
- $(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
-***************
-*** 312,317 ****
---- 323,331 ----
- $(VARARGSH) $(STRCHR) $(STRCASE) $(DEVFD) \
- -D$(Machine) -D$(OS)
- LDFLAGS = $(NOSHARE) $(SYSDEP_LD) $(EXTRA_LD_PATH) $(PROFILE_FLAGS) $(CFLAGS)
-+ #ifdef __FreeBSD__
-+ LDFLAGS += -s
-+ #endif
- CCFLAGS = $(PROFILE_FLAGS) $(SYSTEM_FLAGS) -DSHELL $(ALLOCA_CFLAGS) \
- $(MALLOC_CFLAGS) $(CFLAGS)
- CPPFLAGS= -I. -I$(srcdir) -I$(LIBSRC)
diff --git a/shells/bash2/pkg-comment b/shells/bash2/pkg-comment
deleted file mode 100644
index 2470326d00fa..000000000000
--- a/shells/bash2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-bash, the GNU Borne Again Shell. Version 1.14.4
diff --git a/shells/bash2/pkg-descr b/shells/bash2/pkg-descr
deleted file mode 100644
index 497fcff47de1..000000000000
--- a/shells/bash2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Bash is the GNU Project's Bourne
-Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
-but also with interactive command line editing, job control on
-architectures that support it, Csh-like history features and brace
-expansion, and a slew of other stuff. For more information on the
-features of Bash that are new to this type of shell, see the file
-`documentation/features.texi'. There is also a processed DVI file
-there, as well as a large man page.
diff --git a/shells/bash2/pkg-plist b/shells/bash2/pkg-plist
deleted file mode 100644
index 8d51f4a46878..000000000000
--- a/shells/bash2/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-@cwd /usr/local
-bin/bash
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
-bin/bashbug
-man/man1/bash.1
-man/man1/bash_builtins.1
-info/bash.info
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile
deleted file mode 100644
index 81561adc0ba5..000000000000
--- a/shells/bash3/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# New ports collection makefile for: bash
-# Version required: 1.14.4
-# Date created: 21 August 1994
-# Whom: jkh
-#
-# $Id: Makefile,v 1.9 1995/04/11 19:26:27 asami Exp $
-#
-
-DISTNAME= bash-1.14.4
-CATEGORIES+= shells
-MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
-MAINTAINER= ache@FreeBSD.ORG
-
-.include <bsd.port.mk>
diff --git a/shells/bash3/distinfo b/shells/bash3/distinfo
deleted file mode 100644
index 88a7cadab252..000000000000
--- a/shells/bash3/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bash-1.14.4.tar.gz) = bc1f600f6884984314d1439ed1450801
diff --git a/shells/bash3/files/patch-ab b/shells/bash3/files/patch-ab
deleted file mode 100644
index d41ffcfd88cd..000000000000
--- a/shells/bash3/files/patch-ab
+++ /dev/null
@@ -1,56 +0,0 @@
-*** cpp-Makefile.orig Tue Jan 31 00:48:36 1995
---- cpp-Makefile Fri Mar 17 03:24:29 1995
-***************
-*** 138,144 ****
---- 138,148 ----
- /usr/include. Then it will break.) */
- CC = gcc -traditional -I/usr/include $(GCC_EXTRAS)
- # else /* HAVE_FIXED_INCLUDES */
-+ #ifdef __FreeBSD__
-+ CC += $(GCC_EXTRAS)
-+ #else
- CC = gcc $(GCC_EXTRAS)
-+ #endif
- # endif /* HAVE_FIXED_INCLUDES */
- #else /* !HAVE_GCC */
- CC = CPP_CC
-***************
-*** 155,162 ****
---- 159,171 ----
- RM = rm -f
- AR = ar
-
-+ #ifndef __FreeBSD__
- INSTALL_PROGRAM = install -c
- INSTALL_DATA = install -c -m 644
-+ #else
-+ INSTALL_PROGRAM = install -c -o bin -g bin -m 555
-+ INSTALL_DATA = install -c -o bin -g bin -m 644
-+ #endif
-
- COMPRESS = gzip
- COMPRESS_EXT = .gz
-***************
-*** 304,310 ****
---- 313,321 ----
- /**/# The GNU coding standards don't recognize the possibility that
- /**/# other information besides optimization and debugging might be
- /**/# passed to cc. A different name should have been used.
-+ #ifndef __FreeBSD__
- CFLAGS = -O -g
-+ #endif
-
- SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
- $(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
-***************
-*** 312,317 ****
---- 323,331 ----
- $(VARARGSH) $(STRCHR) $(STRCASE) $(DEVFD) \
- -D$(Machine) -D$(OS)
- LDFLAGS = $(NOSHARE) $(SYSDEP_LD) $(EXTRA_LD_PATH) $(PROFILE_FLAGS) $(CFLAGS)
-+ #ifdef __FreeBSD__
-+ LDFLAGS += -s
-+ #endif
- CCFLAGS = $(PROFILE_FLAGS) $(SYSTEM_FLAGS) -DSHELL $(ALLOCA_CFLAGS) \
- $(MALLOC_CFLAGS) $(CFLAGS)
- CPPFLAGS= -I. -I$(srcdir) -I$(LIBSRC)
diff --git a/shells/bash3/pkg-comment b/shells/bash3/pkg-comment
deleted file mode 100644
index 2470326d00fa..000000000000
--- a/shells/bash3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-bash, the GNU Borne Again Shell. Version 1.14.4
diff --git a/shells/bash3/pkg-descr b/shells/bash3/pkg-descr
deleted file mode 100644
index 497fcff47de1..000000000000
--- a/shells/bash3/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Bash is the GNU Project's Bourne
-Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
-but also with interactive command line editing, job control on
-architectures that support it, Csh-like history features and brace
-expansion, and a slew of other stuff. For more information on the
-features of Bash that are new to this type of shell, see the file
-`documentation/features.texi'. There is also a processed DVI file
-there, as well as a large man page.
diff --git a/shells/bash3/pkg-plist b/shells/bash3/pkg-plist
deleted file mode 100644
index 8d51f4a46878..000000000000
--- a/shells/bash3/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-@cwd /usr/local
-bin/bash
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
-bin/bashbug
-man/man1/bash.1
-man/man1/bash_builtins.1
-info/bash.info
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile
deleted file mode 100644
index ed05477b7d8b..000000000000
--- a/shells/pdksh/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# New ports collection makefile for: pdksh
-# Version required: 5.1.3
-# Date created: 23 December 1994
-# Whom: thomas@ghpc8.ihf.rwth-aachen.de
-#
-# $Id: Makefile,v 1.4 1995/04/01 12:49:56 jkh Exp $
-#
-
-DISTNAME= pdksh-5.1.3
-CATEGORIES+= shells
-MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
-
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/shells/pdksh/distinfo b/shells/pdksh/distinfo
deleted file mode 100644
index d15ecd4c8cc5..000000000000
--- a/shells/pdksh/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pdksh-5.1.3.tar.gz) = 85493e3f98909dbdcacc3a074eb3359a
diff --git a/shells/pdksh/pkg-comment b/shells/pdksh/pkg-comment
deleted file mode 100644
index 657b05dc793b..000000000000
--- a/shells/pdksh/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-PD KSH v5.1.3 94/12/22 (binaries)
diff --git a/shells/pdksh/pkg-descr b/shells/pdksh/pkg-descr
deleted file mode 100644
index 64514d922a84..000000000000
--- a/shells/pdksh/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-PDKSH is the Public Domain Korn Shell. Its command language is a
-superset of the sh(1) shell language.
diff --git a/shells/pdksh/pkg-plist b/shells/pdksh/pkg-plist
deleted file mode 100644
index 830a7aa96d33..000000000000
--- a/shells/pdksh/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-@cwd /usr/local
-bin/ksh
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
-man/man1/ksh.1
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
deleted file mode 100644
index 4c7b9a1a4100..000000000000
--- a/shells/tcsh/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# New ports collection makefile for: tcsh
-# Version required: 6.05
-# Date created: 22 August 1994
-# Whom: jkh
-#
-# $Id: Makefile,v 1.7 1995/04/11 19:26:35 asami Exp $
-#
-
-DISTNAME= tcsh-6.05
-CATEGORIES+= shells
-MASTER_SITES= ftp://tesla.ee.cornell.edu/pub/tcsh/
-
-MAINTAINER= ache@FreeBSD.ORG
-
-.include <bsd.port.mk>
diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo
deleted file mode 100644
index 42facf9036c8..000000000000
--- a/shells/tcsh/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (tcsh-6.05.tar.gz) = 4b241447912d09cd1cad305642c44ed7
diff --git a/shells/tcsh/pkg-comment b/shells/tcsh/pkg-comment
deleted file mode 100644
index c209dd6cff1f..000000000000
--- a/shells/tcsh/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-TCSH shell V6.05 (binaries)
diff --git a/shells/tcsh/pkg-descr b/shells/tcsh/pkg-descr
deleted file mode 100644
index dd49e99973e4..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. This is version 6.05.
diff --git a/shells/tcsh/pkg-plist b/shells/tcsh/pkg-plist
deleted file mode 100644
index 969c40ab6632..000000000000
--- a/shells/tcsh/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-@cwd /usr/local
-bin/tcsh
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
-man/man1/tcsh.1
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile
deleted file mode 100644
index 49a2c33bee40..000000000000
--- a/shells/zsh-devel/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: zsh
-# Version required: 2.6 beta7
-# Date created: 11 Feb. 1995
-# Whom: torstenb
-#
-# $Id: Makefile,v 1.9 1995/05/04 21:27:52 torstenb Exp $
-#
-
-DISTNAME= zsh-2.6-beta8
-PKGNAME= zsh-2.6b8
-CATEGORIES+= shells
-MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/
-
-MAINTAINER= torstenb@FreeBSD.ORG
-
-GNU_CONFIGURE= yes
-
-post-install:
- gzip -9nf ${PREFIX}/man/man1/zsh.1 ${PREFIX}/man/man1/zshbuiltins.1 \
- ${PREFIX}/man/man1/zshcompctl.1 ${PREFIX}/man/man1/zshexpn.1 \
- ${PREFIX}/man/man1/zshmisc.1 ${PREFIX}/man/man1/zshoptions.1 \
- ${PREFIX}/man/man1/zshparam.1 ${PREFIX}/man/man1/zshzle.1
-
-.include <bsd.port.mk>
diff --git a/shells/zsh-devel/distinfo b/shells/zsh-devel/distinfo
deleted file mode 100644
index a655bd934cfd..000000000000
--- a/shells/zsh-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (zsh-2.6-beta8.tar.gz) = b530cf0881263e3e9031ef19368bde27
diff --git a/shells/zsh-devel/pkg-comment b/shells/zsh-devel/pkg-comment
deleted file mode 100644
index fd7204ea63d6..000000000000
--- a/shells/zsh-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Zsh - the Z shell, version 2.6 beta 8
diff --git a/shells/zsh-devel/pkg-descr b/shells/zsh-devel/pkg-descr
deleted file mode 100644
index 8f4144f053ea..000000000000
--- a/shells/zsh-devel/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Zsh is a UNIX command interpreter (shell) which of the standard shells
-most resembles the Korn shell (ksh), although it is not completely
-compatible. It includes enhancements of many types, notably in the
-command-line editor, options for customising its behaviour, filename
-globbing, features to make C-shell (csh) users feel more at home and
-extra features drawn from tcsh (another `custom' shell).
diff --git a/shells/zsh-devel/pkg-plist b/shells/zsh-devel/pkg-plist
deleted file mode 100644
index 763ef88f096a..000000000000
--- a/shells/zsh-devel/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-bin/zsh
-bin/zsh-2.6-beta8
-info/zsh.info
-info/zsh.info-1
-info/zsh.info-2
-info/zsh.info-3
-info/zsh.info-4
-info/zsh.info-5
-info/zsh.info-6
-man/man1/zsh.1.gz
-man/man1/zshbuiltins.1.gz
-man/man1/zshcompctl.1.gz
-man/man1/zshexpn.1.gz
-man/man1/zshmisc.1.gz
-man/man1/zshoptions.1.gz
-man/man1/zshparam.1.gz
-man/man1/zshzle.1.gz
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
deleted file mode 100644
index 49a2c33bee40..000000000000
--- a/shells/zsh/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: zsh
-# Version required: 2.6 beta7
-# Date created: 11 Feb. 1995
-# Whom: torstenb
-#
-# $Id: Makefile,v 1.9 1995/05/04 21:27:52 torstenb Exp $
-#
-
-DISTNAME= zsh-2.6-beta8
-PKGNAME= zsh-2.6b8
-CATEGORIES+= shells
-MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/
-
-MAINTAINER= torstenb@FreeBSD.ORG
-
-GNU_CONFIGURE= yes
-
-post-install:
- gzip -9nf ${PREFIX}/man/man1/zsh.1 ${PREFIX}/man/man1/zshbuiltins.1 \
- ${PREFIX}/man/man1/zshcompctl.1 ${PREFIX}/man/man1/zshexpn.1 \
- ${PREFIX}/man/man1/zshmisc.1 ${PREFIX}/man/man1/zshoptions.1 \
- ${PREFIX}/man/man1/zshparam.1 ${PREFIX}/man/man1/zshzle.1
-
-.include <bsd.port.mk>
diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo
deleted file mode 100644
index a655bd934cfd..000000000000
--- a/shells/zsh/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (zsh-2.6-beta8.tar.gz) = b530cf0881263e3e9031ef19368bde27
diff --git a/shells/zsh/pkg-comment b/shells/zsh/pkg-comment
deleted file mode 100644
index fd7204ea63d6..000000000000
--- a/shells/zsh/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Zsh - the Z shell, version 2.6 beta 8
diff --git a/shells/zsh/pkg-descr b/shells/zsh/pkg-descr
deleted file mode 100644
index 8f4144f053ea..000000000000
--- a/shells/zsh/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Zsh is a UNIX command interpreter (shell) which of the standard shells
-most resembles the Korn shell (ksh), although it is not completely
-compatible. It includes enhancements of many types, notably in the
-command-line editor, options for customising its behaviour, filename
-globbing, features to make C-shell (csh) users feel more at home and
-extra features drawn from tcsh (another `custom' shell).
diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist
deleted file mode 100644
index 763ef88f096a..000000000000
--- a/shells/zsh/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-bin/zsh
-bin/zsh-2.6-beta8
-info/zsh.info
-info/zsh.info-1
-info/zsh.info-2
-info/zsh.info-3
-info/zsh.info-4
-info/zsh.info-5
-info/zsh.info-6
-man/man1/zsh.1.gz
-man/man1/zshbuiltins.1.gz
-man/man1/zshcompctl.1.gz
-man/man1/zshexpn.1.gz
-man/man1/zshmisc.1.gz
-man/man1/zshoptions.1.gz
-man/man1/zshparam.1.gz
-man/man1/zshzle.1.gz