Date: Fri, 22 Dec 2000 10:54:18 GMT From: Simon Marlow <simonmar@microsoft.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/23750: New port: devel/happy (Happy 1.9, a parser generator for Haskell) Message-ID: <200012221054.eBMAsIF20455@jaffacakes.freeserve.co.uk> Resent-Message-ID: <200012221100.eBMB02849094@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23750 >Category: ports >Synopsis: New port: devel/happy (Happy 1.9, a parser generator for Haskell) >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: Fri Dec 22 03:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Simon Marlow >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: Happy is a parser generator for the functional language Haskell. WWW: http://www.haskell.org/happy/ >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: # # /usr/ports/devel/happy # /usr/ports/devel/happy/pkg-comment # /usr/ports/devel/happy/Makefile # /usr/ports/devel/happy/distinfo # /usr/ports/devel/happy/pkg-plist # /usr/ports/devel/happy/pkg-descr # echo c - /usr/ports/devel/happy mkdir -p /usr/ports/devel/happy > /dev/null 2>&1 echo x - /usr/ports/devel/happy/pkg-comment sed 's/^X//' >/usr/ports/devel/happy/pkg-comment << 'END-of-/usr/ports/devel/happy/pkg-comment' XAn LALR(1) parser generator for the functional language Haskell END-of-/usr/ports/devel/happy/pkg-comment echo x - /usr/ports/devel/happy/Makefile sed 's/^X//' >/usr/ports/devel/happy/Makefile << 'END-of-/usr/ports/devel/happy/Makefile' X# New ports collection makefile for: happy X# Date created: 22 December 2000 X# Whom: Simon Marlow <simonmar@microsoft.com> X# X# $FreeBSD$ X XPORTNAME= happy XPORTVERSION= 1.9 XCATEGORIES= devel XMASTER_SITES= http://www.haskell.org/happy/dist/1.9/ XDISTFILES= happy-${PORTVERSION}-src${EXTRACT_SUFX} X XMAINTAINER= simonmar@microsoft.com X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XBUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc X X.if !defined(NOPORTDOCS) XBUILD_DEPENDS+= ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ X ${PREFIX}/share/sgml/docbook/catalog:${PORTSDIR}/textproc/docbook \ X ${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879 \ X jade:${PORTSDIR}/textproc/jade X.endif X XBOOT_COOKIE = ${WRKDIR}/.boot_done X X${BOOT_COOKIE}: X @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} boot) X Xpre-build: ${BOOT_COOKIE} X Xpost-build: X.if !defined(NOPORTDOCS) X @(cd ${WRKSRC}/happy/doc && \ X ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} html) X.endif X Xpost-install: X.if !defined(NOPORTDOCS) X @(cd ${WRKSRC}/happy/doc && ${CP} -R happy ${PREFIX}/share/doc) X.endif X X.include <bsd.port.mk> END-of-/usr/ports/devel/happy/Makefile echo x - /usr/ports/devel/happy/distinfo sed 's/^X//' >/usr/ports/devel/happy/distinfo << 'END-of-/usr/ports/devel/happy/distinfo' XMD5 (happy-1.9-src.tar.gz) = 6e6e622f1b15efe69abe0254109c69ca END-of-/usr/ports/devel/happy/distinfo echo x - /usr/ports/devel/happy/pkg-plist sed 's/^X//' >/usr/ports/devel/happy/pkg-plist << 'END-of-/usr/ports/devel/happy/pkg-plist' Xbin/happy Xbin/happy-1.9 Xlib/happy.bin Xlib/happy/HappyTemplate Xlib/happy/HappyTemplate-arrays Xlib/happy/HappyTemplate-arrays-coerce Xlib/happy/HappyTemplate-arrays-coerce-debug Xlib/happy/HappyTemplate-arrays-debug Xlib/happy/HappyTemplate-arrays-ghc Xlib/happy/HappyTemplate-arrays-ghc-debug Xlib/happy/HappyTemplate-coerce Xlib/happy/HappyTemplate-ghc Xshare/doc/happy/docbook.css Xshare/doc/happy/happy-introduction.html Xshare/doc/happy/happy.html Xshare/doc/happy/sec-compilation-time.html Xshare/doc/happy/sec-conflict-tips.html Xshare/doc/happy/sec-directives.html Xshare/doc/happy/sec-error.html Xshare/doc/happy/sec-finding-errors.html Xshare/doc/happy/sec-grammar-files.html Xshare/doc/happy/sec-grammar.html Xshare/doc/happy/sec-info-files.html Xshare/doc/happy/sec-invoking.html Xshare/doc/happy/sec-license.html Xshare/doc/happy/sec-module-header.html Xshare/doc/happy/sec-module-trailer.html Xshare/doc/happy/sec-monads.html Xshare/doc/happy/sec-multiple-parsers.html Xshare/doc/happy/sec-obtaining.html Xshare/doc/happy/sec-precedences.html Xshare/doc/happy/sec-reporting-bugs.html Xshare/doc/happy/sec-sequences.html Xshare/doc/happy/sec-tips.html Xshare/doc/happy/sec-type-signatures.html Xshare/doc/happy/sec-using.html Xshare/doc/happy/stylesheet-images/caution.gif Xshare/doc/happy/stylesheet-images/home.gif Xshare/doc/happy/stylesheet-images/important.gif Xshare/doc/happy/stylesheet-images/next.gif Xshare/doc/happy/stylesheet-images/note.gif Xshare/doc/happy/stylesheet-images/prev.gif Xshare/doc/happy/stylesheet-images/tip.gif Xshare/doc/happy/stylesheet-images/toc-blank.gif Xshare/doc/happy/stylesheet-images/toc-minus.gif Xshare/doc/happy/stylesheet-images/toc-plus.gif Xshare/doc/happy/stylesheet-images/up.gif Xshare/doc/happy/stylesheet-images/warning.gif X@dirrm lib/happy X@dirrm share/doc/happy/stylesheet-images X@dirrm share/doc/happy END-of-/usr/ports/devel/happy/pkg-plist echo x - /usr/ports/devel/happy/pkg-descr sed 's/^X//' >/usr/ports/devel/happy/pkg-descr << 'END-of-/usr/ports/devel/happy/pkg-descr' XThis is Happy version 1.9, a parser generator for Haskell 98. X XWWW: http://www.haskell.org/happy/ X X-- Simon Marlow <simonmar@microsoft.com> END-of-/usr/ports/devel/happy/pkg-descr 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?200012221054.eBMAsIF20455>