Ticket #29160: Portfile

File Portfile, 1.3 KB (added by humem (humem), 13 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5
6name                crfpp
7version             0.54
8categories          science
9platforms           darwin
10maintainers         nomaintainer
11license             LGPL BSD
12
13description         Yet Another CRF toolkit
14long_description    CRF++ is a simple, customizable, and open source implementation \
15                    of Conditional Random Fields (CRFs) for segmenting/labeling \
16                    sequential data. \
17                    CRF++ is designed for generic purpose and will be applied to \
18                    a variety of NLP tasks, such as Named Entity Recognition, \
19                    Information Extraction and Text Chunking.
20
21homepage            http://crfpp.sourceforge.net/
22master_sites        sourceforge:crfpp
23distfiles           CRF++-${version}.tar.gz
24checksums           sha1    2742a49a3ec9fa570c2f83bb8a06b859481317f0 \
25                    rmd160  c0e127fa52eb7b6e2d0cdee85749932ed8577e93
26
27worksrcdir          CRF++-${version}
28
29use_autoreconf      yes
30
31livecheck.type      regex
32livecheck.url       http://sourceforge.net/projects/crfpp/files/
33livecheck.regex     CRF\\+\\+-(\[0-9.\]+)\\.