Added: trunk/dports/math/classias/Portfile (0 => 98269)
--- 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
___________________________________________________________________