svn commit: r385880 - in head/math: . R-cran-minqa

TAKATSU Tomonari tota at FreeBSD.org
Sat May 9 11:58:24 UTC 2015


Author: tota
Date: Sat May  9 11:58:22 2015
New Revision: 385880
URL: https://svnweb.freebsd.org/changeset/ports/385880

Log:
  - Add a new port: math/R-cran-minqa
  
    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/

Added:
  head/math/R-cran-minqa/
  head/math/R-cran-minqa/Makefile   (contents, props changed)
  head/math/R-cran-minqa/distinfo   (contents, props changed)
  head/math/R-cran-minqa/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat May  9 11:46:25 2015	(r385879)
+++ head/math/Makefile	Sat May  9 11:58:22 2015	(r385880)
@@ -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

Added: head/math/R-cran-minqa/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-minqa/Makefile	Sat May  9 11:58:22 2015	(r385880)
@@ -0,0 +1,18 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	minqa
+PORTVERSION=	1.2.4
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at 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>

Added: head/math/R-cran-minqa/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-minqa/distinfo	Sat May  9 11:58:22 2015	(r385880)
@@ -0,0 +1,2 @@
+SHA256 (minqa_1.2.4.tar.gz) = cfa193a4a9c55cb08f3faf4ab09c11b70412523767f19894e4eafc6e94cccd0c
+SIZE (minqa_1.2.4.tar.gz) = 53548

Added: head/math/R-cran-minqa/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-minqa/pkg-descr	Sat May  9 11:58:22 2015	(r385880)
@@ -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/


More information about the svn-ports-all mailing list