2021-08-04 19:03:22 +03:00
|
|
|
# -*- 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
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup ruby 1.0
|
|
|
|
|
|
2024-01-21 01:11:07 +08:00
|
|
|
ruby.branches 3.3 3.2 3.1 3.0
|
2021-08-04 19:03:22 +03:00
|
|
|
ruby.setup text 1.3.1 gem
|
|
|
|
|
revision 0
|
|
|
|
|
|
2021-10-10 21:55:12 +03:00
|
|
|
maintainers {judaew @judaew} openmaintainer
|
2021-08-04 19:03:22 +03:00
|
|
|
license MIT
|
2023-12-19 21:55:35 +11:00
|
|
|
platforms any
|
|
|
|
|
supported_archs noarch
|
2021-08-04 19:03:22 +03:00
|
|
|
|
|
|
|
|
description A collection of text algorithms
|
2023-12-19 21:55:35 +11:00
|
|
|
long_description {*}${description}: Levenshtein, Soundex, Metaphone, \
|
2021-08-04 19:03:22 +03:00
|
|
|
Double Metaphone, Porter Stemming
|
|
|
|
|
homepage https://github.com/threedaymonk/text
|
|
|
|
|
|
|
|
|
|
checksums rmd160 a044030ac97c398e0c98783a42675e8cae816e89 \
|
|
|
|
|
sha256 2fbbbc82c1ce79c4195b13018a87cbb00d762bda39241bb3cdc32792759dd3f4 \
|
|
|
|
|
size 138752
|