aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-05-09 11:58:22 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-05-09 11:58:22 +0000
commitd98d7b2cb14d2c43bd62d497b6f52b0abf40c4c8 (patch)
treebdc355b844f9170ce004fafa9b45ad48c9c0c9b8 /math
parentb85d025990de041d07656ba026fb6c8d8c63f2b0 (diff)
downloadports-d98d7b2cb14d2c43bd62d497b6f52b0abf40c4c8.tar.gz
ports-d98d7b2cb14d2c43bd62d497b6f52b0abf40c4c8.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-minqa/Makefile18
-rw-r--r--math/R-cran-minqa/distinfo2
-rw-r--r--math/R-cran-minqa/pkg-descr4
4 files changed, 25 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 4514a17e8c01..658d0261db71 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -30,6 +30,7 @@
SUBDIR += R-cran-inline
SUBDIR += R-cran-labeling
SUBDIR += R-cran-memisc
+ SUBDIR += R-cran-minqa
SUBDIR += R-cran-mvtnorm
SUBDIR += R-cran-nnls
SUBDIR += R-cran-outliers
diff --git a/math/R-cran-minqa/Makefile b/math/R-cran-minqa/Makefile
new file mode 100644
index 000000000000..0b6a7bf5fcf0
--- /dev/null
+++ b/math/R-cran-minqa/Makefile
@@ -0,0 +1,18 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= minqa
+PORTVERSION= 1.2.4
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Derivative-free optimization algorithms by quadratic approximation
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= R-cran-Rcpp>=0.9.10:${PORTSDIR}/devel/R-cran-Rcpp
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-minqa/distinfo b/math/R-cran-minqa/distinfo
new file mode 100644
index 000000000000..9346643551ec
--- /dev/null
+++ b/math/R-cran-minqa/distinfo
@@ -0,0 +1,2 @@
+SHA256 (minqa_1.2.4.tar.gz) = cfa193a4a9c55cb08f3faf4ab09c11b70412523767f19894e4eafc6e94cccd0c
+SIZE (minqa_1.2.4.tar.gz) = 53548
diff --git a/math/R-cran-minqa/pkg-descr b/math/R-cran-minqa/pkg-descr
new file mode 100644
index 000000000000..ccd2d5eb15af
--- /dev/null
+++ b/math/R-cran-minqa/pkg-descr
@@ -0,0 +1,4 @@
+Derivative-free optimization by quadratic approximation based on
+an interface to Fortran implementations by M. J. D. Powell.
+
+WWW: http://cran.r-project.org/web/minqa/