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

Collapse All | Expand All

(-)math/Makefile (+1 lines)
Lines 21-26 Link Here
21
    SUBDIR += R-cran-RcppArmadillo
21
    SUBDIR += R-cran-RcppArmadillo
22
    SUBDIR += R-cran-RcppEigen
22
    SUBDIR += R-cran-RcppEigen
23
    SUBDIR += R-cran-Rmpfr
23
    SUBDIR += R-cran-Rmpfr
24
    SUBDIR += R-cran-Rsolnp
24
    SUBDIR += R-cran-SparseM
25
    SUBDIR += R-cran-SparseM
25
    SUBDIR += R-cran-SuppDists
26
    SUBDIR += R-cran-SuppDists
26
    SUBDIR += R-cran-VGAM
27
    SUBDIR += R-cran-VGAM
(-)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
CRAN_DEPENDS=	R-cran-truncnorm>0:math/R-cran-truncnorm
16
17
BUILD_DEPENDS=	${CRAN_DEPENDS}
18
RUN_DEPENDS=	${CRAN_DEPENDS}
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