[114538] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 18:18:28 PST 2013


Revision: 114538
          https://trac.macports.org/changeset/114538
Author:   cal at macports.org
Date:     2013-12-09 18:18:28 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-cprng-aes, dependency of hs-connection

Modified Paths:
--------------
    trunk/dports/devel/hs-cprng-aes/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-cprng-aes/

Modified: trunk/dports/devel/hs-cprng-aes/Portfile
===================================================================
--- trunk/dports/devel/hs-certificate/Portfile	2013-12-10 02:02:34 UTC (rev 114533)
+++ trunk/dports/devel/hs-cprng-aes/Portfile	2013-12-10 02:18:28 UTC (rev 114538)
@@ -4,21 +4,20 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       certificate 1.3.9
-checksums           rmd160  c06124c118a46cb2765c025a612163143911b625 \
-                    sha256  e6257b4b0e884db8a817d265d9a7f9a6c76af8190504f32dadbbf64b0fcee5a1
+haskell.setup       cprng-aes 0.5.2
+checksums           rmd160  4d3182bcc9f86760fa1740690c962c1d522b477e \
+                    sha256  ee0a5c27396c0257af5ebb4882b31e3ab14d8b160e916dbdc031733f506bc8d9
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Certificates and Key Reader/Writer
+description         Crypto Pseudo Random Number Generator using AES in counter mode
 long_description    \
-    At the moment only X509 certificate and unencrypted private key are \
-    supported, but will include PGP certificate and pkcs8 private keys.
+    Simple crypto pseudo-random-number-generator with really good randomness \
+    property.
 
-depends_lib-append  port:hs-asn1-data \
-                    port:hs-crypto-pubkey-types \
-                    port:hs-cryptohash \
-                    port:hs-mtl \
-                    port:hs-pem
+depends_lib-append  port:hs-byteable \
+                    port:hs-cipher-aes \
+                    port:hs-crypto-random \
+                    port:hs-random
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/6e64e4c6/attachment.html>


More information about the macports-changes mailing list