the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: bash-doc
Version: 2.05b
Revision: 3
Architecture: powerpc
Distribution: 10.4
Suggests: bash, texinfo
Source: mirror:gnu:bash/bash-%v.tar.gz
Source-MD5: 5238251b4926d778dfe162f6ce729733
BuildDepends: gcc3.3
ConfigureParams: --enable-restricted --with-curses --with-installed-readline=%p/lib
PatchScript: sed 's|@PREFIX@|%p|g' <%a/bash.patch | patch -p1
CompileScript:<<
cd support ; make man2html CC=gcc-3.3 CXX=g++-3.3
MAN2HTML=support/man2html; HTMLPOST=doc/htmlpost.sh; ${MAN2HTML} doc/bash.1 | ${HTMLPOST} > doc/bash.html
TEXI2HTML=../support/texi2html; TEXINPUTDIR=../lib/readline/doc; cd doc; ${TEXI2HTML} -menu -monolithic -I ${TEXINPUTDIR} bashref.texi
<<
InstallScript: <<
mkdir -p %i/share/doc/%n/html
install -m 644 doc/bash.html doc/bashref.html %i/share/doc/%n/html
mv examples %i/share/doc/%n
mkdir -p %i/share/info
install -m 644 doc/bashref.info %i/share/info/bash.info
mkdir -p %i/share/doc/bash/
ln -s %p/share/doc/%n/examples %i/share/doc/bash/
ln -s %p/share/doc/%n/html %i/share/doc/bash/
<<
DocFiles: COPYING
InfoDocs: bash.info
Description: Extra documentation for the GNU Bourne Again Shell
DescDetail: <<
Documentation in texinfo and html format and example files for bash.
<<
DescPort: <<
Manually build man2html and install the info & html documents to
avoid running configure for the entire package.
Man files installed as part of main bash package.
Texinfo is not required to build this package, only to read the
bash.info file.
Thanks to Carsten Klapp for help breaking bash-doc out into a
separate package.
<<
License: GPL
Maintainer: Christian Swinehart
Homepage: http://www.gnu.org/software/bash/bash.html
Package: bash-doc
Version: 3.2
Revision: 2
Suggests: bash
Depends: texinfo
BuildDepends: tetex3-base
Source: mirror:gnu:bash/bash-%v.tar.gz
Source-MD5: 00bfa16d58e034e3c2aa27f390390d30
Source2: mirror:gnu:bash/bash-3.2-patches/bash32-001
Source2-MD5: d8e10c754f477e3f3a581af566b89301
Source3: mirror:gnu:bash/bash-3.2-patches/bash32-002
Source3-MD5: d38a5288b2f0ea6c9ac76b66cc74ef7d
Source4: mirror:gnu:bash/bash-3.2-patches/bash32-003
Source4-MD5: 0b90d37911827d8cb95f3b4353cc225e
Source5: mirror:gnu:bash/bash-3.2-patches/bash32-004
Source5-MD5: 8062f3a59631f58d78b180d83759b68a
Source6: mirror:gnu:bash/bash-3.2-patches/bash32-005
Source6-MD5: 585b5943fadf0875ced243b245adde58
Source7: mirror:gnu:bash/bash-3.2-patches/bash32-006
Source7-MD5: 1d5732e01ea938aeed42f3def131fa4d
Source8: mirror:gnu:bash/bash-3.2-patches/bash32-007
Source8-MD5: dcd0cc5d801607827f7c851e72b0eabc
Source9: mirror:gnu:bash/bash-3.2-patches/bash32-008
Source9-MD5: bb3c7dd11198c0ab93d0e960bebf6256
Source10: mirror:gnu:bash/bash-3.2-patches/bash32-009
Source10-MD5: 434a6f29b0ca5f1ab784b2437ae8eaed
PatchScript: sed 's|@PREFIX@|%p|g' <%a/bash.patch | patch -p1
SetCPPFLAGS: -DHAVE_STRERROR
CompileScript:<<
./configure %c
make doc
<<
InstallScript: <<
mkdir -p %i/share/doc/%n/html
install -m 644 doc/bash.html doc/bashref.html %i/share/doc/%n/html
mv examples %i/share/doc/%n
mkdir -p %i/share/info
install -m 644 doc/bashref.info %i/share/info/bash.info
<<
DocFiles: COPYING
InfoDocs: bash.info
Description: Extra documentation for the GNU bash shell
DescDetail: <<
Documentation in texinfo and html format and example files for bash.
<<
DescPort: <<
Man files installed as part of main bash package.
Texinfo is not required to build this package, only to read the
bash.info file.
Thanks to Carsten Klapp for help breaking bash-doc out into a
separate package.
<<
License: GPL
Maintainer: Benjamin Reed
Homepage: http://www.gnu.org/software/bash/bash.html