diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-09-10 07:34:51 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-09-10 07:34:51 +0000 |
commit | a3831d182ab3d3c0006c52257b217731af5a1c9a (patch) | |
tree | 0b8f343d8bb65ebfd90075c133d76be43fb7aa7c /graphics | |
parent | 200a881dc6d71c7460c09d623bd6ad09490a1c1a (diff) | |
download | ports-a3831d182ab3d3c0006c52257b217731af5a1c9a.tar.gz ports-a3831d182ab3d3c0006c52257b217731af5a1c9a.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/R-cran-shape/Makefile | 22 | ||||
-rw-r--r-- | graphics/R-cran-shape/distinfo | 2 | ||||
-rw-r--r-- | graphics/R-cran-shape/pkg-descr | 7 |
4 files changed, 32 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 2cb640d30f71..5c9c8d209ec3 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -16,6 +16,7 @@ SUBDIR += ImageMagick-nox11 SUBDIR += O2-tools SUBDIR += OpenEXR + SUBDIR += R-cran-shape SUBDIR += SciPlot SUBDIR += a2png SUBDIR += aalib diff --git a/graphics/R-cran-shape/Makefile b/graphics/R-cran-shape/Makefile new file mode 100644 index 000000000000..53d7d6526e8e --- /dev/null +++ b/graphics/R-cran-shape/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: R-cran-shape +# Date created: 2011-09-09 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= shape +PORTVERSION= 1.3.4 +CATEGORIES= graphics +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Functions for plotting graphical shapes, colors + +LICENSE= GPLv3 + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/graphics/R-cran-shape/distinfo b/graphics/R-cran-shape/distinfo new file mode 100644 index 000000000000..361dbd1105e2 --- /dev/null +++ b/graphics/R-cran-shape/distinfo @@ -0,0 +1,2 @@ +SHA256 (shape_1.3.4.tar.gz) = 29be30ded8afeacfe71fdd3cde9758368297ea3bc8f62c9a9690d811e1c5debd +SIZE (shape_1.3.4.tar.gz) = 712599 diff --git a/graphics/R-cran-shape/pkg-descr b/graphics/R-cran-shape/pkg-descr new file mode 100644 index 000000000000..46826163ce23 --- /dev/null +++ b/graphics/R-cran-shape/pkg-descr @@ -0,0 +1,7 @@ +Functions for plotting graphical shapes such as ellipses, circles, +cylinders, arrows, ... Support for the book "A practical guide to +ecological modelling - using R as a simulation platform" by Karline +Soetaert and Peter M.J. Herman (2009). Springer. Includes +demo(colorshapes) + +WWW: http://cran.r-project.org/web/packages/shape/ |