Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2020 06:40:26 +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: r531097 - in head/math: . R-cran-linprog
Message-ID:  <202004080640.0386eQM9063443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Wed Apr  8 06:40:26 2020
New Revision: 531097
URL: https://svnweb.freebsd.org/changeset/ports/531097

Log:
  - Add new port: math/R-cran-linprog
  
    This package can be used to solve Linear Programming / Linear
    Optimization problems by using the simplex algorithm.
  
    WWW: https://cran.r-project.org/web/packages/linprog/

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Wed Apr  8 06:39:07 2020	(r531096)
+++ head/math/Makefile	Wed Apr  8 06:40:26 2020	(r531097)
@@ -72,6 +72,7 @@
     SUBDIR += R-cran-labeling
     SUBDIR += R-cran-lava
     SUBDIR += R-cran-lazyeval
+    SUBDIR += R-cran-linprog
     SUBDIR += R-cran-lme4
     SUBDIR += R-cran-lpSolve
     SUBDIR += R-cran-magic

Added: head/math/R-cran-linprog/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-linprog/Makefile	Wed Apr  8 06:40:26 2020	(r531097)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	linprog
+DISTVERSION=	0.9-2
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Linear Programming / Optimization
+
+LICENSE=	GPLv2+
+
+CRAN_DEPENDS=	R-cran-lpSolve>0:math/R-cran-lpSolve
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-linprog/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-linprog/distinfo	Wed Apr  8 06:40:26 2020	(r531097)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1570521697
+SHA256 (linprog_0.9-2.tar.gz) = 8937b2e30692e38de1713f1513b78f505f73da6f5b4a576d151ad60bac2221ce
+SIZE (linprog_0.9-2.tar.gz) = 18275

Added: head/math/R-cran-linprog/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-linprog/pkg-descr	Wed Apr  8 06:40:26 2020	(r531097)
@@ -0,0 +1,4 @@
+This package can be used to solve Linear Programming / Linear
+Optimization problems by using the simplex algorithm.
+
+WWW: https://cran.r-project.org/web/packages/linprog/



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