pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/ranger



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Fri Aug 19 20:24:37 UTC 2016

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

Log Message:
Importing math/ranger

Ranger is a fast implementation of random forest (Breiman 2001) or
recursive partitioning, particularly suited for high dimensional
data. Classification, regression, probability estimation and survival
forests are supported. Classification and regression forests are
implemented as in the original Random Forest (Breiman 2001), survival
forests as in Random Survival Forests (Ishwaran et al. 2008). For
probability estimation forests see Malley et al. (2012).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/ranger/DESCR pkgsrc/math/ranger/Makefile \
    pkgsrc/math/ranger/PLIST pkgsrc/math/ranger/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/ranger/DESCR
diff -u /dev/null pkgsrc/math/ranger/DESCR:1.1
--- /dev/null   Fri Aug 19 20:24:37 2016
+++ pkgsrc/math/ranger/DESCR    Fri Aug 19 20:24:36 2016
@@ -0,0 +1,7 @@
+Ranger is a fast implementation of random forest (Breiman 2001) or
+recursive partitioning, particularly suited for high dimensional
+data. Classification, regression, probability estimation and survival
+forests are supported. Classification and regression forests are
+implemented as in the original Random Forest (Breiman 2001), survival
+forests as in Random Survival Forests (Ishwaran et al. 2008). For
+probability estimation forests see Malley et al. (2012).
Index: pkgsrc/math/ranger/Makefile
diff -u /dev/null pkgsrc/math/ranger/Makefile:1.1
--- /dev/null   Fri Aug 19 20:24:37 2016
+++ pkgsrc/math/ranger/Makefile Fri Aug 19 20:24:36 2016
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2016/08/19 20:24:36 cheusov Exp $
+
+DISTNAME=      ranger-0.4.2
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=imbs-hl/}
+
+MAINTAINER=    cheusov%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/imbs-hl/ranger
+COMMENT=       Fast Implementation of Random Forests
+LICENSE=       gnu-gpl-v3
+
+WRKSRC=                ${WRKDIR}/${DISTNAME}/source
+USE_LANGUAGES= c c++
+USE_CMAKE=     yes
+
+INSTALLATION_DIRS+=    bin
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/ranger ${DESTDIR}${PREFIX}/bin
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/ranger/PLIST
diff -u /dev/null pkgsrc/math/ranger/PLIST:1.1
--- /dev/null   Fri Aug 19 20:24:37 2016
+++ pkgsrc/math/ranger/PLIST    Fri Aug 19 20:24:36 2016
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/08/19 20:24:36 cheusov Exp $
+bin/ranger
Index: pkgsrc/math/ranger/distinfo
diff -u /dev/null pkgsrc/math/ranger/distinfo:1.1
--- /dev/null   Fri Aug 19 20:24:37 2016
+++ pkgsrc/math/ranger/distinfo Fri Aug 19 20:24:36 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/19 20:24:36 cheusov Exp $
+
+SHA1 (ranger-0.4.2.tar.gz) = e79ebd740b6810747ab740f944d344f10ec3b230
+RMD160 (ranger-0.4.2.tar.gz) = 7e1b8a1dd4090b18bc47eb4240dad9865e518d87
+SHA512 (ranger-0.4.2.tar.gz) = 1fe97f6986ea7d805efc7c0524aeef5fd86a191c00664a762e3c032e849c26c5ea6e7e3d0688a0b55a01d7349c789440843d4d244fa18b877d655bdbae49f736
+Size (ranger-0.4.2.tar.gz) = 13998218 bytes



Home | Main Index | Thread Index | Old Index