Received: by mail.netbsd.org (Postfix, from userid 605) id 9D14F84D78; Mon, 12 Mar 2018 15:47:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A991384D73 for ; Mon, 12 Mar 2018 15:47:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GrUXTE4ZwUjG for ; Mon, 12 Mar 2018 15:47:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F335E84D4A for ; Mon, 12 Mar 2018 15:47:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EF163FB40; Mon, 12 Mar 2018 15:47:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520869668260870" MIME-Version: 1.0 Date: Mon, 12 Mar 2018 15:47:48 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/graphics/R-scales To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180312154748.EF163FB40@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. --_----------=_1520869668260870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Mon Mar 12 15:47:48 UTC 2018 Added Files: pkgsrc/graphics/R-scales: DESCR Makefile distinfo Log Message: graphics/R-scales: Import version 0.5.0 Graphical scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-scales/DESCR \ pkgsrc/graphics/R-scales/Makefile pkgsrc/graphics/R-scales/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520869668260870 Content-Disposition: inline Content-Length: 2055 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/graphics/R-scales/DESCR diff -u /dev/null pkgsrc/graphics/R-scales/DESCR:1.1 --- /dev/null Mon Mar 12 15:47:48 2018 +++ pkgsrc/graphics/R-scales/DESCR Mon Mar 12 15:47:48 2018 @@ -0,0 +1,2 @@ +Graphical scales map data to aesthetics, and provide methods for +automatically determining breaks and labels for axes and legends. Index: pkgsrc/graphics/R-scales/Makefile diff -u /dev/null pkgsrc/graphics/R-scales/Makefile:1.1 --- /dev/null Mon Mar 12 15:47:48 2018 +++ pkgsrc/graphics/R-scales/Makefile Mon Mar 12 15:47:48 2018 @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2018/03/12 15:47:48 minskim Exp $ + +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://github.com/hadley/scales +COMMENT= Scale functions for visualization +LICENSE= mit + +R_PKGNAME= scales +R_PKGVER= 0.5.0 + +DEPENDS+= R-R6-[0-9]*:../../devel/R-R6 +DEPENDS+= R-RColorBrewer-[0-9]*:../../math/R-RColorBrewer +DEPENDS+= R-dichromat-[0-9]*:../../graphics/R-dichromat +DEPENDS+= R-labeling-[0-9]*:../../graphics/R-labeling +DEPENDS+= R-munsell>=0.2:../../graphics/R-munsell +DEPENDS+= R-plyr-[0-9]*:../../math/R-plyr +DEPENDS+= R-viridisLite-[0-9]*:../../graphics/R-viridisLite + +USE_LANGUAGES= c++ + +.include "../../devel/R-Rcpp/buildlink3.mk" +BUILDLINK_API_DEPENDS.R+= R>=2.13 +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/graphics/R-scales/distinfo diff -u /dev/null pkgsrc/graphics/R-scales/distinfo:1.1 --- /dev/null Mon Mar 12 15:47:48 2018 +++ pkgsrc/graphics/R-scales/distinfo Mon Mar 12 15:47:48 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/03/12 15:47:48 minskim Exp $ + +SHA1 (R/scales_0.5.0.tar.gz) = df1c718aebea32eaeebb4332405a8cfd53ae4268 +RMD160 (R/scales_0.5.0.tar.gz) = 68fbf10b1315b2536e265d6e7dc2c90485fbc689 +SHA512 (R/scales_0.5.0.tar.gz) = 68152b4ce0b589932ee8b9971f506098bacdcd679afb2dd5d710731e3d9139618a031566598461945a336e064350c32e3a0095c53e86f094a17fccaabd53181d +Size (R/scales_0.5.0.tar.gz) = 59867 bytes --_----------=_1520869668260870--