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 Jul 31 23:37:09 UTC 2020

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

Log Message:
graphics/R-jpeg: import R-jpeg-0.1.8.1

This package provides an easy and simple way to read, write and
display bitmap images stored in the JPEG format. It can read and write
both files and in-memory raw vectors.


To generate a diff of this commit:
cvs rdiff -u -r1.897 -r1.898 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-jpeg/DESCR \
    pkgsrc/graphics/R-jpeg/Makefile pkgsrc/graphics/R-jpeg/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.897 pkgsrc/graphics/Makefile:1.898
--- pkgsrc/graphics/Makefile:1.897      Fri Jul 31 20:31:27 2020
+++ pkgsrc/graphics/Makefile    Fri Jul 31 23:37:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.897 2020/07/31 20:31:27 brook Exp $
+# $NetBSD: Makefile,v 1.898 2020/07/31 23:37:09 brook Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -28,6 +28,7 @@ SUBDIR+=      R-ggExtra
 SUBDIR+=       R-ggplot2
 SUBDIR+=       R-ggtern
 SUBDIR+=       R-gridExtra
+SUBDIR+=       R-jpeg
 SUBDIR+=       R-labeling
 SUBDIR+=       R-latex2exp
 SUBDIR+=       R-latticeExtra

Added files:

Index: pkgsrc/graphics/R-jpeg/DESCR
diff -u /dev/null pkgsrc/graphics/R-jpeg/DESCR:1.1
--- /dev/null   Fri Jul 31 23:37:09 2020
+++ pkgsrc/graphics/R-jpeg/DESCR        Fri Jul 31 23:37:09 2020
@@ -0,0 +1,3 @@
+This package provides an easy and simple way to read, write and
+display bitmap images stored in the JPEG format. It can read and write
+both files and in-memory raw vectors.
Index: pkgsrc/graphics/R-jpeg/Makefile
diff -u /dev/null pkgsrc/graphics/R-jpeg/Makefile:1.1
--- /dev/null   Fri Jul 31 23:37:09 2020
+++ pkgsrc/graphics/R-jpeg/Makefile     Fri Jul 31 23:37:09 2020
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/07/31 23:37:09 brook Exp $
+
+R_PKGNAME=     jpeg
+R_PKGVER=      0.1-8.1
+CATEGORIES=    graphics
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Read and write JPEG images
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/R-jpeg/distinfo
diff -u /dev/null pkgsrc/graphics/R-jpeg/distinfo:1.1
--- /dev/null   Fri Jul 31 23:37:09 2020
+++ pkgsrc/graphics/R-jpeg/distinfo     Fri Jul 31 23:37:09 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/07/31 23:37:09 brook Exp $
+
+SHA1 (R/jpeg_0.1-8.1.tar.gz) = 2f77424653893d158898357efd9f1d65e966e82a
+RMD160 (R/jpeg_0.1-8.1.tar.gz) = 013a44ddab3e40e8ecdfae11370a9cf18c3e6679
+SHA512 (R/jpeg_0.1-8.1.tar.gz) = f7e3148a54a4414505e3e3066b39634877ee9a69820df3e83e3593e78a6fd4d5047a5bd7abce8558149cd1e6519a13dec6d2b8412da8b396a73f3b661d2fba31
+Size (R/jpeg_0.1-8.1.tar.gz) = 18116 bytes



Home | Main Index | Thread Index | Old Index