summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 22:27:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 22:27:04 +0000
commit11c80233623d1455c5f08a13d1b45dd95e7abc88 (patch)
tree285c7500e2273c0704c467dc27da1ab3772a820b /security
parent- Update to 0.7.5 (diff)
- Update to 0.0.1.1
Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=298263
Diffstat (limited to 'security')
-rw-r--r--security/hs-digest/Makefile6
-rw-r--r--security/hs-digest/distinfo4
-rw-r--r--security/hs-digest/pkg-descr6
3 files changed, 9 insertions, 7 deletions
diff --git a/security/hs-digest/Makefile b/security/hs-digest/Makefile
index da2f138c11a5..b61ea190cab0 100644
--- a/security/hs-digest/Makefile
+++ b/security/hs-digest/Makefile
@@ -6,15 +6,17 @@
#
PORTNAME= digest
-PORTVERSION= 0.0.1.0
+PORTVERSION= 0.0.1.1
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Efficient cryptographic hash implementations in Haskell
+COMMENT= Various cryptographic hashes for Bytestrings
LICENSE= BSD
CABAL_SETUP= Setup.hs
+USE_CABAL= zlib
+
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/security/hs-digest/distinfo b/security/hs-digest/distinfo
index 8702ce4e657d..e5d2a836dd9d 100644
--- a/security/hs-digest/distinfo
+++ b/security/hs-digest/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/digest-0.0.1.0.tar.gz) = 40319762afc05823920126f13cba02b06544ba039e08c3f63db2ed084a9a4edc
-SIZE (cabal/digest-0.0.1.0.tar.gz) = 2519
+SHA256 (cabal/digest-0.0.1.1.tar.gz) = 7bb8b85959cfb3c6539aa2f2104c14aec9758a3a5d6039aba975299fdcd704d4
+SIZE (cabal/digest-0.0.1.1.tar.gz) = 3781
diff --git a/security/hs-digest/pkg-descr b/security/hs-digest/pkg-descr
index c57435d330e6..3b66ffa2fdbf 100644
--- a/security/hs-digest/pkg-descr
+++ b/security/hs-digest/pkg-descr
@@ -1,5 +1,5 @@
This package provides efficient cryptographic hash implementations for
-strict and lazy bytestrings for the functional programming language
-Haskell.
+strict and lazy bytestrings. For now, CRC32 and Adler32 are supported;
+they are implemented as FFI bindings to efficient code from zlib.
-WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/digest
+WWW: http://hackage.haskell.org/package/digest