diff options
author | tota <tota@FreeBSD.org> | 2012-11-25 14:37:55 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-11-25 14:37:55 +0800 |
commit | 8bf1b7aa39e2636bc4216988fc3fcdb929f84c54 (patch) | |
tree | e46112e02bf2be2e59cfb58904a6e9a0c1536c52 /graphics | |
parent | b975b6237006194ea55b56e0ed22616cbc85ba18 (diff) | |
download | freebsd-ports-gnome-8bf1b7aa39e2636bc4216988fc3fcdb929f84c54.tar.gz freebsd-ports-gnome-8bf1b7aa39e2636bc4216988fc3fcdb929f84c54.tar.zst freebsd-ports-gnome-8bf1b7aa39e2636bc4216988fc3fcdb929f84c54.zip |
- Add a new port: graphics/R-cran-png
This package provides an easy and simple way to read, write and
display bitmap images stored in the PNG format. It can read and
write both files and in-memory raw vectors.
WWW: http://www.rforge.net/png/
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/R-cran-png/Makefile | 18 | ||||
-rw-r--r-- | graphics/R-cran-png/distinfo | 2 | ||||
-rw-r--r-- | graphics/R-cran-png/pkg-descr | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b220b01ecefa..ab7d8520bd69 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -24,6 +24,7 @@ SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-munsell SUBDIR += R-cran-pixmap + SUBDIR += R-cran-png SUBDIR += R-cran-rgdal SUBDIR += R-cran-rtiff SUBDIR += R-cran-scales diff --git a/graphics/R-cran-png/Makefile b/graphics/R-cran-png/Makefile new file mode 100644 index 000000000000..d588a0e2b938 --- /dev/null +++ b/graphics/R-cran-png/Makefile @@ -0,0 +1,18 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= png +DISTVERSION= 0.1-4 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Read and write PNG images + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/graphics/R-cran-png/distinfo b/graphics/R-cran-png/distinfo new file mode 100644 index 000000000000..b01fe169e79b --- /dev/null +++ b/graphics/R-cran-png/distinfo @@ -0,0 +1,2 @@ +SHA256 (png_0.1-4.tar.gz) = 1cdd422d6073d7b6af4a7a598d13ecabe60fee8aabfa65db75a57bc8c67da09a +SIZE (png_0.1-4.tar.gz) = 21774 diff --git a/graphics/R-cran-png/pkg-descr b/graphics/R-cran-png/pkg-descr new file mode 100644 index 000000000000..6114f17bec6e --- /dev/null +++ b/graphics/R-cran-png/pkg-descr @@ -0,0 +1,5 @@ +This package provides an easy and simple way to read, write and +display bitmap images stored in the PNG format. It can read and +write both files and in-memory raw vectors. + +WWW: http://www.rforge.net/png/ |