Revision: 89385 http://trac.macports.org/changeset/89385 Author: hum@macports.org Date: 2012-01-27 08:34:28 -0800 (Fri, 27 Jan 2012) Log Message: ----------- New port: crfsuite @0.12 - A fast implementation of Conditional Random Fields (CRFs) Added Paths: ----------- trunk/dports/math/crfsuite/ trunk/dports/math/crfsuite/Portfile trunk/dports/math/crfsuite/files/ trunk/dports/math/crfsuite/files/patch-autogen.sh.diff Added: trunk/dports/math/crfsuite/Portfile =================================================================== --- trunk/dports/math/crfsuite/Portfile (rev 0) +++ trunk/dports/math/crfsuite/Portfile 2012-01-27 16:34:28 UTC (rev 89385) @@ -0,0 +1,31 @@ +# -*- 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 +PortGroup github 1.0 + +github.setup chokkan crfsuite 0.12 +categories math textproc +maintainers hum openmaintainer + +description A fast implementation of Conditional Random Fields (CRFs) +long_description CRFsuite is an implementation of Conditional Random Fields (CRFs) \ + for labeling sequential data. + +homepage http://www.chokkan.org/software/crfsuite/ +platforms darwin +license BSD + +checksums rmd160 f202eeb0fcf29b3e0b0c49d84b111c3bf2b764aa \ + sha256 7ac996883f3f925c8bf233a5d7c1462034f68df728775c8dc781faeaf7cd00ff + +depends_build port:libtool +depends_lib port:liblbfgs + +patchfiles patch-autogen.sh.diff + +pre-configure { + system -W ${worksrcpath} "./autogen.sh" +} + +configure.args --with-liblbfgs=${prefix} Property changes on: trunk/dports/math/crfsuite/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/math/crfsuite/files/patch-autogen.sh.diff =================================================================== --- trunk/dports/math/crfsuite/files/patch-autogen.sh.diff (rev 0) +++ trunk/dports/math/crfsuite/files/patch-autogen.sh.diff 2012-01-27 16:34:28 UTC (rev 89385) @@ -0,0 +1,13 @@ +--- autogen.sh.orig 2010-12-21 01:16:22.000000000 +0900 ++++ autogen.sh 2012-01-25 01:08:23.000000000 +0900 +@@ -12,8 +12,8 @@ + FORCE_MISSING= + fi + +-libtoolize --copy $FORCE 2>&1 | sed '/^You should/d' || { +- echo "libtoolize failed!" ++glibtoolize --copy $FORCE 2>&1 | sed '/^You should/d' || { ++ echo "glibtoolize failed!" + exit 1 + } +
participants (1)
-
hum@macports.org