[114517] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 15:50:03 PST 2013


Revision: 114517
          https://trac.macports.org/changeset/114517
Author:   cal at macports.org
Date:     2013-12-09 15:50:03 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-edit-distance, #41466

Modified Paths:
--------------
    trunk/dports/devel/hs-edit-distance/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-edit-distance/

Modified: trunk/dports/devel/hs-edit-distance/Portfile
===================================================================
--- trunk/dports/devel/hs-bloomfilter/Portfile	2013-12-09 23:47:38 UTC (rev 114516)
+++ trunk/dports/devel/hs-edit-distance/Portfile	2013-12-09 23:50:03 UTC (rev 114517)
@@ -4,13 +4,17 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       bloomfilter 1.2.6.10
-checksums           rmd160  87c015512db13664c53ae01bc75285ca2e20994d \
-                    sha256  9b6af333db4a61e4fc9b3090e90a0adcf2eb4e096f700b0315b8381e73ba5b98
+haskell.setup       edit-distance 0.2.1.2
+checksums           rmd160  ed73f6b7e0b967f83605593af76762de389723d5 \
+                    sha256  84bcc319f4b7dc48994de082819bc656e6a001fdf40c2f7327b9a2acc2d5bd21
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Pure and impure Bloom Filter implementations
-long_description    ${description}
+description         Levenshtein and restricted Damerau-Levenshtein edit distances
+long_description    \
+    Optimized edit distances for fuzzy matching, including Levenshtein and \
+    restricted Damerau-Levenshtein algorithms.
+
+depends_lib-append  port:hs-random
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/678851a0/attachment.html>


More information about the macports-changes mailing list