diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-23 17:16:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-23 17:16:27 +0800 |
commit | 15254b96a47ea3d16234eabdf49fefdbbb0010bb (patch) | |
tree | d86748f82014c2fe312325f634170826f0537ed7 /math/R-cran-RSvgDevice | |
parent | 6aa5824bd69a12fae1423d07de8035ce431f63b7 (diff) | |
download | freebsd-ports-gnome-15254b96a47ea3d16234eabdf49fefdbbb0010bb.tar.gz freebsd-ports-gnome-15254b96a47ea3d16234eabdf49fefdbbb0010bb.tar.zst freebsd-ports-gnome-15254b96a47ea3d16234eabdf49fefdbbb0010bb.zip |
A graphics device for R that uses the w3.org xml standard
for Scalable Vector Graphics.
WWW: http://cran.r-project.org/web/packages/RSvgDevice/index.html
PR: ports/133731
Submitted by: David Naylor <dragonsa at highveldmail.co.za>
Diffstat (limited to 'math/R-cran-RSvgDevice')
-rw-r--r-- | math/R-cran-RSvgDevice/Makefile | 20 | ||||
-rw-r--r-- | math/R-cran-RSvgDevice/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-RSvgDevice/pkg-descr | 4 | ||||
-rw-r--r-- | math/R-cran-RSvgDevice/pkg-plist | 26 |
4 files changed, 53 insertions, 0 deletions
diff --git a/math/R-cran-RSvgDevice/Makefile b/math/R-cran-RSvgDevice/Makefile new file mode 100644 index 000000000000..0d3c224e41e5 --- /dev/null +++ b/math/R-cran-RSvgDevice/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: RSvgDevice +# Date created: 14 April 2009 +# Whom: David Naylor <dragonsa@highveldmail.co.za> +# +# $FreeBSD$ +# + +PORTNAME= RSvgDevice +PORTVERSION= 0.6.4.1 +CATEGORIES= math +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= dragonsa@highveldmail.co.za +COMMENT= A R SVG graphics device + +R_MOD= yes + +.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk" +.include <bsd.port.mk> diff --git a/math/R-cran-RSvgDevice/distinfo b/math/R-cran-RSvgDevice/distinfo new file mode 100644 index 000000000000..fd2870764a64 --- /dev/null +++ b/math/R-cran-RSvgDevice/distinfo @@ -0,0 +1,3 @@ +MD5 (RSvgDevice_0.6.4.1.tar.gz) = 024c4732a8016c90cea05967c0fc5f7a +SHA256 (RSvgDevice_0.6.4.1.tar.gz) = 80ef34d91d611b1bcb086aaf30ff73e8f6669afa99e0525746bb288dfc9aece2 +SIZE (RSvgDevice_0.6.4.1.tar.gz) = 7528 diff --git a/math/R-cran-RSvgDevice/pkg-descr b/math/R-cran-RSvgDevice/pkg-descr new file mode 100644 index 000000000000..5716c252ea16 --- /dev/null +++ b/math/R-cran-RSvgDevice/pkg-descr @@ -0,0 +1,4 @@ +A graphics device for R that uses the w3.org xml standard +for Scalable Vector Graphics. + +WWW: http://cran.r-project.org/web/packages/RSvgDevice/index.html diff --git a/math/R-cran-RSvgDevice/pkg-plist b/math/R-cran-RSvgDevice/pkg-plist new file mode 100644 index 000000000000..6674eeaf0ed1 --- /dev/null +++ b/math/R-cran-RSvgDevice/pkg-plist @@ -0,0 +1,26 @@ +%%R_MOD_DIR%%/CONTENTS +%%R_MOD_DIR%%/DESCRIPTION +%%R_MOD_DIR%%/INDEX +%%R_MOD_DIR%%/Meta/Rd.rds +%%R_MOD_DIR%%/Meta/hsearch.rds +%%R_MOD_DIR%%/Meta/package.rds +%%R_MOD_DIR%%/R-ex/RSvgDevice.R +%%R_MOD_DIR%%/R/RSvgDevice +%%R_MOD_DIR%%/R/RSvgDevice.rdb +%%R_MOD_DIR%%/R/RSvgDevice.rdx +%%R_MOD_DIR%%/help/AnIndex +%%R_MOD_DIR%%/help/RSvgDevice +%%R_MOD_DIR%%/html/00Index.html +%%R_MOD_DIR%%/html/RSvgDevice.html +%%R_MOD_DIR%%/latex/RSvgDevice.tex +%%R_MOD_DIR%%/libs/RSvgDevice.so +%%R_MOD_DIR%%/man/RSvgDevice.Rd.gz +@dirrm %%R_MOD_DIR%%/man +@dirrm %%R_MOD_DIR%%/libs +@dirrm %%R_MOD_DIR%%/latex +@dirrm %%R_MOD_DIR%%/html +@dirrm %%R_MOD_DIR%%/help +@dirrm %%R_MOD_DIR%%/R-ex +@dirrm %%R_MOD_DIR%%/R +@dirrm %%R_MOD_DIR%%/Meta +@dirrm %%R_MOD_DIR%% |