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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name lttoolbox |
---|
7 | version 3.3.1 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | categories textproc |
---|
10 | license GPL-2+ |
---|
11 | platforms darwin |
---|
12 | maintainers nomaintainer |
---|
13 | |
---|
14 | description toolbox for lexical processing, morphological analysis \ |
---|
15 | and generation |
---|
16 | |
---|
17 | long_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 | |
---|
27 | homepage http://wiki.apertium.org/wiki/Lttoolbox |
---|
28 | master_sites sourceforge:project/apertium/lttoolbox/${branch} |
---|
29 | |
---|
30 | checksums rmd160 01853e19f6c693f21caa9947cc47feaa03489a4b \ |
---|
31 | sha256 55eaa1159951d783bb5b42f32fb94727fa19303b7409b720a26a2c5260fbec36 |
---|
32 | |
---|
33 | depends_build port:pkgconfig |
---|
34 | |
---|
35 | depends_lib port:libxml2 |
---|
36 | |
---|
37 | livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix} |
---|