diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-25 16:17:04 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-25 16:17:04 +0000 |
commit | abc03f49472c1736f356c412c159dac796b1896e (patch) | |
tree | a97a5146ac065c78bd1a6bdaac669fbbe2c7b5c4 /textproc/hevea | |
parent | e00bf4df7e4a104a9940205d20d50d0a263d72b7 (diff) | |
download | ports-abc03f49472c1736f356c412c159dac796b1896e.tar.gz ports-abc03f49472c1736f356c412c159dac796b1896e.zip |
Notes
Diffstat (limited to 'textproc/hevea')
-rw-r--r-- | textproc/hevea/Makefile | 32 | ||||
-rw-r--r-- | textproc/hevea/distinfo | 1 | ||||
-rw-r--r-- | textproc/hevea/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/hevea/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/hevea/pkg-plist | 40 |
5 files changed, 80 insertions, 0 deletions
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 |