Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

12
shells/bash2-doc/DESCR Normal file
View File

@@ -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.

38
shells/bash2-doc/Makefile Normal file
View File

@@ -0,0 +1,38 @@
# $NetBSD: Makefile,v 1.15 2012/09/11 23:25:07 asau Exp $
DISTNAME= bash-doc-2.05b
PKGNAME= bash-doc-2.05.2
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \
ftp://ftp.cwru.edu/pub/bash/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/bash/bash.html
COMMENT= Documentation for the GNU Bourne Again Shell
CONFLICTS= bash<=2.05nb1
WRKSRC= ${WRKDIR}/doc
NO_CONFIGURE= yes
NO_BUILD= yes
USE_TOOLS+= gzip
DOCDIR= ${PREFIX}/share/doc/bash
HTMLDIR= ${PREFIX}/share/doc/html/bash
INSTALLATION_DIRS= ${DOCDIR} ${HTMLDIR}
do-install:
${INSTALL_MAN} \
${WRKSRC}/article.ps \
${WRKSRC}/bashref.ps \
${WRKSRC}/article.txt \
${DESTDIR}${PREFIX}/share/doc/bash
${INSTALL_MAN} \
${WRKSRC}/bash.html \
${WRKSRC}/bashref.html \
${DESTDIR}${HTMLDIR}
${GZIP_CMD} ${DESTDIR}${DOCDIR}/*.ps
.include "../../mk/bsd.pkg.mk"

6
shells/bash2-doc/PLIST Normal file
View File

@@ -0,0 +1,6 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:14:20 joerg 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

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2005/02/24 13:14:41 agc Exp $
SHA1 (bash-doc-2.05b.tar.gz) = 8ebe8c9a77c2a1e43b414919e03e517c29b462bb
RMD160 (bash-doc-2.05b.tar.gz) = af1c6d9f17e92b91531f875f48ccf98a3f7940b3
Size (bash-doc-2.05b.tar.gz) = 1733577 bytes