svn commit: r440271 - in head/math: . R-cran-Rsolnp

Martin Wilke miwi at FreeBSD.org
Sat May 6 15:15:02 UTC 2017


Author: miwi
Date: Sat May  6 15:15:00 2017
New Revision: 440271
URL: https://svnweb.freebsd.org/changeset/ports/440271

Log:
  Rsolnp: General Non-Linear Optimization
  
  General Non-linear Optimization Using Augmented Lagrange Multiplier
  Method.
  
  WWW: http://cran.r-project.org/web/packages/Rsolnp/
  
  PR:		213102
  Submitted by:	Pedro Giffuni

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat May  6 15:12:57 2017	(r440270)
+++ head/math/Makefile	Sat May  6 15:15:00 2017	(r440271)
@@ -22,6 +22,7 @@
     SUBDIR += R-cran-RcppArmadillo
     SUBDIR += R-cran-RcppEigen
     SUBDIR += R-cran-Rmpfr
+    SUBDIR += R-cran-Rsolnp
     SUBDIR += R-cran-SparseM
     SUBDIR += R-cran-VGAM
     SUBDIR += R-cran-Zelig

Added: head/math/R-cran-Rsolnp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-Rsolnp/Makefile	Sat May  6 15:15:00 2017	(r440271)
@@ -0,0 +1,22 @@
+# Created by: Pedro Giffuni
+# $FreeBSD$
+
+PORTNAME=	Rsolnp
+DISTVERSION=	1.16
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	pfg at FreeBSD.org
+COMMENT=	General Non-Linear Optimization
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+CRAN_DEPENDS=	R-cran-truncnorm>0:math/R-cran-truncnorm
+
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-Rsolnp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-Rsolnp/distinfo	Sat May  6 15:15:00 2017	(r440271)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475163989
+SHA256 (Rsolnp_1.16.tar.gz) = 3142776062beb8e2b45cdbc4fe6e5446b6d33505253d79f2890fe4178d9cf670
+SIZE (Rsolnp_1.16.tar.gz) = 188216

Added: head/math/R-cran-Rsolnp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-Rsolnp/pkg-descr	Sat May  6 15:15:00 2017	(r440271)
@@ -0,0 +1,6 @@
+Rsolnp: General Non-Linear Optimization
+
+General Non-linear Optimization Using Augmented Lagrange Multiplier
+Method.
+
+WWW: http://cran.r-project.org/web/packages/Rsolnp/


More information about the svn-ports-all mailing list