From a5f7fdf4dce3a319c4ff967336aafd6b853585da Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 26 Sep 2002 22:08:12 +0000 Subject: Initial import of bash-doc-2.05. This package contains the documentation for GNU Bash. --- shells/bash2-doc/DESCR | 12 ++++++++++++ shells/bash2-doc/Makefile | 36 ++++++++++++++++++++++++++++++++++++ shells/bash2-doc/PLIST | 8 ++++++++ shells/bash2-doc/distinfo | 8 ++++++++ 4 files changed, 64 insertions(+) create mode 100644 shells/bash2-doc/DESCR create mode 100644 shells/bash2-doc/Makefile create mode 100644 shells/bash2-doc/PLIST create mode 100644 shells/bash2-doc/distinfo (limited to 'shells/bash2-doc') diff --git a/shells/bash2-doc/DESCR b/shells/bash2-doc/DESCR new file mode 100644 index 00000000000..375d074aa34 --- /dev/null +++ b/shells/bash2-doc/DESCR @@ -0,0 +1,12 @@ +Bash is an sh-compatible shell that incorporates useful features from +the Korn shell (ksh) and C shell (csh). It is intended to conform to +the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. + +It offers functional improvements over sh for both programming and +interactive use; these include command line editing, unlimited size +command history, job control, shell functions and aliases, indexed +arrays of unlimited size, and integer arithmetic in any base from two +to sixty-four. In addition, most sh scripts can be run by Bash without +modification. + +This package contains the documentation for GNU Bash. diff --git a/shells/bash2-doc/Makefile b/shells/bash2-doc/Makefile new file mode 100644 index 00000000000..62a7a245d13 --- /dev/null +++ b/shells/bash2-doc/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/26 22:08:12 jlam Exp $ + +DISTNAME= bash-doc-2.05 +WRKSRC= ${WRKDIR}/doc +CATEGORIES= shells +MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ + ftp://slc2.ins.cwru.edu/pub/dist/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/bash/bash.html +COMMENT= The GNU Bourne Again Shell + +CONFLICTS= bash<=2.05nb1 + +USE_BUILDLINK2= # defined +NO_CONFIGURE= # defined +NO_BUILD= # defined + +DOCDIR= ${PREFIX}/share/doc/bash +HTMLDIR= ${PREFIX}/share/doc/html/bash + +do-install: + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_MAN} \ + ${WRKSRC}/article.ps \ + ${WRKSRC}/bashref.ps \ + ${WRKSRC}/article.txt \ + ${PREFIX}/share/doc/bash + ${INSTALL_DATA_DIR} ${HTMLDIR} + ${INSTALL_MAN} \ + ${WRKSRC}/bash.html \ + ${WRKSRC}/bashref.html \ + ${HTMLDIR} + ${GZIP_CMD} ${DOCDIR}/*.ps + +.include "../../mk/bsd.pkg.mk" diff --git a/shells/bash2-doc/PLIST b/shells/bash2-doc/PLIST new file mode 100644 index 00000000000..5051599890b --- /dev/null +++ b/shells/bash2-doc/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/26 22:08:12 jlam Exp $ +share/doc/bash/article.ps.gz +share/doc/bash/article.txt +share/doc/bash/bashref.ps.gz +share/doc/html/bash/bash.html +share/doc/html/bash/bashref.html +@dirrm share/doc/html/bash +@dirrm share/doc/bash diff --git a/shells/bash2-doc/distinfo b/shells/bash2-doc/distinfo new file mode 100644 index 00000000000..6e21b6fe9d0 --- /dev/null +++ b/shells/bash2-doc/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/26 22:08:12 jlam Exp $ + +SHA1 (bash-doc-2.05.tar.gz) = c07174e6f59730a925634a173541b4dbfcd5fdc1 +Size (bash-doc-2.05.tar.gz) = 880715 bytes +SHA1 (patch-ab) = ea7d1d5e063a839445cb4c7937ba79234a0596bf +SHA1 (patch-ac) = 41248ac10e116980aee59a790c73a71b91829e9e +SHA1 (patch-ad) = 5e3207818583a7c93a65ccebf6c77cfe5fd9be5a +SHA1 (patch-ae) = f55a728f9f8ce8896a7097100de80db1d1cf752f -- cgit v1.2.3