diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /security/hs-cryptohash | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'security/hs-cryptohash')
-rw-r--r-- | security/hs-cryptohash/Makefile | 8 | ||||
-rw-r--r-- | security/hs-cryptohash/distinfo | 4 | ||||
-rw-r--r-- | security/hs-cryptohash/pkg-descr | 8 |
3 files changed, 6 insertions, 14 deletions
diff --git a/security/hs-cryptohash/Makefile b/security/hs-cryptohash/Makefile index c8b2f6fed56b..3856df03bd5f 100644 --- a/security/hs-cryptohash/Makefile +++ b/security/hs-cryptohash/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-cryptohash -# Date created: November 19, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= cryptohash -PORTVERSION= 0.7.5 -PORTREVISION= 1 +PORTVERSION= 0.7.9 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cryptohash/distinfo b/security/hs-cryptohash/distinfo index 16ae388f8e42..9650349b4b7c 100644 --- a/security/hs-cryptohash/distinfo +++ b/security/hs-cryptohash/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/cryptohash-0.7.5.tar.gz) = 0fe7c6a46d9b8c38e0a4756350eeb47a87f7804586d57047978057518598a1a3 -SIZE (cabal/cryptohash-0.7.5.tar.gz) = 39149 +SHA256 (cabal/cryptohash-0.7.9.tar.gz) = 1f264146aac46599ce90151caab21b65ecee7dd15a4122f1ae23653a8b612bdf +SIZE (cabal/cryptohash-0.7.9.tar.gz) = 59641 diff --git a/security/hs-cryptohash/pkg-descr b/security/hs-cryptohash/pkg-descr index f60c7732bff3..09fe1ebf7571 100644 --- a/security/hs-cryptohash/pkg-descr +++ b/security/hs-cryptohash/pkg-descr @@ -1,8 +1,6 @@ A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest implementations available -in others languages. +in others languages. The implementations are made in C with a haskell FFI +wrapper that hide the C implementation. -The implementations are made in C with a haskell FFI wrapper that hide the -C implementation. - -WWW: http://github.com/vincenthz/hs-cryptohash +WWW: http://github.com/vincenthz/hs-cryptohash |