diff options
Diffstat (limited to 'shells')
| -rw-r--r-- | shells/bash/Makefile | 50 | ||||
| -rw-r--r-- | shells/bash/distinfo | 2 | ||||
| -rw-r--r-- | shells/bash/files/patch-aa | 21 | ||||
| -rw-r--r-- | shells/bash/files/patch-ab | 19 | ||||
| -rw-r--r-- | shells/bash/pkg-comment | 1 | ||||
| -rw-r--r-- | shells/bash/pkg-descr | 8 | ||||
| -rw-r--r-- | shells/bash/pkg-plist | 14 | ||||
| -rw-r--r-- | shells/bash3/Makefile | 50 | ||||
| -rw-r--r-- | shells/bash3/distinfo | 2 | ||||
| -rw-r--r-- | shells/bash3/files/patch-aa | 21 | ||||
| -rw-r--r-- | shells/bash3/files/patch-ab | 19 | ||||
| -rw-r--r-- | shells/bash3/pkg-comment | 1 | ||||
| -rw-r--r-- | shells/bash3/pkg-descr | 8 | ||||
| -rw-r--r-- | shells/bash3/pkg-plist | 14 | ||||
| -rw-r--r-- | shells/fd/Makefile | 36 | ||||
| -rw-r--r-- | shells/fd/distinfo | 1 | ||||
| -rw-r--r-- | shells/fd/files/patch-aa | 11 | ||||
| -rw-r--r-- | shells/fd/pkg-comment | 1 | ||||
| -rw-r--r-- | shells/fd/pkg-descr | 11 | ||||
| -rw-r--r-- | shells/fd/pkg-message | 1 | ||||
| -rw-r--r-- | shells/fd/pkg-plist | 7 |
21 files changed, 0 insertions, 298 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile deleted file mode 100644 index 06bb9923e1d1..000000000000 --- a/shells/bash/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/bash/distinfo b/shells/bash/distinfo deleted file mode 100644 index 49e37c0fcb18..000000000000 --- a/shells/bash/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/bash/files/patch-aa b/shells/bash/files/patch-aa deleted file mode 100644 index 16d0302debad..000000000000 --- a/shells/bash/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/bash/files/patch-ab b/shells/bash/files/patch-ab deleted file mode 100644 index aa1b826febff..000000000000 --- a/shells/bash/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/bash/pkg-comment b/shells/bash/pkg-comment deleted file mode 100644 index 00c70ad756d8..000000000000 --- a/shells/bash/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The GNU Borne Again Shell. 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 d2a7ab495398..000000000000 --- a/shells/bash/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 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 diff --git a/shells/fd/Makefile b/shells/fd/Makefile deleted file mode 100644 index 7e1c32c86892..000000000000 --- a/shells/fd/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: FDclone -# Version required: 1.03i -# Date created: 20 Feb 1996 -# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> -# -# $Id: Makefile,v 1.12 1999/03/04 00:00:59 flathill Exp $ -# - -DISTNAME= FD-1.03j -PKGNAME= fd-1.03j -CATEGORIES= misc -MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ - -MAINTAINER= nobu@psrc.isac.co.jp - -MANLANG= ja -MAN1= fd.1 -MAKE_ENV= LANG=${MANLANG} -DOCS= README FAQ HISTORY ToAdmin -SIGNATURE= Nobuhiro Yasutomi <${MAINTAINER}> - -# require maintainer signature for binary package distributions -do-configure: - @cd ${WRKSRC}; v=version.h; ${MV} $$v $$v.orig; \ - ${SED} 's/\(distributor = \)NULL/\1"${SIGNATURE}"/' $$v.orig > $$v - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/fd - @for i in $(DOCS); do \ - ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/fd; \ - done -.endif - @${CAT} ${PKGDIR}/MESSAGE - -.include <bsd.port.mk> diff --git a/shells/fd/distinfo b/shells/fd/distinfo deleted file mode 100644 index 7173b90b91f5..000000000000 --- a/shells/fd/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (FD-1.03j.tar.gz) = afb06e4b28e627fe559ba38efa728b2d diff --git a/shells/fd/files/patch-aa b/shells/fd/files/patch-aa deleted file mode 100644 index 4487cbbd6cfb..000000000000 --- a/shells/fd/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Sep 16 00:00:15 1997 -+++ Makefile.in Fri Sep 19 21:42:41 1997 -@@ -3,7 +3,7 @@ - # - - TITLE = FD- --PREFIX = /usr/local -+PREFIX ?= /usr/local - TOPDIR = $(PREFIX) - BINDIR = $(TOPDIR)/bin - MANDIR = $(TOPDIR)/man__LANGDIR__/man$(MANSEC) diff --git a/shells/fd/pkg-comment b/shells/fd/pkg-comment deleted file mode 100644 index 2a1c33f6ef57..000000000000 --- a/shells/fd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A file and directory management tool diff --git a/shells/fd/pkg-descr b/shells/fd/pkg-descr deleted file mode 100644 index a078751d2411..000000000000 --- a/shells/fd/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -`FD' is a file and directory management tool for text terminal. -Browsing file list, viewing, editing, archiving/extracting management -with a few touch. - -FD for unix by shirai@nintendo.co.jp, and it is a clone of -FD for DOS (AT and PC9801) designed by A. Idei (SDI00544@niftyserve.or.jp). - - Currently, the man page is available only in Japanese, but it's - easy to use. Setting `FD_LANGUAGE' environment to 'english' you can - use English help. - -- nobu@psrc.isac.co.jp diff --git a/shells/fd/pkg-message b/shells/fd/pkg-message deleted file mode 100644 index 8fe25b4fd54f..000000000000 --- a/shells/fd/pkg-message +++ /dev/null @@ -1 +0,0 @@ -see additional documents at /usr/local/share/doc/fd/* on your disk. diff --git a/shells/fd/pkg-plist b/shells/fd/pkg-plist deleted file mode 100644 index c14d2454823e..000000000000 --- a/shells/fd/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/fd -bin/fd-unicd.tbl -share/doc/fd/FAQ -share/doc/fd/HISTORY -share/doc/fd/README -share/doc/fd/ToAdmin -@dirrm share/doc/fd |
