Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2015 11:58:23 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385880 - in head/math: . R-cran-minqa
Message-ID:  <201505091158.t49BwN3J046496@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505091158.t49BwN3J046496>