Ticket #21800: Portfile

File Portfile, 1.6 KB (added by p.ixiemotion@…, 15 years ago)

apertium portfile

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2# $Id$
3
4PortSystem              1.0
5
6name                    apertium
7version                 3.1.1
8categories              textproc
9platforms               darwin
10maintainers             nomaintainer
11
12description             machine translation platform
13
14long_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
26homepage                http://apertium.org
27master_sites            sourceforge:apertium
28
29checksums               md5     bf993e1ddc1b510f8d734b29d2a415e9 \
30                        sha1    d65246cebf2c3afc75f2a3c99062d93d18769031 \
31                        rmd160  e5c015cdbadb1a570026d89f6341a63f253ca96d
32
33depends_build           port:pkgconfig
34
35depends_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