# -*- 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: Portfile 94444 2012-06-19 15:04:20Z hum@macports.org $

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
