pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  7 03:38:54 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.901 -r1.902 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-png/DESCR \
    pkgsrc/graphics/R-png/Makefile pkgsrc/graphics/R-png/distinfo

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

Modified files:

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.901 pkgsrc/graphics/Makefile:1.902
--- pkgsrc/graphics/Makefile:1.901      Mon Aug  3 23:50:53 2020
+++ pkgsrc/graphics/Makefile    Fri Aug  7 03:38:53 2020
@@ -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-labeling
 SUBDIR+=       R-latex2exp
 SUBDIR+=       R-latticeExtra
 SUBDIR+=       R-munsell
+SUBDIR+=       R-png
 SUBDIR+=       R-polyclip
 SUBDIR+=       R-scales
 SUBDIR+=       R-viridis

Added files:

Index: pkgsrc/graphics/R-png/DESCR
diff -u /dev/null pkgsrc/graphics/R-png/DESCR:1.1
--- /dev/null   Fri Aug  7 03:38:54 2020
+++ pkgsrc/graphics/R-png/DESCR Fri Aug  7 03:38:53 2020
@@ -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.
Index: pkgsrc/graphics/R-png/Makefile
diff -u /dev/null pkgsrc/graphics/R-png/Makefile:1.1
--- /dev/null   Fri Aug  7 03:38:54 2020
+++ pkgsrc/graphics/R-png/Makefile      Fri Aug  7 03:38:53 2020
@@ -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"
Index: pkgsrc/graphics/R-png/distinfo
diff -u /dev/null pkgsrc/graphics/R-png/distinfo:1.1
--- /dev/null   Fri Aug  7 03:38:54 2020
+++ pkgsrc/graphics/R-png/distinfo      Fri Aug  7 03:38:53 2020
@@ -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