pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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



Module Name:	pkgsrc-wip
Committed By:	Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By:	mishka
Date:		Fri Jan 11 18:04:27 2019 +0200
Changeset:	71a58a68450fbe45f1752f5f74ab36825239026b

Modified Files:
	Makefile
Added Files:
	R-png/DESCR
	R-png/Makefile
	R-png/distinfo

Log Message:
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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=71a58a68450fbe45f1752f5f74ab36825239026b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile       |  1 +
 R-png/DESCR    |  3 +++
 R-png/Makefile | 20 ++++++++++++++++++++
 R-png/distinfo |  6 ++++++
 4 files changed, 30 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d52d9d8778..d28a49a06f 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/R-png/DESCR b/R-png/DESCR
new file mode 100644
index 0000000000..f973ecf0c2
--- /dev/null
+++ b/R-png/DESCR
@@ -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.
diff --git a/R-png/Makefile b/R-png/Makefile
new file mode 100644
index 0000000000..02ff89900b
--- /dev/null
+++ b/R-png/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+CATEGORIES=	math graphics
+MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=	mishka%NetBSD.org@localhost
+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"
diff --git a/R-png/distinfo b/R-png/distinfo
new file mode 100644
index 0000000000..474be29a57
--- /dev/null
+++ b/R-png/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index