pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/R-scales
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.
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@localhost
+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
Home |
Main Index |
Thread Index |
Old Index