[94444] trunk/dports/textproc

hum at macports.org hum at macports.org
Tue Jun 19 08:04:22 PDT 2012


Revision: 94444
          https://trac.macports.org/changeset/94444
Author:   hum at macports.org
Date:     2012-06-19 08:04:20 -0700 (Tue, 19 Jun 2012)
Log Message:
-----------
New port: simstring @1.0 - A fast and simple algorithm for approximate string matching/retrieval.

Added Paths:
-----------
    trunk/dports/textproc/simstring/
    trunk/dports/textproc/simstring/Portfile

Added: trunk/dports/textproc/simstring/Portfile
===================================================================
--- trunk/dports/textproc/simstring/Portfile	                        (rev 0)
+++ trunk/dports/textproc/simstring/Portfile	2012-06-19 15:04:20 UTC (rev 94444)
@@ -0,0 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                simstring
+version             1.0
+categories          textproc math
+maintainers         hum openmaintainer
+
+description         A fast and simple algorithm for approximate string matching/retrieval
+long_description    SimString is a simple library for fast approximate string \
+                    retrieval. Approximate string retrieval finds strings in a \
+                    database whose similarity with a query string is no smaller \
+                    than a threshold. Finding not only identical but similar \
+                    strings, approximate string retrieval has various \
+                    applications including spelling correction, flexible \
+                    dictionary matching, duplicate detection, and record linkage.
+
+homepage            http://www.chokkan.org/software/simstring/
+platforms           darwin
+license             BSD
+
+master_sites        http://www.chokkan.org/software/dist/
+checksums           rmd160  91824658636dc3d4bf518971fd46ecbc0431c224 \
+                    sha256  386f5e18c9a92a84eccd6caee407e28da939dd74bb68bd17912c4d918f0e4171
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar


Property changes on: trunk/dports/textproc/simstring/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120619/4eef4fee/attachment.html>


More information about the macports-changes mailing list