Ticket #21406: Portfile

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

Portfile for lttoolbox

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        lttoolbox
7version        3.1.2
8categories    textproc
9platforms    darwin
10maintainers    nomaintainer
11description    toolbox for lexical processing, morphological analysis and generation
12
13long_description lttoolbox is a toolbox from the Apertium platform\
14                 used for lexical processing, morphological analysis\
15                 and generation of words. Analysis involves finding\
16                 the lemma and grammatical information (eg. noun,\
17                 plural) of a surface form. Generation is the opposite\
18                 process. The package is split into three programs,\
19                 lt-comp (compiler), lt-proc (processor), and\
20                 lt-expand (generates all possible mappings between\
21                 surface forms and lexical forms).
22
23homepage    http://wiki.apertium.org/wiki/Lttoolbox
24master_sites    sourceforge:apertium
25
26checksums    md5 ae77818c7c2c20e8d50a9bd18d9b78d6 \
27             sha1 8db7998ef2cb6d4edd08277030d3896163d49f0f \
28             rmd160 05ab9a8ee4893f3dcbebc2bd2598bc0cfd5c0db6
29
30depends_lib    port:libxml2 port:pkgconfig