aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-25 16:17:04 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-25 16:17:04 +0000
commitabc03f49472c1736f356c412c159dac796b1896e (patch)
treea97a5146ac065c78bd1a6bdaac669fbbe2c7b5c4
parente00bf4df7e4a104a9940205d20d50d0a263d72b7 (diff)
downloadports-abc03f49472c1736f356c412c159dac796b1896e.tar.gz
ports-abc03f49472c1736f356c412c159dac796b1896e.zip
hevea version 1.04
A utility for converting LaTeX to HTML. PR: 15144 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Notes
Notes: svn path=/head/; revision=24069
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/hevea/Makefile32
-rw-r--r--textproc/hevea/distinfo1
-rw-r--r--textproc/hevea/pkg-comment1
-rw-r--r--textproc/hevea/pkg-descr6
-rw-r--r--textproc/hevea/pkg-plist40
6 files changed, 81 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index d3e3069d1c92..7c5390e451ec 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -24,6 +24,7 @@
SUBDIR += glimpse
SUBDIR += grap
SUBDIR += gxditview
+ SUBDIR += hevea
SUBDIR += htdig
SUBDIR += html
SUBDIR += info2html
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile
new file mode 100644
index 000000000000..e76ef6f5e35f
--- /dev/null
+++ b/textproc/hevea/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: hevea
+# Version required: 1.0.4
+# Date created: Novemeber 28 1999
+# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+#
+# $FreeBSD$
+#
+
+DISTNAME= hevea-1.04
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/para/hevea/
+
+MAINTAINER= stephen@math.missouri.edu
+
+BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
+
+TEX_DIR= ${PREFIX}/share/texmf/tex/latex
+TEXHASH= ${PREFIX}/bin/texhash
+
+post-install:
+ strip ${PREFIX}/bin/hevea
+ strip ${PREFIX}/bin/hacha
+# This is a hack to get hevea.sty put in a place where latex
+# will find it. If you have a better way to do this, please
+# tell me about it.
+ ${MKDIR} ${TEX_DIR}/hevea
+ ${CP} ${PREFIX}/lib/hevea/hevea.sty ${TEX_DIR}/hevea/hevea.sty
+.if exists(${TEXHASH})
+ ${TEXHASH}
+.endif
+
+.include <bsd.port.mk>
diff --git a/textproc/hevea/distinfo b/textproc/hevea/distinfo
new file mode 100644
index 000000000000..1abaed976bde
--- /dev/null
+++ b/textproc/hevea/distinfo
@@ -0,0 +1 @@
+MD5 (hevea-1.04.tar.gz) = 5edef230164614a9909d3613e5248ea9
diff --git a/textproc/hevea/pkg-comment b/textproc/hevea/pkg-comment
new file mode 100644
index 000000000000..883d75721467
--- /dev/null
+++ b/textproc/hevea/pkg-comment
@@ -0,0 +1 @@
+Convert LaTeX to HTML
diff --git a/textproc/hevea/pkg-descr b/textproc/hevea/pkg-descr
new file mode 100644
index 000000000000..70e9c9a69653
--- /dev/null
+++ b/textproc/hevea/pkg-descr
@@ -0,0 +1,6 @@
+HEVEA is a quite complete and fast LATEX to HTML translator.
+
+WWW: http://para.inria.fr/~maranget/hevea/
+
+Stephen Montgomery-Smith
+stephen@math.missouri.edu
diff --git a/textproc/hevea/pkg-plist b/textproc/hevea/pkg-plist
new file mode 100644
index 000000000000..cdc744bd7cdf
--- /dev/null
+++ b/textproc/hevea/pkg-plist
@@ -0,0 +1,40 @@
+bin/hacha
+bin/hevea
+bin/imagen
+lib/hevea/contents_motif.gif
+lib/hevea/cutfoot-eng.html
+lib/hevea/cutfoot-fra.html
+lib/hevea/footer.tex
+lib/hevea/hevea.sty
+lib/hevea/html/ams.hva
+lib/hevea/html/article.hva
+lib/hevea/html/book.hva
+lib/hevea/html/hevea.hva
+lib/hevea/html/mathaccents.hva
+lib/hevea/html/multind.hva
+lib/hevea/html/report.hva
+lib/hevea/html/seminar.hva
+lib/hevea/html/symb-eng.hva
+lib/hevea/html/symb-fra.hva
+lib/hevea/html/symb-mathml.hva
+lib/hevea/html/symb-text.hva
+lib/hevea/html/symb.hva
+lib/hevea/info/article.hva
+lib/hevea/info/book.hva
+lib/hevea/info/hevea.hva
+lib/hevea/info/report.hva
+lib/hevea/info/seminar.hva
+lib/hevea/next_motif.gif
+lib/hevea/previous_motif.gif
+lib/hevea/text/article.hva
+lib/hevea/text/book.hva
+lib/hevea/text/hevea.hva
+lib/hevea/text/report.hva
+lib/hevea/text/seminar.hva
+lib/hevea/text/symb.hva
+share/texmf/tex/latex/hevea/hevea.sty
+@dirrm lib/hevea/html
+@dirrm lib/hevea/info
+@dirrm lib/hevea/text
+@dirrm lib/hevea
+@dirrm share/texmf/tex/latex/hevea