[114519] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 16:21:27 PST 2013


Revision: 114519
          https://trac.macports.org/changeset/114519
Author:   cal at macports.org
Date:     2013-12-09 16:21:27 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-hs3, #41466

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

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

Modified: trunk/dports/devel/hs-hs3/Portfile
===================================================================
--- trunk/dports/devel/hs-edit-distance/Portfile	2013-12-09 23:50:03 UTC (rev 114517)
+++ trunk/dports/devel/hs-hs3/Portfile	2013-12-10 00:21:27 UTC (rev 114519)
@@ -4,17 +4,26 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       edit-distance 0.2.1.2
-checksums           rmd160  ed73f6b7e0b967f83605593af76762de389723d5 \
-                    sha256  84bcc319f4b7dc48994de082819bc656e6a001fdf40c2f7327b9a2acc2d5bd21
+haskell.setup       hS3 0.5.8
+checksums           rmd160  82996f787cee572605c76a1780f0ebeeec80902a \
+                    sha256  759d37a56f0f3b2f1177c03da75410f8ee2b6f41c3f648cbc99062f269cdb9f2
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Levenshtein and restricted Damerau-Levenshtein edit distances
+description         Interface to Amazon's Simple Storage Service (S3)
 long_description    \
-    Optimized edit distances for fuzzy matching, including Levenshtein and \
-    restricted Damerau-Levenshtein algorithms.
+    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.
 
-depends_lib-append  port:hs-random
+depends_lib-append  port:hs-crypto \
+                    port:hs-dataenc \
+                    port:hs-http \
+                    port:hs-hxt \
+                    port:hs-missingh \
+                    port:hs-network \
+                    port:hs-random \
+                    port:hs-regex-compat \
+                    port:hs-utf8-string
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/09334b72/attachment.html>


More information about the macports-changes mailing list