aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2011-09-10 15:39:56 +0800
committertota <tota@FreeBSD.org>2011-09-10 15:39:56 +0800
commit22889e61bee66b4e2e01f61aa2f110ecdcb6aa4a (patch)
tree952dbbc38460b1509fa302207b1ac88b0406c978 /graphics
parentbb403d16678b0a0e3822db1cc113020b3cc2d329 (diff)
downloadfreebsd-ports-graphics-22889e61bee66b4e2e01f61aa2f110ecdcb6aa4a.tar.gz
freebsd-ports-graphics-22889e61bee66b4e2e01f61aa2f110ecdcb6aa4a.tar.zst
freebsd-ports-graphics-22889e61bee66b4e2e01f61aa2f110ecdcb6aa4a.zip
- Add a new port: graphics/R-cran-diagram
Visualises simple graphs (networks) based on a transition matrix, utilities to plot flow diagrams, visualising webs,... 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(flowchart), demo(plotmat), demo(plotweb) WWW: http://cran.r-project.org/web/packages/diagram/
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/R-cran-diagram/Makefile22
-rw-r--r--graphics/R-cran-diagram/distinfo2
-rw-r--r--graphics/R-cran-diagram/pkg-descr7
4 files changed, 32 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 5c9c8d209ec..0acf808e320 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -16,6 +16,7 @@
SUBDIR += ImageMagick-nox11
SUBDIR += O2-tools
SUBDIR += OpenEXR
+ SUBDIR += R-cran-diagram
SUBDIR += R-cran-shape
SUBDIR += SciPlot
SUBDIR += a2png
diff --git a/graphics/R-cran-diagram/Makefile b/graphics/R-cran-diagram/Makefile
new file mode 100644
index 00000000000..bea69168643
--- /dev/null
+++ b/graphics/R-cran-diagram/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: R-cran-diagram
+# Date created: 2011-09-09
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= diagram
+PORTVERSION= 1.5.2
+CATEGORIES= graphics
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Functions for visualising simple graphs, plotting flow diagrams
+
+RUN_DEPENDS= R-cran-shape>0:${PORTSDIR}/graphics/R-cran-shape
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/R-cran-diagram/distinfo b/graphics/R-cran-diagram/distinfo
new file mode 100644
index 00000000000..f35821b1f93
--- /dev/null
+++ b/graphics/R-cran-diagram/distinfo
@@ -0,0 +1,2 @@
+SHA256 (diagram_1.5.2.tar.gz) = 2ce110e93797ed63f386aed9764662374755c623b62e06e9c0953f721579c982
+SIZE (diagram_1.5.2.tar.gz) = 548716
diff --git a/graphics/R-cran-diagram/pkg-descr b/graphics/R-cran-diagram/pkg-descr
new file mode 100644
index 00000000000..2460cdbbc56
--- /dev/null
+++ b/graphics/R-cran-diagram/pkg-descr
@@ -0,0 +1,7 @@
+Visualises simple graphs (networks) based on a transition matrix,
+utilities to plot flow diagrams, visualising webs,... 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(flowchart), demo(plotmat), demo(plotweb)
+
+WWW: http://cran.r-project.org/web/packages/diagram/