summaryrefslogtreecommitdiff
path: root/textproc/hevea
AgeCommit message (Collapse)AuthorFilesLines
2003-11-10actually use the TARGET setting from MAKE_ENV. Fixes build problemsdmcmahill2-10/+12
on alpha which doesn't have the optimizing ocaml compiler. Noted in recent alpha bulk build.
2003-07-24hevea only depends on ocaml to build.jtb1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-29Update to version 1.06.jtb4-32/+66
Many bugfixes and some new features. See CHANGES for the full details.
2003-06-25Redo targets the way the hevea makefile expects it by setting TARGET in thejmc1-3/+3
environment. This makes all targets work (where-as before install wouldn't so I'm not sure how this ever functioned..)
2003-06-23Build with native code compilers on systems where they're available,jtb3-13/+17
which now includes powerpc and sparc. Bump PKGREVISION.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-17Initial import of hevea.jtb5-0/+184
HEVEA is a LaTeX to HTML translator. The input language is a fairly complete subset of LaTeX2e (old LaTeX style is also accepted) and the output language is HTML that is (hopefully) correct with respect to version 4.0 (transitional) Exotic symbols are translated into symbols pertaining to the symbol font of the HTML browser, using the FACE attribute of the FONT tag. This allows the translation to HTML of quite a lot of the symbols used in LaTeX. HEVEA understands LaTeX macro definitions. Simple user style files are understood with little or no modifications. Furthermore, HEVEA customization is done by writing LaTeX code. HEVEA is written in Objective Caml, as many lexers. It is quite fast and flexible. Using HEVEA it is possible to translate large documents such as manuals, books, etc. very quickly. All documents are translated as one single HTML file. Then, the output file can be cut into smaller files, using the companion program HACHA.