Permalink
| @@ -1,24 +1,25 @@ | ||
| # -*- 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 python 1.0 | ||
| PortSystem 1.0 | ||
| PortGroup python 1.0 | ||
|
|
||
| name py-stemmer | ||
| version 1.0.1 | ||
| platforms darwin | ||
| categories-append textproc | ||
| license MIT BSD | ||
| maintainers nomaintainer | ||
| description Python bindings for Snowball stemmer | ||
| long_description Snowball is a small string processing language \ | ||
| designed for creating stemming algorithms for use \ | ||
| in Information Retrieval. | ||
| name py-stemmer | ||
| version 1.0.1 | ||
| platforms darwin | ||
| categories-append textproc | ||
| license MIT BSD | ||
| maintainers nomaintainer | ||
|
|
||
| homepage http://snowball.tartarus.org/ | ||
| master_sites ${homepage}wrappers/ | ||
| distname PyStemmer-${version} | ||
| checksums md5 5fb09517161de1792b2fc1fd8844038b \ | ||
| sha1 2a82fef3fb5169b74da82131b180ca6e0f70c3ea \ | ||
| rmd160 68a6483cc4c0580331867ec17ee4f9d5ad85a7ac | ||
| description Python bindings for Snowball stemmer | ||
| long_description Snowball is a small string processing language \ | ||
| designed for creating stemming algorithms for use \ | ||
| in Information Retrieval. | ||
|
|
||
| python.versions 27 | ||
| homepage http://snowball.tartarus.org/ | ||
| master_sites ${homepage}wrappers/ | ||
| distname PyStemmer-${version} | ||
| checksums md5 5fb09517161de1792b2fc1fd8844038b \ | ||
| sha1 2a82fef3fb5169b74da82131b180ca6e0f70c3ea \ | ||
| rmd160 68a6483cc4c0580331867ec17ee4f9d5ad85a7ac | ||
|
|
||
| python.versions 27 |