# $Id: Portfile 55900 2009-08-20 23:05:28Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-wordaxe
version                 0.3.3
categories-append       textproc
maintainers             singingwolfboy openmaintainer
description             Python library for hyphenation by decomposition of compound words
long_description        The wordaxe library (formerly known as deco-cow) provides Python \
                        programs with the ability to automatically hyphenate words using \
                        an algorithm which is based on decomposition of compound words \
                        into base words, and is named DCWHyphenator in the code. 

platforms               darwin

homepage                http://deco-cow.sourceforge.net/
master_sites            sourceforge:deco-cow
distname                wordaxe-${version}
use_zip                 yes

checksums               md5 fc734363e526de7e5750f0292bcbe43e \
                        sha1 8336496dc79a670d207d3838dba807fef60f221b \
                        rmd160 9b52288ce444e20dfef4f0bc00c6d9f9c0a731f1
