diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 05:31:15 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 05:31:15 +0800 |
commit | 6a9610918d177d32b6023e604bfefb6613fff720 (patch) | |
tree | 8707466a724179b6a8584a31fe181bc518878b8e | |
parent | f32f2e51230ee9f8cfb6c1e274b5e1a8f3771d61 (diff) | |
download | freebsd-ports-gnome-6a9610918d177d32b6023e604bfefb6613fff720.tar.gz freebsd-ports-gnome-6a9610918d177d32b6023e604bfefb6613fff720.tar.zst freebsd-ports-gnome-6a9610918d177d32b6023e604bfefb6613fff720.zip |
- Update to 0.5
Obtained from: FreeBSD Haskell
-rw-r--r-- | converters/hs-json/Makefile | 6 | ||||
-rw-r--r-- | converters/hs-json/distinfo | 4 | ||||
-rw-r--r-- | converters/hs-json/pkg-descr | 16 | ||||
-rw-r--r-- | devel/hs-MemoTrie/Makefile | 7 | ||||
-rw-r--r-- | devel/hs-MemoTrie/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-MemoTrie/pkg-descr | 2 |
6 files changed, 19 insertions, 20 deletions
diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile index ecb63a655035..5d95091c40d3 100644 --- a/converters/hs-json/Makefile +++ b/converters/hs-json/Makefile @@ -6,8 +6,7 @@ # PORTNAME= json -PORTVERSION= 0.4.4 -PORTREVISION= 3 +PORTVERSION= 0.5 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org @@ -16,7 +15,8 @@ COMMENT= Support for serialising Haskell to and from JSON LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= mtl syb + +USE_CABAL= mtl syb>=0.3.3 CONFIGURE_ARGS+= --flags="split-base generic -parsec -pretty -mapdict" diff --git a/converters/hs-json/distinfo b/converters/hs-json/distinfo index c91e8a100d02..d19180368ef3 100644 --- a/converters/hs-json/distinfo +++ b/converters/hs-json/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/json-0.4.4.tar.gz) = 010157c267e156489771a3a9466f9de74393d9bc82053c1463af8a55caaf5880 -SIZE (cabal/json-0.4.4.tar.gz) = 22181 +SHA256 (cabal/json-0.5.tar.gz) = d419bf7d1dd07dcccdc9b40b98a077cdfb5248d1685f929ec1e59f4b01de4b8a +SIZE (cabal/json-0.5.tar.gz) = 22724 diff --git a/converters/hs-json/pkg-descr b/converters/hs-json/pkg-descr index 936d5b057c6c..9bcfc2691ce2 100644 --- a/converters/hs-json/pkg-descr +++ b/converters/hs-json/pkg-descr @@ -1,10 +1,8 @@ -JSON (JavaScript Object Notation) is a lightweight data-interchange -format. It is easy for humans to read and write. It is easy for -machines to parse and generate. It is based on a subset of the -JavaScript Programming Language, Standard ECMA-262 3rd Edition - -December 1999. +JSON (JavaScript Object Notation) is a lightweight data-interchange format. +It is easy for humans to read and write. It is easy for machines to parse +and generate. It is based on a subset of the JavaScript Programming +Language, Standard ECMA-262 3rd Edition - December 1999. This library +provides a parser and pretty printer for converting between Haskell values +and JSON. -This library provides a parser and pretty printer for converting -between Haskell values and JSON. - -WWW: http://hackage.haskell.org/package/json +WWW: http://hackage.haskell.org/package/json diff --git a/devel/hs-MemoTrie/Makefile b/devel/hs-MemoTrie/Makefile index a860764885d9..87512a71a3a5 100644 --- a/devel/hs-MemoTrie/Makefile +++ b/devel/hs-MemoTrie/Makefile @@ -6,15 +6,16 @@ # PORTNAME= MemoTrie -PORTVERSION= 0.4.10 -PORTREVISION= 1 +PORTVERSION= 0.5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Trie-based memo functions for Haskell +COMMENT= Trie-based memo functions LICENSE= BSD FILE_LICENSE= COPYING +USE_CABAL= void + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/devel/hs-MemoTrie/distinfo b/devel/hs-MemoTrie/distinfo index 2fd456f1b83b..4be65ecd29e2 100644 --- a/devel/hs-MemoTrie/distinfo +++ b/devel/hs-MemoTrie/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/MemoTrie-0.4.10.tar.gz) = 7322b0512bb048220da38601f9b6a14b9a3f6d624b51cc9f21202a3d065679c2 -SIZE (cabal/MemoTrie-0.4.10.tar.gz) = 6032 +SHA256 (cabal/MemoTrie-0.5.tar.gz) = 6ebd135c50999bb0cd5e1086c3a212bcbddcd45f741791b7fd2c7acd58c1761e +SIZE (cabal/MemoTrie-0.5.tar.gz) = 6182 diff --git a/devel/hs-MemoTrie/pkg-descr b/devel/hs-MemoTrie/pkg-descr index 19955c854588..373ac53dbfe4 100644 --- a/devel/hs-MemoTrie/pkg-descr +++ b/devel/hs-MemoTrie/pkg-descr @@ -1,4 +1,4 @@ Haskell MemoTrie provides a basis for memoized functions over some domains, using tries. It is based on some code got from Spencer Janssen. -WWW: http://haskell.org/haskellwiki/MemoTrie +WWW: http://haskell.org/haskellwiki/MemoTrie |