[114587] trunk/dports/devel

cal at macports.org cal at macports.org
Tue Dec 10 14:59:53 PST 2013


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

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

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

Modified: trunk/dports/devel/hs-curl/Portfile
===================================================================
--- trunk/dports/devel/hs-zlib-bindings/Portfile	2013-12-10 17:47:56 UTC (rev 114580)
+++ trunk/dports/devel/hs-curl/Portfile	2013-12-10 22:59:53 UTC (rev 114587)
@@ -4,17 +4,22 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       zlib-bindings 0.1.1.3
-checksums           rmd160  5668153a0de4987ae0422651a01dde59d836b893 \
-                    sha256  d96193eaa6ca5bb1f92bbc05f3153e37ee47935dc7f29aea54572dc8ce5650a2
+haskell.setup       curl 1.3.8
+checksums           rmd160  4aaa5133ee083bf81bba6cacde78f8c0a33274b8 \
+                    sha256  9087c936bfcdb865bad3166baa3f12bf37acf076fa76010e3b5f82a1d485446e
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Low-level bindings to the zlib package
+description         Haskell binding to libcurl
 long_description    \
-    Provides necessary functions for producing a streaming interface. This is \
-    used for example by zlib-conduit and zlib-enum.
+    libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP, \
+    HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl \
+    supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form \
+    based upload, proxies, cookies, user+password authentication (Basic, \
+    Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy \
+    tunneling and more! \
+    \nThis package provides a Haskell binding to libcurl.
 
-depends_lib-append  port:hs-zlib
+depends_lib-append  port:curl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131210/d29a5ed4/attachment.html>


More information about the macports-changes mailing list