[94348] trunk/dports/math

hum at macports.org hum at macports.org
Fri Jun 15 14:59:40 PDT 2012


Revision: 94348
          https://trac.macports.org/changeset/94348
Author:   hum at macports.org
Date:     2012-06-15 14:59:39 -0700 (Fri, 15 Jun 2012)
Log Message:
-----------
New port: wapiti @1.4.0 - A simple and fast discriminative sequence labelling toolkit.

Added Paths:
-----------
    trunk/dports/math/wapiti/
    trunk/dports/math/wapiti/Portfile

Added: trunk/dports/math/wapiti/Portfile
===================================================================
--- trunk/dports/math/wapiti/Portfile	                        (rev 0)
+++ trunk/dports/math/wapiti/Portfile	2012-06-15 21:59:39 UTC (rev 94348)
@@ -0,0 +1,50 @@
+# -*- 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$
+
+PortSystem          1.0
+
+name                wapiti
+version             1.4.0
+categories          math textproc
+maintainers         hum openmaintainer
+
+description         A simple and fast discriminative sequence labelling toolkit
+long_description    Wapiti is a very fast toolkit for segmenting and labeling \
+                    sequences with discriminative models. It is based on maxent \
+                    models, maximum entropy Markov models and linear-chain CRF \
+                    and proposes various optimization and regularization methods \
+                    to improve both the computational complexity and the \
+                    prediction performance of standard models. Wapiti is ranked \
+                    first on the sequence tagging task for several month on \
+                    MLcomp web site.
+
+homepage            http://wapiti.limsi.fr/
+platforms           darwin
+license             BSD
+
+master_sites        ${homepage}
+checksums           rmd160  30814c66bb944f148167ed7b34f60eca8c418862 \
+                    sha256  2f1617c55c826c63fb56c75bf9a25fb37088cf30bee61bcb5e6820b0f4483a4c
+
+use_configure       no
+
+variant universal {}
+
+build.args          CC=${configure.cc} CFLAGS="${configure.cflags} [get_canonical_archflags]"
+build.target        wapiti
+
+destroot.args       PREFIX=${prefix}
+
+post-destroot {
+    # install additional documents.
+    set wapiti_dir ${destroot}${prefix}/share/${name}
+    xinstall -d ${wapiti_dir}
+    xinstall -m 644 -W ${worksrcpath} \
+        COPYING HISTORY \
+        ${wapiti_dir}
+    # install sample data.
+    copy ${worksrcpath}/dat ${wapiti_dir}
+}
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar


Property changes on: trunk/dports/math/wapiti/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120615/20be4189/attachment.html>


More information about the macports-changes mailing list