Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2007 21:59:11 -0400
From:      Geoffrey Mainland <mainland@apeiron.net>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/112096: New port: devel/lhs2tex A preprocessor to generate LaTeX code from literate Haskell sour
Message-ID:  <20070425015911.GC13837@apeiron.net>
In-Reply-To: <200704250110.l3P1A6A2073073@freefall.freebsd.org>
References:  <20070425004557.6408724554@zeno.apeiron.net> <200704250110.l3P1A6A2073073@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
# 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:
#
#	lhs2TeX
#	lhs2TeX/pkg-descr
#	lhs2TeX/distinfo
#	lhs2TeX/Makefile
#	lhs2TeX/pkg-plist
#
echo c - lhs2TeX
mkdir -p lhs2TeX > /dev/null 2>&1
echo x - lhs2TeX/pkg-descr
sed 's/^X//' >lhs2TeX/pkg-descr << 'END-of-lhs2TeX/pkg-descr'
Xlhs2TeX is a preprocessor to generate LaTeX code from literate Haskell
Xsources. It is released under the GPL.
X
XWWW: http://www.informatik.uni-bonn.de/~loeh/lhs2tex/
END-of-lhs2TeX/pkg-descr
echo x - lhs2TeX/distinfo
sed 's/^X//' >lhs2TeX/distinfo << 'END-of-lhs2TeX/distinfo'
XMD5 (lhs2tex-1.12.tar.bz2) = 1bc982e96f19201aaf1c39c1d4b5e358
XSHA256 (lhs2tex-1.12.tar.bz2) = af3440b8d5dda73ad43660fa496f5e1c04a3d3105961847963d0105c69a03447
XSIZE (lhs2tex-1.12.tar.bz2) = 582250
END-of-lhs2TeX/distinfo
echo x - lhs2TeX/Makefile
sed 's/^X//' >lhs2TeX/Makefile << 'END-of-lhs2TeX/Makefile'
X# ex:ts=8
X# Ports collection makefile for:	lhs2TeX
X# Date created:			April 24, 2007
X# Whom:				mainland@apeiron.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	lhs2tex
XPORTVERSION=	1.12
XCATEGORIES=	devel haskell
XMASTER_SITES=	http://www.informatik.uni-bonn.de/~loeh/${PORTNAME}/
X
XMAINTAINER=	mainland@apeiron.net
XCOMMENT=	A preprocessor to generate LaTeX code from literate Haskell sources
X
XBUILD_DEPENDS=  ghc:${PORTSDIR}/lang/ghc \
X		mktexlsr:${PORTSDIR}/print/teTeX-base
X
XUSE_BZIP2=	yes
XUSE_GMAKE=      yes
XHAS_CONFIGURE=  yes
XCONFIGURE_ARGS= --prefix=${PREFIX} \
X	        --mandir=${MANPREFIX}/man
X
XMAN1=lhs2TeX.1
X
X.include <bsd.port.mk>
END-of-lhs2TeX/Makefile
echo x - lhs2TeX/pkg-plist
sed 's/^X//' >lhs2TeX/pkg-plist << 'END-of-lhs2TeX/pkg-plist'
Xbin/lhs2TeX
Xshare/doc/lhs2tex-1.12/Guide2.pdf
Xshare/lhs2tex/colorcode.fmt
Xshare/lhs2tex/forall.fmt
Xshare/lhs2tex/greek.fmt
Xshare/lhs2tex/jfpcompat.fmt
Xshare/lhs2tex/lhs2TeX.fmt
Xshare/lhs2tex/lhs2TeX.sty
Xshare/lhs2tex/polycode.fmt
Xshare/lhs2tex/spacing.fmt
X@dirrm share/lhs2tex
X@dirrm share/doc/lhs2tex-1.12
END-of-lhs2TeX/pkg-plist
exit




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