pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-quadprog
Module Name: pkgsrc
Committed By: minskim
Date: Sat Feb 3 01:48:15 UTC 2018
Added Files:
pkgsrc/math/R-quadprog: DESCR Makefile distinfo
Log Message:
math/R-quadprog: Import version 1.5.5
This package contains routines and documentation for solving quadratic
programming problems.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-quadprog/DESCR \
pkgsrc/math/R-quadprog/Makefile pkgsrc/math/R-quadprog/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/R-quadprog/DESCR
diff -u /dev/null pkgsrc/math/R-quadprog/DESCR:1.1
--- /dev/null Sat Feb 3 01:48:15 2018
+++ pkgsrc/math/R-quadprog/DESCR Sat Feb 3 01:48:14 2018
@@ -0,0 +1,2 @@
+This package contains routines and documentation for solving quadratic
+programming problems.
Index: pkgsrc/math/R-quadprog/Makefile
diff -u /dev/null pkgsrc/math/R-quadprog/Makefile:1.1
--- /dev/null Sat Feb 3 01:48:15 2018
+++ pkgsrc/math/R-quadprog/Makefile Sat Feb 3 01:48:14 2018
@@ -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"
Index: pkgsrc/math/R-quadprog/distinfo
diff -u /dev/null pkgsrc/math/R-quadprog/distinfo:1.1
--- /dev/null Sat Feb 3 01:48:15 2018
+++ pkgsrc/math/R-quadprog/distinfo Sat Feb 3 01:48:14 2018
@@ -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