[114545] trunk/dports/devel

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


Revision: 114545
          https://trac.macports.org/changeset/114545
Author:   cal at macports.org
Date:     2013-12-09 18:41:37 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-connection, dependency of hs-http-client-tls

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

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

Modified: trunk/dports/devel/hs-connection/Portfile
===================================================================
--- trunk/dports/devel/hs-hs3/Portfile	2013-12-10 00:21:27 UTC (rev 114519)
+++ trunk/dports/devel/hs-connection/Portfile	2013-12-10 02:41:37 UTC (rev 114545)
@@ -4,26 +4,25 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       hS3 0.5.8
-checksums           rmd160  82996f787cee572605c76a1780f0ebeeec80902a \
-                    sha256  759d37a56f0f3b2f1177c03da75410f8ee2b6f41c3f648cbc99062f269cdb9f2
+haskell.setup       connection 0.1.3.1
+checksums           rmd160  a339394bede7fa76d31ec8bdbc9c4d2ab4e23a35 \
+                    sha256  dc84b6b9d068a0fd843e94e1cb3544a1c7fb9b5e6e29f2113d8f1a4380583bfd
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Interface to Amazon's Simple Storage Service (S3)
+description         Simple and easy network connections API
 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.
+    Simple network library for all your connection need. \
+    \nFeatures: Really simple to use, SSL/TLS, SOCKS. \
+    \nThis library provides a very simple api to create sockets to \
+    a destination with the choice of SSL/TLS, and SOCKS.
 
-depends_lib-append  port:hs-crypto \
-                    port:hs-dataenc \
-                    port:hs-http \
-                    port:hs-hxt \
-                    port:hs-missingh \
+depends_lib-append  port:hs-certificate \
+                    port:hs-cprng-aes \
+                    port:hs-data-default \
                     port:hs-network \
-                    port:hs-random \
-                    port:hs-regex-compat \
-                    port:hs-utf8-string
+                    port:hs-socks \
+                    port:hs-tls \
+                    port:hs-tls-extra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/90136b8c/attachment.html>


More information about the macports-changes mailing list