diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-11-25 06:37:55 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-11-25 06:37:55 +0000 |
commit | 85a93f64e0cc27c1d8ee76451403bc786605482b (patch) | |
tree | e46112e02bf2be2e59cfb58904a6e9a0c1536c52 /graphics/R-cran-png | |
parent | 5fb60dc50f32282e1e73a969c1a9f662787a2b00 (diff) |
Notes
Diffstat (limited to 'graphics/R-cran-png')
-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 |
3 files changed, 25 insertions, 0 deletions
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/ |