[83755] trunk/dports/math

hum at macports.org hum at macports.org
Sat Sep 10 09:52:31 PDT 2011


Revision: 83755
          http://trac.macports.org/changeset/83755
Author:   hum at macports.org
Date:     2011-09-10 09:52:28 -0700 (Sat, 10 Sep 2011)
Log Message:
-----------
New port: oll 0.03 - a library supporting several for online-learning algorithms.

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

Added: trunk/dports/math/oll/Portfile
===================================================================
--- trunk/dports/math/oll/Portfile	                        (rev 0)
+++ trunk/dports/math/oll/Portfile	2011-09-10 16:52:28 UTC (rev 83755)
@@ -0,0 +1,30 @@
+# -*- 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                oll
+version             0.03
+categories          math textproc
+platforms           darwin
+maintainers         hum openmaintainer
+license             BSD
+
+homepage            http://code.google.com/p/oll/
+description         a library supporting several for online-learning algorithms.
+long_description    OLL is a library supporting several for online-learning \
+                    algorithms. OLL is specialized for large-scale, but sparse, \
+                    learning tasks such as Natural Language Processing. While \
+                    these algorithms are very efficient in terms of speed, and \
+                    space (linear in the number of examples, and features), \
+                    its performances are comparable to the batch-style learning \
+                    methods such as SVMs, MEs.
+
+master_sites        googlecode
+
+checksums           sha1    a44e72eeec19616bf20fe6ae7f1af628bc4ba57b \
+                    rmd160  f6bb2fe73fcec008eb1a551f22bde4dcc406988b
+
+livecheck.type      regex
+livecheck.url       ${homepage}downloads/list
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar


Property changes on: trunk/dports/math/oll/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/20110910/2670a4fe/attachment.html>


More information about the macports-changes mailing list