summaryrefslogtreecommitdiff
path: root/shells/bash3
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash3')
-rw-r--r--shells/bash3/Makefile50
-rw-r--r--shells/bash3/distinfo2
-rw-r--r--shells/bash3/files/patch-aa21
-rw-r--r--shells/bash3/files/patch-ab19
-rw-r--r--shells/bash3/pkg-comment1
-rw-r--r--shells/bash3/pkg-descr8
-rw-r--r--shells/bash3/pkg-plist14
7 files changed, 0 insertions, 115 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile
deleted file mode 100644
index 06bb9923e1d1..000000000000
--- a/shells/bash3/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: bash
-# Version required: 2.*
-# Date created: 21 August 1994
-# Whom: jkh
-#
-# $Id: Makefile,v 1.32 1999/01/27 07:41:27 fenner Exp $
-#
-
-DISTNAME= bash-2.03
-CATEGORIES= shells
-MASTER_SITES= ${MASTER_SITE_GNU} \
- ftp://slc2.ins.cwru.edu/pub/dist/
-MASTER_SITE_SUBDIR= bash
-.if !defined(NOPORTDOCS)
-DISTFILES= bash-2.03.tar.gz bash-doc-2.02.tar.gz
-.endif
-
-MAINTAINER= ache@FreeBSD.ORG
-
-GNU_CONFIGURE= Yes
-CONFIGURE_ENV= LDFLAGS=-static
-MAN1= bash.1 bashbug.1
-
-pre-install:
- if [ ! -s ${PREFIX}/info/dir -a -f /usr/share/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
-
-post-install:
- ${CP} /etc/shells /etc/shells.bak
- (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; echo ${PREFIX}/bin/bash) >/etc/shells
- ${RM} /etc/shells.bak
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/bash
- ${INSTALL_MAN} \
- ${WRKDIR}/bash-doc-2.02/doc/article.ps \
- ${WRKDIR}/bash-doc-2.02/doc/bashref.ps \
- ${PREFIX}/share/doc/bash
- ${INSTALL_MAN} \
- ${WRKDIR}/bash-doc-2.02/doc/bash.html \
- ${WRKDIR}/bash-doc-2.02/doc/bashref.html \
- ${WRKDIR}/bash-doc-2.02/doc/bashref_toc.html \
- ${PREFIX}/share/doc/bash
- ${INSTALL_MAN} \
- ${WRKDIR}/bash-doc-2.02/doc/article.txt \
- ${PREFIX}/share/doc/bash
- ${GZIP_CMD} ${PREFIX}/share/doc/bash/*.ps
-.endif
-
-.include <bsd.port.mk>
diff --git a/shells/bash3/distinfo b/shells/bash3/distinfo
deleted file mode 100644
index 49e37c0fcb18..000000000000
--- a/shells/bash3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (bash-2.03.tar.gz) = 70e356eae4fed395c9a0fc35b752f711
-MD5 (bash-doc-2.02.tar.gz) = 94f7e06b0c73264f9ca7fb446007b5f0
diff --git a/shells/bash3/files/patch-aa b/shells/bash3/files/patch-aa
deleted file mode 100644
index 16d0302debad..000000000000
--- a/shells/bash3/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-*** doc/Makefile.in.bak Fri Jan 31 00:12:33 1997
---- doc/Makefile.in Sat Jun 28 02:23:01 1997
-***************
-*** 155,161 ****
- -$(INSTALL_DATA) $(srcdir)/bashref.info $(infodir)/bash.info
- # run install-info if it is present to update the info directory
- if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-! install-info --dir-file=$(infodir)/dir $(infodir)/bash.info; \
- else true; fi
-
- uninstall:
---- 155,163 ----
- -$(INSTALL_DATA) $(srcdir)/bashref.info $(infodir)/bash.info
- # run install-info if it is present to update the info directory
- if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-! install-info \
-! --defentry="* BASH: (bash). Bash Reference Manual." \
-! --dir-file=$(infodir)/dir $(infodir)/bash.info; \
- else true; fi
-
- uninstall:
diff --git a/shells/bash3/files/patch-ab b/shells/bash3/files/patch-ab
deleted file mode 100644
index aa1b826febff..000000000000
--- a/shells/bash3/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** l Wed Apr 14 15:38:05 1999
---- Makefile.in Wed Apr 14 15:38:21 1999
-***************
-*** 550,556 ****
-
- install: .made installdirs
- $(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(bindir)/$(Program)
-! $(INSTALL_PROGRAM) $(INSTALLMODE) bashbug $(bindir)/bashbug
- -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
- man1dir=$(man1dir) man1ext=$(man1ext) \
- man3dir=$(man3dir) man3ext=$(man3ext) \
---- 550,556 ----
-
- install: .made installdirs
- $(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(bindir)/$(Program)
-! $(INSTALL) $(INSTALLMODE) bashbug $(bindir)/bashbug
- -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
- man1dir=$(man1dir) man1ext=$(man1ext) \
- man3dir=$(man3dir) man3ext=$(man3ext) \
diff --git a/shells/bash3/pkg-comment b/shells/bash3/pkg-comment
deleted file mode 100644
index 00c70ad756d8..000000000000
--- a/shells/bash3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The GNU Borne Again Shell.
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 d2a7ab495398..000000000000
--- a/shells/bash3/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-@unexec install-info --delete %D/info/bash.info %D/info/dir
-info/bash.info
-@exec [ -f %D/info/dir -o ! -f /usr/share/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
-share/doc/bash/article.ps.gz
-share/doc/bash/bashref.ps.gz
-share/doc/bash/bash.html
-share/doc/bash/bashref.html
-share/doc/bash/bashref_toc.html
-share/doc/bash/article.txt
-@dirrm share/doc/bash