# -*- 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
# $Id: Portfile 67808 2010-05-18 20:21:33Z jmr@macports.org $

PortSystem              1.0

name                    vislcg3
version                 0.9.7.5129
categories              textproc
platforms               darwin
maintainers             gmail.com:p.ixiemotion

description             Constraint Grammar parser for the VISL CG-3 formalism

long_description        Constraint Grammar (CG) is a methodological paradigm \
                        for Natural Language Parsing. Linguist-written, \
                        context dependent rules are compiled by VISL CG-3 into \
                        a grammar that assigns grammatical tags to tokens in \
                        running text. Tags address base forms, inflexion, \
                        derivation, syntactic function, dependency, valency, \
                        case roles, semantic type etc. Rules may add, remove, \
                        select or replace a (set of) tags in a given sentence \
                        context. Context conditions can be linked to any (set \
                        of) tags of any word in the sentence, over absolute or \
                        undefined distances. Context conditions in the same \
                        rule may be conditioned upon each other, negated or \
                        blocked by interfering words or tags.

homepage                http://beta.visl.sdu.dk/constraint_grammar.html
master_sites            http://beta.visl.sdu.dk/download/vislcg3/

checksums               md5    3875d7d36bedebe17317e32442c18b80 \
                        sha1   8718fee3e8e9bb2edd58c11175b23661539309c1 \
                        rmd160 fb0576a1f142bd47dfd35fb665408fe5dc9058e4

depends_build           port:pkgconfig port:autoconf port:automake
depends_lib             port:icu

configure.cmd           ./autogen.sh
