aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 21:25:07 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 21:25:07 +0000
commita3eb205d871704a89ad930e52824907bbac94ee6 (patch)
treebb9d8e25bfc250503d49612cb2902b17706f16ac /archivers
parent679c180778d39f3acdab7778d6d09784ca1942ff (diff)
downloadports-a3eb205d871704a89ad930e52824907bbac94ee6.tar.gz
ports-a3eb205d871704a89ad930e52824907bbac94ee6.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/hs-zlib/Makefile5
-rw-r--r--archivers/hs-zlib/distinfo4
-rw-r--r--archivers/hs-zlib/pkg-descr14
3 files changed, 12 insertions, 11 deletions
diff --git a/archivers/hs-zlib/Makefile b/archivers/hs-zlib/Makefile
index f4e204f100a0..41caa10bb571 100644
--- a/archivers/hs-zlib/Makefile
+++ b/archivers/hs-zlib/Makefile
@@ -5,12 +5,11 @@
# $FreeBSD$
PORTNAME= zlib
-PORTVERSION= 0.5.3.1
-PORTREVISION= 2
+PORTVERSION= 0.5.3.3
CATEGORIES= archivers haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Pure Haskell interface to the C zlib library
+COMMENT= Compression and decompression in the gzip and zlib formats
LICENSE= BSD
diff --git a/archivers/hs-zlib/distinfo b/archivers/hs-zlib/distinfo
index 60690b4a3bc1..bae690077d65 100644
--- a/archivers/hs-zlib/distinfo
+++ b/archivers/hs-zlib/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/zlib-0.5.3.1.tar.gz) = 382a16d09d47ba9c742d552b80cf3902c81556fc69a8d6983af98b47263545c2
-SIZE (cabal/zlib-0.5.3.1.tar.gz) = 125087
+SHA256 (cabal/zlib-0.5.3.3.tar.gz) = e2adb6c55f5bc69eb1e931edcb2ef392ac96139cf6b6bca1b2a7229f381938c3
+SIZE (cabal/zlib-0.5.3.3.tar.gz) = 125636
diff --git a/archivers/hs-zlib/pkg-descr b/archivers/hs-zlib/pkg-descr
index d723ed05600f..64564dee7e60 100644
--- a/archivers/hs-zlib/pkg-descr
+++ b/archivers/hs-zlib/pkg-descr
@@ -1,8 +1,10 @@
This package provides a pure interface for compressing and decompressing
-streams of data represented as lazy ByteStrings. It uses the zlib C
-library so it has high performance. It supports the "zlib", "gzip" and
-"raw" compression formats. It provides a convenient high level api suitable
-for most tasks and for the few cases where more control is needed it provides
-access to the full zlib feature set.
+streams of data represented as lazy ByteStrings. It uses the zlib C
+library so it has high performance. It supports the "zlib", "gzip" and
+"raw" compression formats.
-WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib
+It provides a convenient high level API suitable for most tasks and for
+the few cases where more control is needed it provides access to the
+full zlib feature set.
+
+WWW: http://code.haskell.org/zlib/