View | Details | Raw Unified | Return to bug 213102 | Differences between
and this patch

Collapse All | Expand All

(-)math/Makefile (+1 lines)
Lines 17-22 Link Here
17
    SUBDIR += R-cran-MatrixModels
17
    SUBDIR += R-cran-MatrixModels
18
    SUBDIR += R-cran-NMF
18
    SUBDIR += R-cran-NMF
19
    SUBDIR += R-cran-RHmm
19
    SUBDIR += R-cran-RHmm
20
    SUBDIR += R-cran-Rsolnp
20
    SUBDIR += R-cran-RSvgDevice
21
    SUBDIR += R-cran-RSvgDevice
21
    SUBDIR += R-cran-RcppArmadillo
22
    SUBDIR += R-cran-RcppArmadillo
22
    SUBDIR += R-cran-RcppEigen
23
    SUBDIR += R-cran-RcppEigen
(-)math/R-cran-Rsolnp/Makefile (+22 lines)
Line 0 Link Here
1
# Created by: Pedro Giffuni
2
# $FreeBSD$
3
4
PORTNAME=	Rsolnp
5
DISTVERSION=	1.16
6
CATEGORIES=	math
7
DISTNAME=	${PORTNAME}_${DISTVERSION}
8
9
MAINTAINER=	pfg@FreeBSD.org
10
COMMENT=	General Non-Linear Optimization
11
12
LICENSE=	GPLv2 GPLv3
13
LICENSE_COMB=	dual
14
15
BUILD_DEPENDS=	${CRAN_DEPENDS}
16
RUN_DEPENDS=	${CRAN_DEPENDS}
17
18
CRAN_DEPENDS=	R-cran-truncnorm>0:math/R-cran-truncnorm
19
20
USES=	cran:auto-plist
21
22
.include <bsd.port.mk>
(-)math/R-cran-Rsolnp/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1475163989
2
SHA256 (Rsolnp_1.16.tar.gz) = 3142776062beb8e2b45cdbc4fe6e5446b6d33505253d79f2890fe4178d9cf670
3
SIZE (Rsolnp_1.16.tar.gz) = 188216
(-)math/R-cran-Rsolnp/pkg-descr (+6 lines)
Line 0 Link Here
1
Rsolnp: General Non-Linear Optimization
2
3
General Non-linear Optimization Using Augmented Lagrange Multiplier 
4
Method.
5
6
WWW: http://cran.r-project.org/web/packages/Rsolnp/

Return to bug 213102