pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-R6 devel/R-R6: Import version 2.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d871d90772a
branches:  trunk
changeset: 376846:3d871d90772a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Mar 10 01:21:00 2018 +0000

description:
devel/R-R6: Import version 2.2.2

The R6 package allows the creation of classes with reference
semantics, similar to R's built-in reference classes. Compared to
reference classes, R6 classes are simpler and lighter-weight, and they
are not built on S4 classes so they do not require the methods
package. These classes allow public and private members, and they
support inheritance, even when the classes are defined in different
packages.

diffstat:

 devel/R-R6/DESCR    |   7 +++++++
 devel/R-R6/Makefile |  18 ++++++++++++++++++
 devel/R-R6/distinfo |   6 ++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 5660fa84e9d3 -r 3d871d90772a devel/R-R6/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-R6/DESCR  Sat Mar 10 01:21:00 2018 +0000
@@ -0,0 +1,7 @@
+The R6 package allows the creation of classes with reference
+semantics, similar to R's built-in reference classes. Compared to
+reference classes, R6 classes are simpler and lighter-weight, and they
+are not built on S4 classes so they do not require the methods
+package. These classes allow public and private members, and they
+support inheritance, even when the classes are defined in different
+packages.
diff -r 5660fa84e9d3 -r 3d871d90772a devel/R-R6/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-R6/Makefile       Sat Mar 10 01:21:00 2018 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/03/10 01:21:00 minskim Exp $
+
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/wch/R6/
+COMMENT=       Classes with reference semantics
+LICENSE=       mit
+
+R_PKGNAME=     R6
+R_PKGVER=      2.2.2
+
+USE_LANGUAGES= # none
+
+BUILDLINK_API_DEPENDS.R+=      R>=3.0
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 5660fa84e9d3 -r 3d871d90772a devel/R-R6/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-R6/distinfo       Sat Mar 10 01:21:00 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/10 01:21:00 minskim Exp $
+
+SHA1 (R/R6_2.2.2.tar.gz) = 79a34be63e9cf52844a2a9277967d7c31af6d51d
+RMD160 (R/R6_2.2.2.tar.gz) = 4a10794ba79c2ea27a7f7e4291ec4d4d8f95768d
+SHA512 (R/R6_2.2.2.tar.gz) = 52a026de258e8e9467e7a9c63020bdfb52d5e034ebcc413ec9f346023f7d0168b7df480b37a26bb7fbdb2eb046b6b82533b94c5d8195a682d58ce89a992217f5
+Size (R/R6_2.2.2.tar.gz) = 322959 bytes



Home | Main Index | Thread Index | Old Index