summaryrefslogtreecommitdiff
path: root/textproc/hevea/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-06-17 14:36:40 +0000
committerjtb <jtb@pkgsrc.org>2001-06-17 14:36:40 +0000
commit35116467e87d0425899b1351516b5287e883abe6 (patch)
treeca72e00107799764319c53006fa15712a99c2691 /textproc/hevea/Makefile
parent9367a0f4f43796cab7929ce1f9d7a43f839e7ecb (diff)
downloadpkgsrc-35116467e87d0425899b1351516b5287e883abe6.tar.gz
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.
Diffstat (limited to 'textproc/hevea/Makefile')
-rw-r--r--textproc/hevea/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile
new file mode 100644
index 00000000000..a7387a6019d
--- /dev/null
+++ b/textproc/hevea/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/17 14:36:40 jtb Exp $
+
+DISTNAME= hevea-1.05
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/para/hevea/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://para.inria.fr/~maranget/hevea/
+COMMENT= LaTeX to HTML translator
+
+DEPENDS+= ocaml>=3.00:../../lang/ocaml
+
+.include "../../mk/bsd.pkg.mk"