# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
# $Id: Portfile 58057 2009-09-21 12:46:07Z ryandesign@macports.org $

PortSystem              1.0

name                    lttoolbox
version                 3.1.2
categories              textproc
platforms               darwin
maintainers             nomaintainer

description             toolbox for lexical processing, morphological analysis \
                        and generation

long_description        lttoolbox is a toolbox from the Apertium platform \
                        used for lexical processing, morphological analysis \
                        and generation of words. Analysis involves finding \
                        the lemma and grammatical information (e.g. noun, \
                        plural) of a surface form. Generation is the opposite \
                        process. The package is split into three programs, \
                        lt-comp (compiler), lt-proc (processor), and \
                        lt-expand (generates all possible mappings between \
                        surface forms and lexical forms).

homepage                http://wiki.apertium.org/wiki/Lttoolbox
master_sites            sourceforge:apertium

checksums               md5     ae77818c7c2c20e8d50a9bd18d9b78d6 \
                        sha1    8db7998ef2cb6d4edd08277030d3896163d49f0f \
                        rmd160  05ab9a8ee4893f3dcbebc2bd2598bc0cfd5c0db6

depends_build           port:pkgconfig

depends_lib             port:libxml2
