pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-quadprog math/R-quadprog: Import version 1.5.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62725155a9e5
branches:  trunk
changeset: 375111:62725155a9e5
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Feb 03 01:48:14 2018 +0000

description:
math/R-quadprog: Import version 1.5.5

This package contains routines and documentation for solving quadratic
programming problems.

diffstat:

 math/R-quadprog/DESCR    |   2 ++
 math/R-quadprog/Makefile |  18 ++++++++++++++++++
 math/R-quadprog/distinfo |   6 ++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 0c1d4fc9a221 -r 62725155a9e5 math/R-quadprog/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-quadprog/DESCR     Sat Feb 03 01:48:14 2018 +0000
@@ -0,0 +1,2 @@
+This package contains routines and documentation for solving quadratic
+programming problems.
diff -r 0c1d4fc9a221 -r 62725155a9e5 math/R-quadprog/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-quadprog/Makefile  Sat Feb 03 01:48:14 2018 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/02/03 01:48:14 minskim Exp $
+
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/quantprog/
+COMMENT=       Functions to solve quadratic programming problems
+LICENSE=       gnu-gpl-v2
+
+R_PKGNAME=     quadprog
+R_PKGVER=      1.5-5
+
+USE_LANGUAGES= c fortran
+
+BUILDLINK_API_DEPENDS.R+=      R>=2.15.0
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 0c1d4fc9a221 -r 62725155a9e5 math/R-quadprog/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-quadprog/distinfo  Sat Feb 03 01:48:14 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/03 01:48:14 minskim Exp $
+
+SHA1 (R/quadprog_1.5-5.tar.gz) = 7b6f356d4d720131389356b0c8927a5af3bda06a
+RMD160 (R/quadprog_1.5-5.tar.gz) = 21b35982b8957c07f56a2643b651752f1f22dabd
+SHA512 (R/quadprog_1.5-5.tar.gz) = aee3e1ca5e298c5136a101ca47f00f0d1945eb32c3b0e14dd8a4c98a8d621ee4dba04a1b4119c1aab07e9f45c6ee98a02c132e1cb9e19001c9502876ac55a2dc
+Size (R/quadprog_1.5-5.tar.gz) = 33651 bytes



Home | Main Index | Thread Index | Old Index