[114590] trunk/dports/devel

cal at macports.org cal at macports.org
Tue Dec 10 15:17:14 PST 2013


Revision: 114590
          https://trac.macports.org/changeset/114590
Author:   cal at macports.org
Date:     2013-12-10 15:17:14 -0800 (Tue, 10 Dec 2013)
Log Message:
-----------
new port: hs-download-curl, dependency of cabal2port

Modified Paths:
--------------
    trunk/dports/devel/hs-download-curl/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-download-curl/

Modified: trunk/dports/devel/hs-download-curl/Portfile
===================================================================
--- trunk/dports/devel/hs-zlib-bindings/Portfile	2013-12-10 17:47:56 UTC (rev 114580)
+++ trunk/dports/devel/hs-download-curl/Portfile	2013-12-10 23:17:14 UTC (rev 114590)
@@ -4,17 +4,21 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       zlib-bindings 0.1.1.3
-checksums           rmd160  5668153a0de4987ae0422651a01dde59d836b893 \
-                    sha256  d96193eaa6ca5bb1f92bbc05f3153e37ee47935dc7f29aea54572dc8ce5650a2
+haskell.setup       download-curl 0.1.4
+checksums           rmd160  1132d87a582949e1d763cc816d21f1618ad3f8d6 \
+                    sha256  950ede497ff41d72875337861fa41ca3e151b691ad53a9ddddd2443285bbc3f1
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Low-level bindings to the zlib package
+description         High-level file download based on URLs
 long_description    \
-    Provides necessary functions for producing a streaming interface. This is \
-    used for example by zlib-conduit and zlib-enum.
+    High-level file download based on URLs. \
+    \nDownload web content as strict or lazy bytestringrs, strings, HTML tags, \
+    XML, RSS or Atom feeds or JSON, using the curl network library.
 
-depends_lib-append  port:hs-zlib
+depends_lib-append  port:hs-curl \
+                    port:hs-feed \
+                    port:hs-tagsoup-0.12 \
+                    port:hs-xml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131210/6f40a57c/attachment.html>


More information about the macports-changes mailing list