[114588] trunk/dports/devel

cal at macports.org cal at macports.org
Tue Dec 10 15:03:27 PST 2013


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

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

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

Modified: trunk/dports/devel/hs-feed/Portfile
===================================================================
--- trunk/dports/devel/hs-curl/Portfile	2013-12-10 22:59:53 UTC (rev 114587)
+++ trunk/dports/devel/hs-feed/Portfile	2013-12-10 23:03:27 UTC (rev 114588)
@@ -4,22 +4,21 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       curl 1.3.8
-checksums           rmd160  4aaa5133ee083bf81bba6cacde78f8c0a33274b8 \
-                    sha256  9087c936bfcdb865bad3166baa3f12bf37acf076fa76010e3b5f82a1d485446e
+haskell.setup       feed 0.3.9.2
+checksums           rmd160  c191987fc8eca1f025327564745d81dd38aa156e \
+                    sha256  ef1d23d130b766186a0bacd6e4807279cab681712b0fb09d1ed1ee1b3c154f17
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Haskell binding to libcurl
+description         Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds
 long_description    \
-    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.
+    Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds. \
+    \nTo help working with the multiple feed formats we've ended up with, this \
+    set of modules provides parsers, pretty printers and some utility code for \
+    querying and just generally working with a concrete representation of feeds \
+    in Haskell.
 
-depends_lib-append  port:curl
+depends_lib-append  port:hs-utf8-string \
+                    port:hs-xml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131210/9e92dd14/attachment.html>


More information about the macports-changes mailing list