Revision: 98269 http://trac.macports.org//changeset/98269 Author: hum@macports.org Date: 2012-10-01 05:18:11 -0700 (Mon, 01 Oct 2012) Log Message: ----------- New port: classias @1.1 - a collection of machine-learning algorithms for classification Added Paths: ----------- trunk/dports/math/classias/ trunk/dports/math/classias/Portfile Added: trunk/dports/math/classias/Portfile =================================================================== --- trunk/dports/math/classias/Portfile (rev 0) +++ trunk/dports/math/classias/Portfile 2012-10-01 12:18:11 UTC (rev 98269) @@ -0,0 +1,27 @@ +# -*- 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 classias +version 1.1 +categories math textproc +maintainers hum openmaintainer + +description a collection of machine-learning algorithms for classification +long_description Classias is ${description}. + +homepage http://www.chokkan.org/software/classias/ +platforms darwin +license BSD + +master_sites http://www.chokkan.org/software/dist/ +checksums rmd160 555ac00a2d862a154181d4a5b48738351ade861d \ + sha256 f3902a21822259663d6d232fba090bbd011456b4c3b069da2cf8fa32961eaa28 + +depends_lib port:liblbfgs + +compiler.blacklist clang + +livecheck.type regex +livecheck.regex ${name}-(\[0-9.\]+)\\.tar Property changes on: trunk/dports/math/classias/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
hum@macports.org