From simonm@jaffacakes.freeserve.co.uk  Fri Dec 22 02:53:59 2000
Return-Path: <simonm@jaffacakes.freeserve.co.uk>
Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45])
	by hub.freebsd.org (Postfix) with ESMTP id 3030137B400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 22 Dec 2000 02:53:59 -0800 (PST)
Received: from jaffacakes.freeserve.co.uk ([62.253.148.92])
          by mta05-svc.ntlworld.com
          (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP
          id <20001222105357.VDHB18404.mta05-svc.ntlworld.com@jaffacakes.freeserve.co.uk>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Fri, 22 Dec 2000 10:53:57 +0000
Received: (from root@localhost)
	by jaffacakes.freeserve.co.uk (8.11.1/8.9.3) id eBMAsIF20455;
	Fri, 22 Dec 2000 10:54:18 GMT
	(envelope-from simonm)
Message-Id: <200012221054.eBMAsIF20455@jaffacakes.freeserve.co.uk>
Date: Fri, 22 Dec 2000 10:54:18 GMT
From: Simon Marlow <simonmar@microsoft.com>
Sender: simonm@jaffacakes.freeserve.co.uk
Reply-To: Simon Marlow <simonmar@microsoft.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: devel/happy (Happy 1.9, a parser generator for Haskell)
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 22 03:00:01 PST 2000
>Closed-Date:    Mon Dec 25 21:26:03 PST 2000
>Last-Modified:  Mon Dec 25 21:26:56 PST 2000
>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:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Mon Dec 25 21:26:03 PST 2000 
State-Changed-Why:  
Committed, thanks.  Next time please use a relative shar, rather than 
forcing someone to dump this in an absolute directory.  Think tarballs. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23750 
>Unformatted:
