pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/herisvm import herisvm-0.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e080e72fb7e
branches:  trunk
changeset: 350285:0e080e72fb7e
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Mon Jul 25 09:18:51 2016 +0000

description:
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.

diffstat:

 math/herisvm/DESCR    |   5 +++++
 math/herisvm/Makefile |  26 ++++++++++++++++++++++++++
 math/herisvm/PLIST    |  12 ++++++++++++
 math/herisvm/distinfo |   5 +++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 22cacfbd30f1 -r 0e080e72fb7e math/herisvm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/herisvm/DESCR        Mon Jul 25 09:18:51 2016 +0000
@@ -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.
diff -r 22cacfbd30f1 -r 0e080e72fb7e math/herisvm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/herisvm/Makefile     Mon Jul 25 09:18:51 2016 +0000
@@ -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"
diff -r 22cacfbd30f1 -r 0e080e72fb7e math/herisvm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/herisvm/PLIST        Mon Jul 25 09:18:51 2016 +0000
@@ -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
diff -r 22cacfbd30f1 -r 0e080e72fb7e math/herisvm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/herisvm/distinfo     Mon Jul 25 09:18:51 2016 +0000
@@ -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