aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-uuagc
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-04-13 12:45:46 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-04-13 12:45:46 +0000
commit79adef5b95068dff99ef79c8fdaa07a47dfb6c43 (patch)
treeba124d599ba630f504035b7627aa8d0eae867eb8 /devel/hs-uuagc
parent6ece12cda93c1f0ac5a9a981d6e1bef0452491cf (diff)
downloadports-79adef5b95068dff99ef79c8fdaa07a47dfb6c43.tar.gz
ports-79adef5b95068dff99ef79c8fdaa07a47dfb6c43.zip
Notes
Diffstat (limited to 'devel/hs-uuagc')
-rw-r--r--devel/hs-uuagc/Makefile9
-rw-r--r--devel/hs-uuagc/distinfo6
-rw-r--r--devel/hs-uuagc/pkg-descr2
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/hs-uuagc/Makefile b/devel/hs-uuagc/Makefile
index 05b33eef9f18..66e19294c0a7 100644
--- a/devel/hs-uuagc/Makefile
+++ b/devel/hs-uuagc/Makefile
@@ -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>
diff --git a/devel/hs-uuagc/distinfo b/devel/hs-uuagc/distinfo
index 0a45ff8ff584..f02693918308 100644
--- a/devel/hs-uuagc/distinfo
+++ b/devel/hs-uuagc/distinfo
@@ -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
diff --git a/devel/hs-uuagc/pkg-descr b/devel/hs-uuagc/pkg-descr
index 3bd898d0e02c..0d8869076f85 100644
--- a/devel/hs-uuagc/pkg-descr
+++ b/devel/hs-uuagc/pkg-descr
@@ -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).