diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:25:10 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:25:10 +0000 |
commit | 73b19bcc7985d3faff06f7c2eaa0be7bb24d8c36 (patch) | |
tree | a685bd84e4714b2942988d4573ea057a60faf6b7 | |
parent | 9963ef681e8de59520bbe88ab878a745efee31c9 (diff) |
Notes
-rw-r--r-- | security/hs-crypto-api/Makefile | 3 | ||||
-rw-r--r-- | security/hs-crypto-api/distinfo | 4 | ||||
-rw-r--r-- | security/hs-crypto-api/pkg-descr | 14 |
3 files changed, 11 insertions, 10 deletions
diff --git a/security/hs-crypto-api/Makefile b/security/hs-crypto-api/Makefile index 6ce68a1ab270..d4535322a3a7 100644 --- a/security/hs-crypto-api/Makefile +++ b/security/hs-crypto-api/Makefile @@ -6,7 +6,7 @@ # PORTNAME= crypto-api -PORTVERSION= 0.8 +PORTVERSION= 0.10.2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -15,6 +15,7 @@ COMMENT= A generic interface for cryptographic operations LICENSE= BSD CABAL_SETUP= Setup.hs + USE_CABAL= cereal>=0.2 entropy largeword>=1.0.0 tagged>=0.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/security/hs-crypto-api/distinfo b/security/hs-crypto-api/distinfo index 573ec6111855..964f09a43d9e 100644 --- a/security/hs-crypto-api/distinfo +++ b/security/hs-crypto-api/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/crypto-api-0.8.tar.gz) = 480cc686eb1c2f9668b67c38f255417012fd66a5b61315f24664889d965393bb -SIZE (cabal/crypto-api-0.8.tar.gz) = 42443 +SHA256 (cabal/crypto-api-0.10.2.tar.gz) = ba929decee6fe3ed143d8491f3f67e71fdef9f56d0c9eb142b0e0aee79dbab19 +SIZE (cabal/crypto-api-0.10.2.tar.gz) = 44538 diff --git a/security/hs-crypto-api/pkg-descr b/security/hs-crypto-api/pkg-descr index 34889f576186..f64fd4a3ff8a 100644 --- a/security/hs-crypto-api/pkg-descr +++ b/security/hs-crypto-api/pkg-descr @@ -1,9 +1,9 @@ -A generic interface for cryptographic operations, platform independent quality -RNG, property tests and known-answer tests (KATs) for common algorithms, and a -basic benchmark infrastructure. Maintainers of hash and cipher implementations -are encouraged to add instances for the classes defined in Crypto.Classes. -Crypto users are similarly encouraged to use the interfaces defined in the -Classes module. Any concepts or functions of general use to more than one -cryptographic algorithm (ex: padding) is within scope of this package. +A generic interface for cryptographic operations (hashes, ciphers, +randomness). Maintainers of hash and cipher implementations are +encouraged to add instances for the classes defined in Crypto.Classes. +Crypto users are similarly encouraged to use the interfaces defined in +the Classes module. Any concepts or functions of general use to more +than one cryptographic algorithm (ex: padding) is within scope of this +package. WWW: http://trac.haskell.org/crypto-api/wiki |