pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-ggtern: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3e8eb951f5a
branches:  trunk
changeset: 337618:a3e8eb951f5a
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 15:51:57 2019 +0000

description:
R-ggtern: initial commit

Extends the functionality of 'ggplot2', providing the capability to
plot ternary diagrams for (subset of) the 'ggplot2' geometries.
Additionally, 'ggtern' has implemented several NEW geometries which
are unavailable to the standard 'ggplot2' release. For further
examples and documentation, please proceed to the 'ggtern' website.

diffstat:

 doc/CHANGES-2019           |   3 ++-
 graphics/Makefile          |   3 ++-
 graphics/R-ggtern/DESCR    |   5 +++++
 graphics/R-ggtern/Makefile |  22 ++++++++++++++++++++++
 graphics/R-ggtern/distinfo |   6 ++++++
 5 files changed, 37 insertions(+), 2 deletions(-)

diffs (76 lines):

diff -r 989b0e7ac571 -r a3e8eb951f5a doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 15:50:05 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 15:51:57 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3329 2019/08/09 15:50:05 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3330 2019/08/09 15:51:57 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5453,3 +5453,4 @@
        Added math/R-tensorA version 0.36.1 [brook 2019-08-09]
        Added math/R-robustbase version 0.93.5 [brook 2019-08-09]
        Added math/R-compositions version 1.40.2 [brook 2019-08-09]
+       Added graphics/R-ggtern version 3.1.0 [brook 2019-08-09]
diff -r 989b0e7ac571 -r a3e8eb951f5a graphics/Makefile
--- a/graphics/Makefile Fri Aug 09 15:50:05 2019 +0000
+++ b/graphics/Makefile Fri Aug 09 15:51:57 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.831 2019/08/09 15:20:31 brook Exp $
+# $NetBSD: Makefile,v 1.832 2019/08/09 15:51:57 brook Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -26,6 +26,7 @@
 SUBDIR+=       R-dichromat
 SUBDIR+=       R-effects
 SUBDIR+=       R-ggplot2
+SUBDIR+=       R-ggtern
 SUBDIR+=       R-gridExtra
 SUBDIR+=       R-labeling
 SUBDIR+=       R-latex2exp
diff -r 989b0e7ac571 -r a3e8eb951f5a graphics/R-ggtern/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-ggtern/DESCR   Fri Aug 09 15:51:57 2019 +0000
@@ -0,0 +1,5 @@
+Extends the functionality of 'ggplot2', providing the capability to
+plot ternary diagrams for (subset of) the 'ggplot2' geometries.
+Additionally, 'ggtern' has implemented several NEW geometries which
+are unavailable to the standard 'ggplot2' release. For further
+examples and documentation, please proceed to the 'ggtern' website.
diff -r 989b0e7ac571 -r a3e8eb951f5a graphics/R-ggtern/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-ggtern/Makefile        Fri Aug 09 15:51:57 2019 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 15:51:57 brook Exp $
+
+R_PKGNAME=     ggtern
+R_PKGVER=      3.1.0
+CATEGORIES=    graphics
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Extension to 'ggplot2', for the creation of ternary diagrams
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      R-proto>=1.0.0:../../devel/R-proto
+DEPENDS+=      R-ggplot2>=3.1.0:../../graphics/R-ggplot2
+DEPENDS+=      R-latex2exp>=0.4:../../graphics/R-latex2exp
+DEPENDS+=      R-scales>=0.3.0:../../graphics/R-scales
+DEPENDS+=      R-compositions>=1.40.2:../../math/R-compositions
+DEPENDS+=      R-gtable>=0.1.2:../../math/R-gtable
+DEPENDS+=      R-plyr>=1.8.3:../../math/R-plyr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 989b0e7ac571 -r a3e8eb951f5a graphics/R-ggtern/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-ggtern/distinfo        Fri Aug 09 15:51:57 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 15:51:57 brook Exp $
+
+SHA1 (R/ggtern_3.1.0.tar.gz) = 2429c23cf6b3f75e50b779493b95d1ea81943156
+RMD160 (R/ggtern_3.1.0.tar.gz) = 96eda1c81a305ef2b9a93481fd41c86eb7edfb4f
+SHA512 (R/ggtern_3.1.0.tar.gz) = fb48e229e3b04b17655e61d0fe7f9adeb22b0b8cfdcfd402925c3aa5a6ca00031be2568273cb71c69b845e04e5d5cbd0888a82a389a95c8d9e4dff744d0a4a1c
+Size (R/ggtern_3.1.0.tar.gz) = 564090 bytes



Home | Main Index | Thread Index | Old Index