- Add a new port: graphics/R-cran-shape

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/
This commit is contained in:
TAKATSU Tomonari 2011-09-10 07:34:51 +00:00
parent 200a881dc6
commit a3831d182a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281558
4 changed files with 32 additions and 0 deletions

View file

@ -16,6 +16,7 @@
SUBDIR += ImageMagick-nox11
SUBDIR += O2-tools
SUBDIR += OpenEXR
SUBDIR += R-cran-shape
SUBDIR += SciPlot
SUBDIR += a2png
SUBDIR += aalib

View file

@ -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>

View file

@ -0,0 +1,2 @@
SHA256 (shape_1.3.4.tar.gz) = 29be30ded8afeacfe71fdd3cde9758368297ea3bc8f62c9a9690d811e1c5debd
SIZE (shape_1.3.4.tar.gz) = 712599

View file

@ -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/