1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-wordaxe |
---|
7 | version 0.3.3 |
---|
8 | categories-append textproc |
---|
9 | maintainers singingwolfboy openmaintainer |
---|
10 | description Python library for hyphenation by decomposition of compound words |
---|
11 | long_description The wordaxe library (formerly known as deco-cow) provides Python \ |
---|
12 | programs with the ability to automatically hyphenate words using \ |
---|
13 | an algorithm which is based on decomposition of compound words \ |
---|
14 | into base words, and is named DCWHyphenator in the code. |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | homepage http://deco-cow.sourceforge.net/ |
---|
19 | master_sites sourceforge:deco-cow |
---|
20 | distname wordaxe-${version} |
---|
21 | use_zip yes |
---|
22 | |
---|
23 | checksums md5 fc734363e526de7e5750f0292bcbe43e \ |
---|
24 | sha1 8336496dc79a670d207d3838dba807fef60f221b \ |
---|
25 | rmd160 9b52288ce444e20dfef4f0bc00c6d9f9c0a731f1 |
---|