# 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: # # hs-uuagc # hs-uuagc/Makefile # hs-uuagc/pkg-descr # hs-uuagc/distinfo # hs-uuagc/pkg-plist # echo c - hs-uuagc mkdir -p hs-uuagc > /dev/null 2>&1 echo x - hs-uuagc/Makefile sed 's/^X//' >hs-uuagc/Makefile << 'END-of-hs-uuagc/Makefile' X# New ports collection makefile for: hs-uuagc X# Date created: February 27 2008 X# Whom: Giuseppe Pilichi aka Jacula Modyun X# X# $FreeBSD X# X XPORTNAME= uuagc XPORTVERSION= 0.9.5 XCATEGORIES= devel haskell XPKGNAMEPREFIX= hs- X XMASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ XMAINTAINER= jacula@gmail.com XCOMMENT= Attribute Grammar System of Universiteit Utrecht X XBUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ X hs-uulib>=${PORTVERSION}:${PORTSDIR}/devel/hs-uulib XLIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 X XGHC_VERSION= 6.8.2 XUUAG_VERSION= ${PORTVERSION} X XGHC_CMD= ${LOCALBASE}/bin/ghc XSETUP_CMD= ./setup X XDOCSDIR= ${PREFIX}/share/doc/${DISTNAME} X X.SILENT: X Xdo-configure: X cd ${WRKSRC} && ${GHC_CMD} --make Setup.hs -o setup -package Cabal \ X && ${SETUP_CMD} configure --prefix=${PREFIX} X Xdo-build: X cd ${WRKSRC} && ${SETUP_CMD} build X Xdo-install: X cd ${WRKSRC} && ./setup install X X.include END-of-hs-uuagc/Makefile echo x - hs-uuagc/pkg-descr sed 's/^X//' >hs-uuagc/pkg-descr << 'END-of-hs-uuagc/pkg-descr' XUUAG is the Utrecht University Attribute Grammar system. XGenerates Haskell files from an attribute grammar specification X XIt is a preprocessor for Haskell which makes it easy to write catamorphisms X(that is, functions that do to any datatype what foldr does to lists). XYou can define tree walks using the intuitive concepts of inherited and Xsynthesized attributes, while keeping the full expressive power of Haskell. X Xmaintainer: Arie Middelkoop Xlicense: GPL-2 Xhomepage: http://www.cs.uu.nl/wiki/HUT/AttributeGrammarSystem Xpackage-url: http://nix.cs.uu.nl/dist/hut/ END-of-hs-uuagc/pkg-descr echo x - hs-uuagc/distinfo sed 's/^X//' >hs-uuagc/distinfo << 'END-of-hs-uuagc/distinfo' XMD5 (uuagc-0.9.5.tar.gz) = 1615010c258edfee75039e25444b20de XSHA256 (uuagc-0.9.5.tar.gz) = c5be435efa609f72c09e175dd5cf7835a060bd7eaf6634ec4cde72ea84b99f25 XSIZE (uuagc-0.9.5.tar.gz) = 167465 END-of-hs-uuagc/distinfo echo x - hs-uuagc/pkg-plist sed 's/^X//' >hs-uuagc/pkg-plist << 'END-of-hs-uuagc/pkg-plist' Xbin/uuagc X%%DOCSDIR%%/LICENSE X@dirrm %%DOCSDIR%% END-of-hs-uuagc/pkg-plist exit