From owner-svn-ports-head@FreeBSD.ORG Sat May 9 11:58:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BF32C3F; Sat, 9 May 2015 11:58:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E6471D55; Sat, 9 May 2015 11:58:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t49BwNwd046556; Sat, 9 May 2015 11:58:23 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t49BwN3J046496; Sat, 9 May 2015 11:58:23 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201505091158.t49BwN3J046496@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 9 May 2015 11:58:23 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2015 11:58:24 -0000 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 +# $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 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/