[77892] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Sat Apr 16 03:31:48 PDT 2011


Revision: 77892
          http://trac.macports.org/changeset/77892
Author:   ryandesign at macports.org
Date:     2011-04-16 03:31:47 -0700 (Sat, 16 Apr 2011)
Log Message:
-----------
bact: new port, version 0.13; see #29159

Added Paths:
-----------
    trunk/dports/science/bact/
    trunk/dports/science/bact/Portfile

Added: trunk/dports/science/bact/Portfile
===================================================================
--- trunk/dports/science/bact/Portfile	                        (rev 0)
+++ trunk/dports/science/bact/Portfile	2011-04-16 10:31:47 UTC (rev 77892)
@@ -0,0 +1,48 @@
+# -*- 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                bact
+version             0.13
+categories          science
+platforms           darwin
+maintainers         nomaintainer
+license             GPL
+
+description         a Boosting Algorithm for Classification of Trees
+
+long_description    BACT is a machine learning tool for labeled ordered trees. \
+                    The important characteristic is that the input example x  \
+                    is represented not in a numerical feature vector (bag-of-words) \
+                    but in a labeled ordered tree.
+
+homepage            http://chasen.org/~taku/software/bact/
+master_sites        ${homepage}
+
+checksums           sha1    cdc8815e9258868699d98449598058011e993218 \
+                    rmd160  b78eae7179833accd683dccab6a148058b5f47ab
+
+use_configure       no
+
+variant universal {}
+if {[variant_isset universal]} {
+    set archflags ${configure.universal_cxxflags}
+} else {
+    set archflags ${configure.cxx_archflags}
+}
+
+build.args          CXX="${configure.cxx} ${archflags}"
+
+test.run            yes
+
+destroot {
+    xinstall -m 755 -W ${worksrcpath} bact_learn bact_classify bact_mkmodel \
+                       ${destroot}${prefix}/bin
+    file mkdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING README bact.css index.html \
+                       ${destroot}${prefix}/share/doc/${name}
+}
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.\]+)\\.


Property changes on: trunk/dports/science/bact/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/20110416/bd6136c6/attachment.html>


More information about the macports-changes mailing list