Commit graph

11 commits

Author SHA1 Message Date
danw
7b824eb04a darwin is anal about cpp being a *C* preprocessor, so use m4 here
instead.

Also fix a braino in the Makefile that resulted in it always using the
bytecode compiler rather than the native compiler. PKGREVISION++
2004-05-03 23:45:56 +00:00
dmcmahill
c8d179afc0 actually use the TARGET setting from MAKE_ENV. Fixes build problems
on alpha which doesn't have the optimizing ocaml compiler.  Noted in
recent alpha bulk build.
2003-11-10 23:15:21 +00:00
jtb
6799c4bfd2 hevea only depends on ocaml to build. 2003-07-24 16:18:38 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jtb
4c545ff09e Update to version 1.06.
Many bugfixes and some new features.  See CHANGES for the
full details.
2003-06-29 22:57:14 +00:00
jmc
1999c61957 Redo targets the way the hevea makefile expects it by setting TARGET in the
environment. This makes all targets work (where-as before install wouldn't
so I'm not sure how this ever functioned..)
2003-06-25 21:01:47 +00:00
jtb
b683565843 Build with native code compilers on systems where they're available,
which now includes powerpc and sparc.
Bump PKGREVISION.
2003-06-23 20:36:13 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jtb
35116467e8 Initial import of hevea.
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.
2001-06-17 14:36:40 +00:00