Received: by mail.netbsd.org (Postfix, from userid 605) id 1A73784E1F; Fri, 31 Jul 2020 23:37:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 91C0E84E2A for ; Fri, 31 Jul 2020 23:37:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id g8fV2HlUWwev for ; Fri, 31 Jul 2020 23:37:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 068BF84E1F for ; Fri, 31 Jul 2020 23:37:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EFB43FB28; Fri, 31 Jul 2020 23:37:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1596238629104410" MIME-Version: 1.0 Date: Fri, 31 Jul 2020 23:37:09 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc/graphics To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20200731233709.EFB43FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1596238629104410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1596238629104410 Content-Disposition: inline Content-Length: 2191 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1596238629104410--