[114513] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 15:39:42 PST 2013


Revision: 114513
          https://trac.macports.org/changeset/114513
Author:   cal at macports.org
Date:     2013-12-09 15:39:42 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-cryptohash, #41466

Modified Paths:
--------------
    trunk/dports/devel/hs-cryptohash/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-cryptohash/

Modified: trunk/dports/devel/hs-cryptohash/Portfile
===================================================================
--- trunk/dports/devel/hs-crypto/Portfile	2013-12-09 22:17:24 UTC (rev 114500)
+++ trunk/dports/devel/hs-cryptohash/Portfile	2013-12-09 23:39:42 UTC (rev 114513)
@@ -4,21 +4,20 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       Crypto 4.2.5.1
-revision            2
-checksums           rmd160  adcbd51eb0656427a5e794fc2946dcbdd7e6ebe5 \
-                    sha256  6ad5e0533d0aaaf2f30049d166881a845cc190780798661815da9b4914a0af66
+haskell.setup       cryptohash 0.11.1
+checksums           rmd160  b9165a25b4ac2e7a96e968563480cd003747d010 \
+                    sha256  be76351650517042e390887069af3dc047ed5621e1e2c96fa8a04444675c8773
 
-maintainers         nomaintainer
+maintainers         cal openmaintainer
 platforms           darwin
-license             GPL-2+
+license             BSD
 
-description         Collects together existing Haskell cryptographic functions into a package
+description         collection of crypto hashes, fast, pure and practical
 long_description    \
-    DES, Blowfish, AES, TEA, SHA1, MD5, RSA, BubbleBabble, Hexdump, Support for \
-    Word128, Word192 and Word256 and Beyond, PKCS5 Padding, Various Encryption \
-    Modes e.g. Cipher Block Chaining all in one package, with HUnit and \
-    QuickCheck tests, and examples.
+    A collection of crypto hashes, with a practical incremental and one-pass, \
+    pure APIs, with performance close to the fastest implementations available \
+    in other languages. \
+    \nThe implementations are made in C with a haskell FFI wrapper that hide \
+    the C implementation.
 
-depends_lib-append  port:hs-hunit \
-                    port:hs-quickcheck
+depends_lib-append  port:hs-byteable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/9ded1ba2/attachment-0001.html>


More information about the macports-changes mailing list