Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 1999 12:23:11 -0600 (CST)
From:      stephen@math.missouri.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15144: New port for hevea
Message-ID:  <199911281823.MAA41027@cauchy.math.missouri.edu>

next in thread | raw e-mail | index | archive | help

>Number:         15144
>Category:       ports
>Synopsis:       New port for hevea
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 28 10:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
University of Missouri
>Environment:


>Description:


>How-To-Repeat:


>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	hevea
#	hevea/files
#	hevea/files/md5
#	hevea/patches
#	hevea/pkg
#	hevea/pkg/COMMENT
#	hevea/pkg/DESCR
#	hevea/pkg/PLIST
#	hevea/Makefile
#
echo c - hevea
mkdir -p hevea > /dev/null 2>&1
echo c - hevea/files
mkdir -p hevea/files > /dev/null 2>&1
echo x - hevea/files/md5
sed 's/^X//' >hevea/files/md5 << 'END-of-hevea/files/md5'
XMD5 (hevea-1.04.tar.gz) = 5edef230164614a9909d3613e5248ea9
END-of-hevea/files/md5
echo c - hevea/patches
mkdir -p hevea/patches > /dev/null 2>&1
echo c - hevea/pkg
mkdir -p hevea/pkg > /dev/null 2>&1
echo x - hevea/pkg/COMMENT
sed 's/^X//' >hevea/pkg/COMMENT << 'END-of-hevea/pkg/COMMENT'
XConvert LaTeX to HTML
END-of-hevea/pkg/COMMENT
echo x - hevea/pkg/DESCR
sed 's/^X//' >hevea/pkg/DESCR << 'END-of-hevea/pkg/DESCR'
XHEVEA is a quite complete and fast LATEX to HTML translator.
X
XWWW: http://para.inria.fr/~maranget/hevea/
X
XStephen Montgomery-Smith
Xstephen@math.missouri.edu
END-of-hevea/pkg/DESCR
echo x - hevea/pkg/PLIST
sed 's/^X//' >hevea/pkg/PLIST << 'END-of-hevea/pkg/PLIST'
Xbin/hevea
Xbin/hacha
Xbin/imagen
Xlib/hevea/contents_motif.gif
Xlib/hevea/cutfoot-eng.html
Xlib/hevea/cutfoot-fra.html
Xlib/hevea/footer.tex
Xlib/hevea/hevea.sty
Xlib/hevea/next_motif.gif
Xlib/hevea/previous_motif.gif
Xlib/hevea/html/ams.hva
Xlib/hevea/html/article.hva
Xlib/hevea/html/book.hva
Xlib/hevea/html/hevea.hva
Xlib/hevea/html/mathaccents.hva
Xlib/hevea/html/multind.hva
Xlib/hevea/html/report.hva
Xlib/hevea/html/seminar.hva
Xlib/hevea/html/symb-eng.hva
Xlib/hevea/html/symb-fra.hva
Xlib/hevea/html/symb-mathml.hva
Xlib/hevea/html/symb-text.hva
Xlib/hevea/html/symb.hva
Xlib/hevea/info/article.hva
Xlib/hevea/info/book.hva
Xlib/hevea/info/hevea.hva
Xlib/hevea/info/report.hva
Xlib/hevea/info/seminar.hva
Xlib/hevea/text/article.hva
Xlib/hevea/text/book.hva
Xlib/hevea/text/hevea.hva
Xlib/hevea/text/report.hva
Xlib/hevea/text/seminar.hva
Xlib/hevea/text/symb.hva
Xshare/texmf/tex/latex/hevea/hevea.sty
X@dirrm lib/hevea/html
X@dirrm lib/hevea/info
X@dirrm lib/hevea/text
X@dirrm lib/hevea
X@dirrm share/texmf/tex/latex/hevea
END-of-hevea/pkg/PLIST
echo x - hevea/Makefile
sed 's/^X//' >hevea/Makefile << 'END-of-hevea/Makefile'
X# New ports collection makefile for:	hevea
X# Version required:	1.0.4
X# Date created:		Novemeber 28 1999
X# Whom:			Stephen Montgomery-Smith <stephen@math.missouri.edu>
X#
X# $FreeBSD$
X#
X
XDISTNAME=		hevea-1.04
XCATEGORIES=		textproc
XMASTER_SITES=		ftp://ftp.inria.fr/INRIA/Projects/para/hevea/
X
XMAINTAINER=		stephen@math.missouri.edu
X
XBUILD_DEPENDS=		ocamlc:${PORTSDIR}/lang/ocaml
X
X.include <bsd.port.pre.mk>
X
XTEX_DIR=		${PREFIX}/share/texmf/tex/latex
XTEXHASH=		${PREFIX}/bin/texhash
X
Xpost-install:
X	strip ${PREFIX}/bin/hevea
X	strip ${PREFIX}/bin/hacha
X# This is a hack to get hevea.sty put in a place where latex
X# will find it.  If you have a better way to do this, please
X# tell me about it.
X.if exists(${TEX_DIR})
X	${MKDIR} ${TEX_DIR}/hevea
X	${CP} ${PREFIX}/lib/hevea/hevea.sty ${TEX_DIR}/hevea/hevea.sty
X.if exists(${TEXHASH})
X	${TEXHASH}
X.endif
X.endif
X
X.include <bsd.port.mk>
END-of-hevea/Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911281823.MAA41027>