pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/herisvm



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Mon Jul 25 09:18:51 UTC 2016

Added Files:
        pkgsrc/math/herisvm: DESCR Makefile PLIST distinfo

Log Message:
import herisvm-0.7.0

herisvm project is a collection of simple tools implementing
evaluation algorithms for classification (machine learning).
In particular heri-eval implements N-fold cross-validation
where training and testing is run in parallel.
This may be useful if you use multi-CPU computer.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/herisvm/DESCR pkgsrc/math/herisvm/Makefile \
    pkgsrc/math/herisvm/PLIST pkgsrc/math/herisvm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/herisvm/DESCR
diff -u /dev/null pkgsrc/math/herisvm/DESCR:1.1
--- /dev/null   Mon Jul 25 09:18:51 2016
+++ pkgsrc/math/herisvm/DESCR   Mon Jul 25 09:18:51 2016
@@ -0,0 +1,5 @@
+herisvm project is a collection of simple tools implementing
+evaluation algorithms for classification (machine learning).
+In particular heri-eval implements N-fold cross-validation
+where training and testing is run in parallel.
+This may be useful if you use multi-CPU computer.
Index: pkgsrc/math/herisvm/Makefile
diff -u /dev/null pkgsrc/math/herisvm/Makefile:1.1
--- /dev/null   Mon Jul 25 09:18:51 2016
+++ pkgsrc/math/herisvm/Makefile        Mon Jul 25 09:18:51 2016
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2016/07/25 09:18:51 cheusov Exp $
+
+DISTNAME=              herisvm-0.7.0
+CATEGORIES=            math
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=cheusov/}
+
+MAINTAINER=            cheusov%NetBSD.org@localhost
+HOMEPAGE=              https://github.com/cheusov/herisvm
+COMMENT=               svm-train wrapper running cross-validation in parallel
+LICENSE=               mit
+
+DEPENDS+=              ${RUBY_BASE}-[0-9]*:${RUBY_SRCDIR}
+USE_TOOLS+=            pod2man bash
+
+SUBST_CLASSES+=                ruby
+SUBST_STAGE.ruby=      pre-configure
+SUBST_FILES.ruby=      scripts/*
+SUBST_SED.ruby+=       -e 's|/.*ruby|${PREFIX}/bin/${RUBY_NAME}|g'
+SUBST_MESSAGE.ruby=    Fixing ruby interpreter name.
+
+REPLACE_BASH=          scripts/*
+
+.include "../../lang/ruby/replace.mk"
+.include "../../lang/ruby/rubyversion.mk"
+.include "../../devel/mk-configure/mk-c.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/herisvm/PLIST
diff -u /dev/null pkgsrc/math/herisvm/PLIST:1.1
--- /dev/null   Mon Jul 25 09:18:51 2016
+++ pkgsrc/math/herisvm/PLIST   Mon Jul 25 09:18:51 2016
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/25 09:18:51 cheusov Exp $
+bin/heri-eval
+bin/heri-split
+bin/heri-stat
+bin/heri-stat-addons
+man/man1/heri-eval.1
+man/man1/heri-split.1
+man/man1/heri-stat.1
+share/doc/herisvm/LICENSE
+share/doc/herisvm/NEWS
+share/doc/herisvm/README
+share/doc/herisvm/TODO
Index: pkgsrc/math/herisvm/distinfo
diff -u /dev/null pkgsrc/math/herisvm/distinfo:1.1
--- /dev/null   Mon Jul 25 09:18:51 2016
+++ pkgsrc/math/herisvm/distinfo        Mon Jul 25 09:18:51 2016
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2016/07/25 09:18:51 cheusov Exp $
+
+SHA1 (herisvm-0.7.0.tar.gz) = d006fdb0298831c2f38bb62ffea453514bb4fcdf
+RMD160 (herisvm-0.7.0.tar.gz) = e40abf3d4b7b03c8f20572f83cf26bde1fabe5ef
+Size (herisvm-0.7.0.tar.gz) = 14700 bytes



Home | Main Index | Thread Index | Old Index