[104518] trunk/dports/devel/hs-HTTP/Portfile

larryv at macports.org larryv at macports.org
Tue Mar 26 14:43:49 PDT 2013


Revision: 104518
          https://trac.macports.org/changeset/104518
Author:   larryv at macports.org
Date:     2013-03-26 14:43:49 -0700 (Tue, 26 Mar 2013)
Log Message:
-----------
hs-HTTP: Edit description text; rearrange a bit.

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

Modified: trunk/dports/devel/hs-HTTP/Portfile
===================================================================
--- trunk/dports/devel/hs-HTTP/Portfile	2013-03-26 21:07:18 UTC (rev 104517)
+++ trunk/dports/devel/hs-HTTP/Portfile	2013-03-26 21:43:49 UTC (rev 104518)
@@ -6,28 +6,19 @@
 
 haskell.setup       HTTP 4000.2.8
 revision            2
-maintainers         gmail.com:kitchen.andy openmaintainer
-description         client-side web programming in Haskell
-long_description    \
-    The HTTP package supports client-side web programming in Haskell. \
-    It lets you set up HTTP connections, transmitting requests and processing \
-    the responses coming back, all from within the comforts of Haskell. It's \
-    dependent on the network package to operate, but other than that, the \
-    implementation is all written in Haskell. \
-    \
-    A basic API for issuing single HTTP requests + receiving responses is \
-    provided. On top of that, a session-level abstraction is also on offer \
-    (the BrowserAction monad)\; it taking care of handling the management of \
-    persistent connections, proxies, state (cookies) and authentication \
-    credentials required to handle multi-step interactions with a web server. \
-    \
-    The representation of the bytes flowing across is extensible via the use \
-    of a type class, letting you pick the representation of requests and \
-    responses that best fits your use. Some pre-packaged, common instances \
-    are provided for you (ByteString, String.)
-
 platforms           darwin
 license             BSD
+maintainers         gmail.com:kitchen.andy openmaintainer
+
+description         A library for client-side HTTP
+long_description    The HTTP package supports client-side web \
+                    programming in Haskell. It lets you set up HTTP \
+                    connections, transmitting requests and processing \
+                    the responses coming back, all from within the \
+                    comforts of Haskell. It's dependent on the network \
+                    package to operate, but other than that, the \
+                    implementation is all written in Haskell.
+
 checksums           sha256  086a2aa771a31845b190e2f9651ab4d8e85116aa463de5bc5e0204c1e5e70c5c \
                     rmd160  844041fdfb257c19cf35be24976925bc9c0c43c6
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130326/08fb48c4/attachment.html>


More information about the macports-changes mailing list