[114533] trunk/dports/devel

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


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

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

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

Modified: trunk/dports/devel/hs-certificate/Portfile
===================================================================
--- trunk/dports/devel/hs-hs3/Portfile	2013-12-10 00:21:27 UTC (rev 114519)
+++ trunk/dports/devel/hs-certificate/Portfile	2013-12-10 02:02:34 UTC (rev 114533)
@@ -4,26 +4,21 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       hS3 0.5.8
-checksums           rmd160  82996f787cee572605c76a1780f0ebeeec80902a \
-                    sha256  759d37a56f0f3b2f1177c03da75410f8ee2b6f41c3f648cbc99062f269cdb9f2
+haskell.setup       certificate 1.3.9
+checksums           rmd160  c06124c118a46cb2765c025a612163143911b625 \
+                    sha256  e6257b4b0e884db8a817d265d9a7f9a6c76af8190504f32dadbbf64b0fcee5a1
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Interface to Amazon's Simple Storage Service (S3)
+description         Certificates and Key Reader/Writer
 long_description    \
-    This is the Haskell S3 library. It provides an interface to Amazon's Simple \
-    Storage Service (S3), allowing Haskell developers to reliably store and \
-    retrieve arbitrary amounts of data from anywhere on the Internet.
+    At the moment only X509 certificate and unencrypted private key are \
+    supported, but will include PGP certificate and pkcs8 private keys.
 
-depends_lib-append  port:hs-crypto \
-                    port:hs-dataenc \
-                    port:hs-http \
-                    port:hs-hxt \
-                    port:hs-missingh \
-                    port:hs-network \
-                    port:hs-random \
-                    port:hs-regex-compat \
-                    port:hs-utf8-string
+depends_lib-append  port:hs-asn1-data \
+                    port:hs-crypto-pubkey-types \
+                    port:hs-cryptohash \
+                    port:hs-mtl \
+                    port:hs-pem
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/abefb7ae/attachment.html>


More information about the macports-changes mailing list