- Update to 0.9.6

PR:		ports/122657
Submitted by:	Jacula Modyun <jacula at gmail.com> (maintainer)
This commit is contained in:
Rong-En Fan 2008-04-13 12:45:46 +00:00
parent 6ece12cda9
commit 79adef5b95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211161
3 changed files with 10 additions and 7 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= uuagc
PORTVERSION= 0.9.5
PORTVERSION= 0.9.6
CATEGORIES= devel haskell
MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX= hs-
@ -15,11 +15,10 @@ MAINTAINER= jacula@gmail.com
COMMENT= Attribute Grammar System of Universiteit Utrecht
BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \
hs-uulib>=${PORTVERSION}:${PORTSDIR}/devel/hs-uulib
hs-uulib>=0.9.5:${PORTSDIR}/devel/hs-uulib
LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
GHC_VERSION= 6.8.2
UUAG_VERSION= ${PORTVERSION}
GHC_CMD= ${LOCALBASE}/bin/ghc
SETUP_CMD= ./setup
@ -38,4 +37,8 @@ do-build:
do-install:
cd ${WRKSRC} && ${SETUP_CMD} install
post-install:
${STRIP_CMD} ${PREFIX}/bin/uuagc
${CHMOD} ${BINMODE} ${PREFIX}/bin/uuagc
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (uuagc-0.9.5.tar.gz) = 9f8d69915abadd35e5373f53f59c4986
SHA256 (uuagc-0.9.5.tar.gz) = 01babb063390448f127b897b10eb47a07fe0593b7fc8a5ab51826ad65a5e4526
SIZE (uuagc-0.9.5.tar.gz) = 167594
MD5 (uuagc-0.9.6.tar.gz) = 4352989e90f3ee49d3f729c4acd5c31c
SHA256 (uuagc-0.9.6.tar.gz) = 10e148bdf052e9a80e52c54a94314df9d1772e68416e5dfac289c47fd1ba8558
SIZE (uuagc-0.9.6.tar.gz) = 187246

View file

@ -1,5 +1,5 @@
UUAG is the Utrecht University Attribute Grammar system.
Generates Haskell files from an attribute grammar specification
It generates Haskell files from an attribute grammar specification.
It is a preprocessor for Haskell which makes it easy to write catamorphisms
(that is, functions that do to any datatype what foldr does to lists).