# -*- 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: Portfile 67641 2010-05-15 11:46:33Z jmr@macports.org $

PortSystem              1.0

name                    apertium
version                 3.1.1
categories              textproc
platforms               darwin
maintainers             gmail.com:p.ixiemotion

description             machine translation platform

long_description        Apertium is a free and open source machine \
                        translation platform, initially aimed at related \
                        language pairs but recently expanded to deal with \
                        more divergent language pairs (such as \
                        English-Catalan). This package provides the \
                        language-independent machine translation engine \
                        (language pairs are in separate packages), which \
                        includes both translation tools (deformatters for \
                        ODT, DOCX, HTML, etc., TMX handling, the actual \
                        translation pipeline) and the tools used to create \
                        new language pairs.

homepage                http://apertium.org/
master_sites            sourceforge

checksums               md5     bf993e1ddc1b510f8d734b29d2a415e9 \
                        sha1    d65246cebf2c3afc75f2a3c99062d93d18769031 \
                        rmd160  e5c015cdbadb1a570026d89f6341a63f253ca96d

depends_build           port:pkgconfig

depends_lib             port:gawk port:libxslt \
                        port:lttoolbox port:pcre
