# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-wordaxe version 0.3.3 categories-append textproc platforms darwin supported_archs noarch license {Apache-2 BSD} maintainers nomaintainer 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. homepage http://deco-cow.sourceforge.net/ master_sites sourceforge:deco-cow distname wordaxe-${version} use_zip yes checksums md5 fc734363e526de7e5750f0292bcbe43e \ sha1 8336496dc79a670d207d3838dba807fef60f221b \ rmd160 9b52288ce444e20dfef4f0bc00c6d9f9c0a731f1 python.versions 26 27