wip/R-png: import R-png-0.1.7

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.
This commit is contained in:
Mike M. Volokhov 2019-01-11 18:04:27 +02:00
parent b3e0deadf3
commit 71a58a6845
4 changed files with 30 additions and 0 deletions

View File

@ -56,6 +56,7 @@ SUBDIR+= R-mclust
SUBDIR+= R-mpfr
SUBDIR+= R-np
SUBDIR+= R-optparse
SUBDIR+= R-png
SUBDIR+= R-progress
SUBDIR+= R-quantreg
SUBDIR+= R-readxl

3
R-png/DESCR Normal file
View File

@ -0,0 +1,3 @@
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.

20
R-png/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $NetBSD$
CATEGORIES= math graphics
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= mishka@NetBSD.org
HOMEPAGE= http://www.rforge.net/png/
COMMENT= Read and write PNG images
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= png
R_PKGVER= 0.1-7
USE_LANGUAGES= c
BUILDLINK_API_DEPENDS.R+= R>=2.9.0
.include "../../math/R/Makefile.extension"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

6
R-png/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (R/png_0.1-7.tar.gz) = 433aeec293faa67d1024af80097c64578b837bf7
RMD160 (R/png_0.1-7.tar.gz) = 50737d128b362a3073493202d6f57f363f712df7
SHA512 (R/png_0.1-7.tar.gz) = 033a2a45e0fc55a9975257397162ceac0416afb47bbf266025e1ed00790ea1261d1254255aa09cd8828e034b0cd8006cc5e26c9f732ec996dcbec3c937e00f5f
Size (R/png_0.1-7.tar.gz) = 24990 bytes