texi2html stable port information

Package: texi2html
Version: 1.64
Revision: 16
Depends: texinfo (>= 4.1-3)
Conflicts: tetex-base (<= 1.0-6)
Source: http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/%n-%v.tar.gz
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
CompileScript: <<
PERL=/usr/bin/perl ./configure %c
echo '#define DEFAULT_INFOPATH "%p/share/info:%p/info:/usr/local/share/info:/usr/local/lib/info:/usr/local/info:/usr/share/info:."' >>config.h
make check
make
<<
InstallScript: <<
make install prefix=%i mandir=%i/share/man infodir=%i/share/info
mkdir -p %i/share/doc/%n/html
mv %i/html/* %i/share/doc/%n/html
rm -r %i/html
mv %i/bin/texi2html %i/bin/texi2html.texi2html
mv %i/share/man/man1/texi2html.1 %i/share/man/man1/texi2html.1.texi2html
<<
PostInstScript: <<
update-alternatives --install %p/bin/texi2html texi2html %p/bin/texi2html.texi2html 60 --slave %p/share/man/man1/texi2html.1 texi2html.1 %p/share/man/man1/texi2html.1.texi2html
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove texi2html %p/bin/texi2html.texi2html
fi
<<
DocFiles: README COPYING AUTHORS INTRODUCTION NEWS INSTALL ChangeLog TODO texi2html.texi
InfoDocs: texi2html.info
Description: Converts texinfo documents to HTML
DescDetail: <<
Texinfo is the official documentation format of the GNU project. It
uses a single source file to produce both on-line information and
printed output. For more details about texinfo, see
http://www.texinfo.org.

In contrast to the HTML produced by 'makeinfo --html' (the 'makeinfo'
program is part of the Texinfo distribution), the HTML output of
'texi2html' is highly configurable. Among others, with 'texi2html' you
can customize your entire page layout (like headers, footers, style
sheets, etc), split documents at various levels and use 'latex2html' to
convert @tex sections.

'texi2html' should reasonably convert all Texinfo 4.0 constructs. If
not, please send a bug report to 'texi2html@mathematik.uni-kl.de'.
<<
DescPort: <<
Uses update-alternatives in case users also have texi2html installed via
tetex-base.

Any pkg that builddepends on this one, and calls it with the '-l2h' option,
must also BuildDepend on latex2html.
<<
DescPackaging: <<
Note that the latest version of texi2html (provided by OS X 10.4) is not
backward compatible and causes some other packages to break. Fink's
texi2html package should be left at version 1.64 until this is resolved.

Previous versions by Christian Schaffner
<<
License: GPL
Homepage: http://www.mathematik.uni-kl.de/~obachman/Texi2html/
Maintainer: None
Source-MD5: f0fa30e58ed930431c43a07d907593f5