1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name apertium |
---|
7 | version 3.1.1 |
---|
8 | categories textproc |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | |
---|
12 | description machine translation platform |
---|
13 | |
---|
14 | long_description Apertium is a free and open source machine \ |
---|
15 | translation platform, initially aimed at related \ |
---|
16 | language pairs but recently expanded to deal with \ |
---|
17 | more divergent language pairs (such as \ |
---|
18 | English-Catalan). This package provides the \ |
---|
19 | language-independent machine translation engine \ |
---|
20 | (language pairs are in separate packages), which \ |
---|
21 | includes both translation tools (deformatters for \ |
---|
22 | ODT, DOCX, HTML, etc., TMX handling, the actual \ |
---|
23 | translation pipeline) and the tools used to create \ |
---|
24 | new language pairs. |
---|
25 | |
---|
26 | homepage http://apertium.org |
---|
27 | master_sites sourceforge:apertium |
---|
28 | |
---|
29 | checksums md5 bf993e1ddc1b510f8d734b29d2a415e9 \ |
---|
30 | sha1 d65246cebf2c3afc75f2a3c99062d93d18769031 \ |
---|
31 | rmd160 e5c015cdbadb1a570026d89f6341a63f253ca96d |
---|
32 | |
---|
33 | depends_build port:pkgconfig |
---|
34 | |
---|
35 | depends_lib port:lttoolbox port:gawk port:expat port:gettext \ |
---|
36 | port:gperf port:libiconv port:ncurses port:ncursesw \ |
---|
37 | port:pcre port:zlib port:libxslt |
---|