[114553] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 19:14:12 PST 2013


Revision: 114553
          https://trac.macports.org/changeset/114553
Author:   cal at macports.org
Date:     2013-12-09 19:14:11 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-http-client, dependency of hs-http-client-conduit

Modified Paths:
--------------
    trunk/dports/devel/hs-http-client/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-http-client/

Modified: trunk/dports/devel/hs-http-client/Portfile
===================================================================
--- trunk/dports/devel/hs-hs3/Portfile	2013-12-10 00:21:27 UTC (rev 114519)
+++ trunk/dports/devel/hs-http-client/Portfile	2013-12-10 03:14:11 UTC (rev 114553)
@@ -4,26 +4,26 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       hS3 0.5.8
-checksums           rmd160  82996f787cee572605c76a1780f0ebeeec80902a \
-                    sha256  759d37a56f0f3b2f1177c03da75410f8ee2b6f41c3f648cbc99062f269cdb9f2
+haskell.setup       http-client 0.2.0.2
+checksums           rmd160  b5454e12cbb84b713bb728ecdd3b2e988fb1897a \
+                    sha256  a37ed19ca893ce0ad31154e73c4b238aae7f04c495bd7471002db3b5fd29c0ac
 
 maintainers         cal openmaintainer
 platforms           darwin
-license             BSD
+license             MIT
 
-description         Interface to Amazon's Simple Storage Service (S3)
-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.
+description         An HTTP client engine, intended as a base layer for more user-friendly packages
+long_description    ${description}
 
-depends_lib-append  port:hs-crypto \
-                    port:hs-dataenc \
-                    port:hs-http \
-                    port:hs-hxt \
-                    port:hs-missingh \
+depends_lib-append  port:hs-base64-bytestring \
+                    port:hs-blaze-builder \
+                    port:hs-case-insensitive \
+                    port:hs-cookie \
+                    port:hs-data-default \
+                    port:hs-failure \
+                    port:hs-http-types \
                     port:hs-network \
-                    port:hs-random \
-                    port:hs-regex-compat \
-                    port:hs-utf8-string
+                    port:hs-publicsuffixlist \
+                    port:hs-text \
+                    port:hs-transformers \
+                    port:hs-zlib-bindings
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/dacfbc78/attachment.html>


More information about the macports-changes mailing list