mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
hevea version 1.04
A utility for converting LaTeX to HTML. PR: 15144 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
parent
e00bf4df7e
commit
abc03f4947
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24069
6 changed files with 81 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
SUBDIR += glimpse
|
||||
SUBDIR += grap
|
||||
SUBDIR += gxditview
|
||||
SUBDIR += hevea
|
||||
SUBDIR += htdig
|
||||
SUBDIR += html
|
||||
SUBDIR += info2html
|
||||
|
|
32
textproc/hevea/Makefile
Normal file
32
textproc/hevea/Makefile
Normal file
|
@ -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>
|
1
textproc/hevea/distinfo
Normal file
1
textproc/hevea/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (hevea-1.04.tar.gz) = 5edef230164614a9909d3613e5248ea9
|
1
textproc/hevea/pkg-comment
Normal file
1
textproc/hevea/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Convert LaTeX to HTML
|
6
textproc/hevea/pkg-descr
Normal file
6
textproc/hevea/pkg-descr
Normal file
|
@ -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
|
40
textproc/hevea/pkg-plist
Normal file
40
textproc/hevea/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue