[109545] trunk/dports/devel

cal at macports.org cal at macports.org
Sat Aug 17 04:44:38 PDT 2013


Revision: 109545
          https://trac.macports.org/changeset/109545
Author:   cal at macports.org
Date:     2013-08-17 04:44:38 -0700 (Sat, 17 Aug 2013)
Log Message:
-----------
hs-crypto-api: new port, dependency of hs-pureMD5 update

Modified Paths:
--------------
    trunk/dports/devel/hs-crypto-api/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-crypto-api/

Modified: trunk/dports/devel/hs-crypto-api/Portfile
===================================================================
--- trunk/dports/devel/hs-extensible-exceptions/Portfile	2013-08-16 23:12:40 UTC (rev 109529)
+++ trunk/dports/devel/hs-crypto-api/Portfile	2013-08-17 11:44:38 UTC (rev 109545)
@@ -4,15 +4,24 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       extensible-exceptions 0.1.1.4
-checksums           rmd160  2e1311778e7e87b1e5266bbce2dea81eb4620ae7 \
-                    sha256  6ce5e8801760385a408dab71b53550f87629e661b260bdc2cd41c6a439b6e388
+haskell.setup       crypto-api 0.12.2.2
+checksums           rmd160  c2058f2e60317d73e465232d7c6305b490b05bac \
+                    sha256  33ec873929013e9b0fefeddfdecffd445f1afdf426a3e3c41c5aaefce346bb62
 
 license             BSD
 maintainers         cal openmaintainer
 platforms           darwin
 
-description         Extensible exceptions
+description         A generic interface for cryptographic operations
 long_description    \
-    This package provides extensible exceptions for both new and old versions \
-    of GHC (i.e., < 6.10).
+    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.
+
+depends_lib-append  port:hs-cereal \
+                    port:hs-entropy \
+                    port:hs-tagged \
+                    port:hs-transformers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130817/8828b948/attachment-0001.html>


More information about the macports-changes mailing list