diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-05-08 08:13:40 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-05-08 08:13:40 +0000 |
commit | 20991137bf7c2953b52192690b3c958283de3d05 (patch) | |
tree | 6eb4ed79e0633475ffd13ede5d0cdd3e4a86c1d9 /math | |
parent | 97b0c83295eb4012df48bfbc5e14022911f83404 (diff) | |
download | ports-20991137bf7c2953b52192690b3c958283de3d05.tar.gz ports-20991137bf7c2953b52192690b3c958283de3d05.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-inline/Makefile | 21 | ||||
-rw-r--r-- | math/R-cran-inline/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-inline/pkg-descr | 5 | ||||
-rw-r--r-- | math/R-cran-inline/pkg-plist | 23 |
5 files changed, 53 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index e64f71fd29bf..3d26425f60ee 100644 --- a/math/Makefile +++ b/math/Makefile @@ -11,6 +11,7 @@ SUBDIR += R-cran-car SUBDIR += R-cran-gpclib SUBDIR += R-cran-igraph + SUBDIR += R-cran-inline SUBDIR += R-cran-sm SUBDIR += R-cran-sp SUBDIR += aamath diff --git a/math/R-cran-inline/Makefile b/math/R-cran-inline/Makefile new file mode 100644 index 000000000000..1417fb5ffea6 --- /dev/null +++ b/math/R-cran-inline/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: R-cran-inline +# Date created: May 8, 2010 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= inline +PORTVERSION= 0.3.4 +CATEGORIES= math +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_0.3.4 + +MAINTAINER= wen@FreeBSD.org +COMMENT= Inline C, C++, Fortran function calls from R + +R_MOD= yes + +.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk" + +.include <bsd.port.mk> diff --git a/math/R-cran-inline/distinfo b/math/R-cran-inline/distinfo new file mode 100644 index 000000000000..351fec47b5de --- /dev/null +++ b/math/R-cran-inline/distinfo @@ -0,0 +1,3 @@ +MD5 (inline_0.3.4.tar.gz) = f9f3200623ecd8db2626192162ece9f0 +SHA256 (inline_0.3.4.tar.gz) = 9026af4d51fd752717af1f62318da575b98fd207538ed17bede1799425abb2ea +SIZE (inline_0.3.4.tar.gz) = 16182 diff --git a/math/R-cran-inline/pkg-descr b/math/R-cran-inline/pkg-descr new file mode 100644 index 000000000000..fffa87058356 --- /dev/null +++ b/math/R-cran-inline/pkg-descr @@ -0,0 +1,5 @@ +R-cran-inline is a functionality to dynamically define R functions +and S4 methods with in-lined C, C++ or Fortran code supporting .C +and .Call calling conventions. + +WWW: http://cran.r-project.org/web/packages/inline/ diff --git a/math/R-cran-inline/pkg-plist b/math/R-cran-inline/pkg-plist new file mode 100644 index 000000000000..4b651772ea85 --- /dev/null +++ b/math/R-cran-inline/pkg-plist @@ -0,0 +1,23 @@ +%%R_MOD_DIR%%/DESCRIPTION +%%R_MOD_DIR%%/INDEX +%%R_MOD_DIR%%/LICENSE +%%R_MOD_DIR%%/Meta/Rd.rds +%%R_MOD_DIR%%/Meta/hsearch.rds +%%R_MOD_DIR%%/Meta/links.rds +%%R_MOD_DIR%%/Meta/nsInfo.rds +%%R_MOD_DIR%%/Meta/package.rds +%%R_MOD_DIR%%/NAMESPACE +%%R_MOD_DIR%%/R/inline +%%R_MOD_DIR%%/R/inline.rdb +%%R_MOD_DIR%%/R/inline.rdx +%%R_MOD_DIR%%/help/AnIndex +%%R_MOD_DIR%%/help/aliases.rds +%%R_MOD_DIR%%/help/inline.rdb +%%R_MOD_DIR%%/help/inline.rdx +%%R_MOD_DIR%%/help/paths.rds +%%R_MOD_DIR%%/html/00Index.html +@dirrm %%R_MOD_DIR%%/Meta +@dirrm %%R_MOD_DIR%%/R +@dirrm %%R_MOD_DIR%%/help +@dirrm %%R_MOD_DIR%%/html +@dirrm %%R_MOD_DIR%% |