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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name apertium |
---|
7 | version 3.4.0 |
---|
8 | revision 1 |
---|
9 | categories textproc |
---|
10 | license GPL-2+ |
---|
11 | platforms darwin |
---|
12 | maintainers nomaintainer |
---|
13 | |
---|
14 | description machine translation platform |
---|
15 | |
---|
16 | long_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 | |
---|
28 | homepage http://apertium.org/ |
---|
29 | master_sites sourceforge |
---|
30 | |
---|
31 | checksums rmd160 a5bf6c017cfad361b51fa1fb22a1d59f38cba274 \ |
---|
32 | sha256 2bd7f44b794615ebca1c5d3949b2139b665e2a5af24c40931ea0856e268fc3da |
---|
33 | |
---|
34 | depends_build port:pkgconfig |
---|
35 | |
---|
36 | depends_lib port:gawk port:libxslt \ |
---|
37 | port:lttoolbox port:pcre |
---|