Ticket #48881: apertium

File apertium, 1.6 KB (added by unhammer+dill@…, 9 years ago)

Portfile

Line 
1# -*- 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
2# $Id: Portfile 92837 2012-05-09 00:51:48Z ryandesign@macports.org $
3
4PortSystem              1.0
5
6name                    apertium
7version                 3.4.0
8revision                1
9categories              textproc
10license                 GPL-2+
11platforms               darwin
12maintainers             nomaintainer
13
14description             machine translation platform
15
16long_description        Apertium is a free and open source machine \
17                        translation platform, initially aimed at related \
18                        language pairs but recently expanded to deal with \
19                        more divergent language pairs (such as \
20                        English-Catalan). This package provides the \
21                        language-independent machine translation engine \
22                        (language pairs are in separate packages), which \
23                        includes both translation tools (deformatters for \
24                        ODT, DOCX, HTML, etc., TMX handling, the actual \
25                        translation pipeline) and the tools used to create \
26                        new language pairs.
27
28homepage                http://apertium.org/
29master_sites            sourceforge
30
31checksums               rmd160  a5bf6c017cfad361b51fa1fb22a1d59f38cba274 \
32                        sha256 2bd7f44b794615ebca1c5d3949b2139b665e2a5af24c40931ea0856e268fc3da
33
34depends_build           port:pkgconfig
35
36depends_lib             port:gawk port:libxslt \
37                        port:lttoolbox port:pcre