Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics graphics/R-png: import R-png-0.1.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7f3ecf1d5fc
branches:  trunk
changeset: 436661:f7f3ecf1d5fc
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 07 03:38:53 2020 +0000

description:
graphics/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.

diffstat:

 graphics/Makefile       |   3 ++-
 graphics/R-png/DESCR    |   3 +++
 graphics/R-png/Makefile |  15 +++++++++++++++
 graphics/R-png/distinfo |   6 ++++++
 4 files changed, 26 insertions(+), 1 deletions(-)

diffs (53 lines):

diff -r 08bcbe5623a6 -r f7f3ecf1d5fc graphics/Makefile
--- a/graphics/Makefile Fri Aug 07 03:19:38 2020 +0000
+++ b/graphics/Makefile Fri Aug 07 03:38:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.901 2020/08/03 23:50:53 joerg Exp $
+# $NetBSD: Makefile,v 1.902 2020/08/07 03:38:53 brook Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -34,6 +34,7 @@
 SUBDIR+=       R-latex2exp
 SUBDIR+=       R-latticeExtra
 SUBDIR+=       R-munsell
+SUBDIR+=       R-png
 SUBDIR+=       R-polyclip
 SUBDIR+=       R-scales
 SUBDIR+=       R-viridis
diff -r 08bcbe5623a6 -r f7f3ecf1d5fc graphics/R-png/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-png/DESCR      Fri Aug 07 03:38:53 2020 +0000
@@ -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 -r 08bcbe5623a6 -r f7f3ecf1d5fc graphics/R-png/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-png/Makefile   Fri Aug 07 03:38:53 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 03:38:53 brook Exp $
+
+R_PKGNAME=     png
+R_PKGVER=      0.1-7
+CATEGORIES=    graphics
+
+MAINTAINER=    mishka%NetBSD.org@localhost
+COMMENT=       Read and write PNG images
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 08bcbe5623a6 -r f7f3ecf1d5fc graphics/R-png/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-png/distinfo   Fri Aug 07 03:38:53 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/07 03:38:53 brook Exp $
+
+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