Ticket #29159: 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                bact
7version             0.13
8categories          science
9platforms           darwin
10maintainers         nomaintainer
11license             GPL
12
13description         a Boosting Algorithm for Classification of Trees
14long_description    BACT is a machine learning tool for labeled orderd trees. \
15                    The important characteristic is that the input example x  \
16                    is represented not in a numerical feature vector (bag-of-words) \
17                        but in a labeled ordered tree.
18
19homepage            http://chasen.org/~taku/software/bact/
20master_sites        ${homepage}
21checksums           sha1    cdc8815e9258868699d98449598058011e993218 \
22                    rmd160  b78eae7179833accd683dccab6a148058b5f47ab
23
24use_configure       no
25
26destroot {
27    xinstall -m 755 -W ${worksrcpath} bact_learn bact_classify bact_mkmodel \
28                       ${destroot}${prefix}/bin
29    file mkdir ${destroot}${prefix}/share/doc/${name}
30    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING README bact.css index.html \
31                       ${destroot}${prefix}/share/doc/${name}
32}
33
34livecheck.type      regex
35livecheck.regex     ${name}-(\[0-9.\]+)\\.