[114541] trunk/dports/devel

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


Revision: 114541
          https://trac.macports.org/changeset/114541
Author:   cal at macports.org
Date:     2013-12-09 18:32:44 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-crypto-pubkey, dependency of hs-tls

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

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

Modified: trunk/dports/devel/hs-crypto-pubkey/Portfile
===================================================================
--- trunk/dports/devel/hs-socks/Portfile	2013-12-10 02:21:14 UTC (rev 114539)
+++ trunk/dports/devel/hs-crypto-pubkey/Portfile	2013-12-10 02:32:44 UTC (rev 114541)
@@ -4,16 +4,22 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       socks 0.5.4
-checksums           rmd160  a93a322c8652138304b4e5eb53f314e4f3a8b162 \
-                    sha256  e9b5e1ea78592632bb086e5f4d6da523be01921a4a8998ca78552bdc396db4da
+haskell.setup       crypto-pubkey 0.2.3
+checksums           rmd160  9bba4725ab1180737bf5f7766ca373c72705c82e \
+                    sha256  b38af600bd8bd748da673ffa7fa0914767dbdba79673561437776246bbba0fa5
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Socks proxy (version 5) implementation
-long_description    ${description}
+description         Public Key cryptography
+long_description    \
+    Public Key cryptography. Supports RSA PKCS15, RSA OAEP, RSA PSS, DSA, \
+    ElGamal signature. Also have primitive support for Diffie Hellman, and \
+    ElGamal encryption.
 
-depends_lib-append  port:hs-cereal \
-                    port:hs-network
+depends_lib-append  port:hs-byteable \
+                    port:hs-crypto-numbers \
+                    port:hs-crypto-pubkey-types \
+                    port:hs-crypto-random \
+                    port:hs-cryptohash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/1d8e01a9/attachment.html>


More information about the macports-changes mailing list