Ticket #48880: lttolbox

File lttolbox, 1.7 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 -*-
2# $Id: Portfile 95200 2012-07-06 17:14:29Z jmr@macports.org $
3
4PortSystem              1.0
5
6name                    lttoolbox
7version                 3.3.1
8set branch              [join [lrange [split ${version} .] 0 1] .]
9categories              textproc
10license                 GPL-2+
11platforms               darwin
12maintainers             nomaintainer
13
14description             toolbox for lexical processing, morphological analysis \
15                        and generation
16
17long_description        lttoolbox is a toolbox from the Apertium platform \
18                        used for lexical processing, morphological analysis \
19                        and generation of words. Analysis involves finding \
20                        the lemma and grammatical information (e.g. noun, \
21                        plural) of a surface form. Generation is the opposite \
22                        process. The package is split into three programs, \
23                        lt-comp (compiler), lt-proc (processor), and \
24                        lt-expand (generates all possible mappings between \
25                        surface forms and lexical forms).
26
27homepage                http://wiki.apertium.org/wiki/Lttoolbox
28master_sites            sourceforge:project/apertium/lttoolbox/${branch}
29
30checksums               rmd160  01853e19f6c693f21caa9947cc47feaa03489a4b \
31                        sha256  55eaa1159951d783bb5b42f32fb94727fa19303b7409b720a26a2c5260fbec36
32
33depends_build           port:pkgconfig
34
35depends_lib             port:libxml2
36
37livecheck.regex         /${name}-(\[0-9.\]+)${extract.suffix}