latex2html stable port information

Info2: <<
Package: latex2html%type_pkg[-ppdf]
Version: 2002-2-1
Revision: 4
Type: -ppdf (boolean)
Conflicts: latex2html, latex2html-ppdf
Replaces: latex2html, latex2html-ppdf
Depends: tetex-base, ghostscript | ghostscript-nox, netpbm-bin
Source: http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/latex2html-%v.tar.gz
SourceRename: latex2html-%v.v1.71.tar.gz
SourceDirectory: latex2html-%v
Source-MD5: a79cda0648c8721ab6df5020cd11e220
ConfigureParams: --with-texpath=%p/etc/texmf.local/tex/latex/html --with-mktexlsr=/bin/ls
InstallScript: <<
#! /bin/sh -ev
if [ "%type_raw[-ppdf]" == "." ]; then
sed "s: -Ppdf -E::" l2hconf.pm > l2hconf.pm.new
mv -f l2hconf.pm.new l2hconf.pm
fi
make install DESTDIR=%d
<<
DocFiles: BUGS Changes FAQ INSTALL LICENSE MANIFEST README TODO
License: OSI-Approved
PostInstScript: <<
if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi
<<
PostRmScript: <<
if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi
<<
Description: LaTeX->HTML (-ppdf variant gives old behavior
DescPackaging: <<
The source file changed in October 2004 without the name changing.
We have thus made a new fink package based on the new source file,
and we rename it for storage within fink. One of the changes was
a version number within the file latex2html.pin, which changed from
1.70 to 1.71.
<<
DescPort: <<
There is considerable discussion online about supressing "-Ppdf" during
latex2html's call to dvips, in order to avoid lines underneath images: see
for example
http://ccrma-www.stanford.edu/~jos/webpub/Eliminating_Black_Rules_Under.html

On the other hand, there is a reason for that call, in ensuring that scalable
fonts are used in the output: see for example
http://web.mit.edu/acs/faq/webmath/samples_and_tools.html

So for now, fink users will have a choice. The default behavior is to suppress
"-Ppdf" (which is new), but the package latex2html-ppdf restores the original
behavior.

We substitute /bin/ls for mkteklsr during compile/install to avoid problems
if mktexlsr is not present on the system. We run mktexlsr (if present) in
a Post Install script instead.

Thanks to Ross Moore and Daniel Steffen for modifying the upstream code
to enable the DESTDIR method.
<<
Homepage: http://www.latex2html.org
Maintainer: Dave Morrison
<<