hevea stable port information

Package: hevea
Version: 1.08
Revision: 1
Source: http://pauillac.inria.fr/hevea/distri/%n-%v.tar.gz
Source-MD5: 073c92c9408a9679a397ce65a076c796
Depends: ocaml (>= 3.0.7-1), tetex-base
Suggests: ghostscript, netpbm
CompileScript: <<
make PREFIX=%p CPP='m4 -E -P'
<<
InstallScript: <<
make install PREFIX=%i
mkdir -p %i/etc/texmf.local/tex/latex/hevea
mv %i/lib/hevea/hevea.sty %i/etc/texmf.local/tex/latex/hevea
<<
DocFiles: CHANGES LICENSE README
PostInstScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
PostRmScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
License: OSI-Approved
Description: LaTeX to HTML translator; uses Objective Caml
HomePage: http://pauillac.inria.fr/hevea/
Maintainer: Dave Morrison

hevea _unstable_ port information

Package: hevea
Version: 1.10
Revision: 1
Source: http://moscova.inria.fr/~maranget/hevea/distri/%n-%v.tar.gz
Source-MD5: 24a631570bee3cc4b8350e9db39be62b
Depends: ocaml (>= 3.10.2-1), tetex-base
Suggests: ghostscript, netpbm-bin
CompileScript: <<
perl -pi -e "s,/usr/local,%p," config.sh
make PREFIX=%p CPP='m4 -E -P'
<<
InstallScript: <<
perl -pi -e "s,%p,%i," config.sh
make install PREFIX=%i
mkdir -p %i/etc/texmf.local/tex/latex/hevea
mv %i/lib/hevea/hevea.sty %i/etc/texmf.local/tex/latex/hevea
<<
DocFiles: CHANGES LICENSE README
PostInstScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
PostRmScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
License: OSI-Approved
Description: LaTeX to HTML translator; uses Objective Caml
DescPort: <<
The ugly hack performed on config.sh was needed because the variables
from the Makefile are not passed to this script.
<<
HomePage: http://moscova.inria.fr/~maranget/hevea/
Maintainer: Dave Morrison