pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25963da343b4
branches:  trunk
changeset: 399447:25963da343b4
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 18:33:40 2019 +0000

description:
R-remotes: initial commit

Download and install R packages stored in 'GitHub', 'BitBucket', or
plain 'subversion' or 'git' repositories. This package provides the
'install_*' functions in 'devtools'. Indeed most of the code was
copied over from 'devtools'.

diffstat:

 devel/Makefile           |   3 ++-
 devel/R-remotes/DESCR    |   4 ++++
 devel/R-remotes/Makefile |  14 ++++++++++++++
 devel/R-remotes/distinfo |   6 ++++++
 doc/CHANGES-2019         |   3 ++-
 5 files changed, 28 insertions(+), 2 deletions(-)

diffs (67 lines):

diff -r 45b53f57a622 -r 25963da343b4 devel/Makefile
--- a/devel/Makefile    Fri Aug 09 18:32:48 2019 +0000
+++ b/devel/Makefile    Fri Aug 09 18:33:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2883 2019/08/09 18:28:06 brook Exp $
+# $NetBSD: Makefile,v 1.2884 2019/08/09 18:33:40 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -40,6 +40,7 @@
 SUBDIR+=       R-proto
 SUBDIR+=       R-purrr
 SUBDIR+=       R-rematch
+SUBDIR+=       R-remotes
 SUBDIR+=       R-repr
 SUBDIR+=       R-rio
 SUBDIR+=       R-rlang
diff -r 45b53f57a622 -r 25963da343b4 devel/R-remotes/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-remotes/DESCR     Fri Aug 09 18:33:40 2019 +0000
@@ -0,0 +1,4 @@
+Download and install R packages stored in 'GitHub', 'BitBucket', or
+plain 'subversion' or 'git' repositories. This package provides the
+'install_*' functions in 'devtools'. Indeed most of the code was
+copied over from 'devtools'.
diff -r 45b53f57a622 -r 25963da343b4 devel/R-remotes/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-remotes/Makefile  Fri Aug 09 18:33:40 2019 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:33:40 brook Exp $
+
+R_PKGNAME=     remotes
+R_PKGVER=      2.1.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       R package installation from remote repositories, including 'GitHub'
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 45b53f57a622 -r 25963da343b4 devel/R-remotes/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-remotes/distinfo  Fri Aug 09 18:33:40 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:33:40 brook Exp $
+
+SHA1 (R/remotes_2.1.0.tar.gz) = e49b6befd0b6e803d078af6b67480f975e12c941
+RMD160 (R/remotes_2.1.0.tar.gz) = 931eb670c6e4d956a191db29ad13911d1778c711
+SHA512 (R/remotes_2.1.0.tar.gz) = 835c76dc9f3bc355ef23a5cd4ad3fdaa67d743b9f26367f0eed0652de7ccd717969adb7ecbe437b4ec10b6b08637974f6b578d81f5e69f6f0fa1b9a6e21c71aa
+Size (R/remotes_2.1.0.tar.gz) = 131622 bytes
diff -r 45b53f57a622 -r 25963da343b4 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 18:32:48 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 18:33:40 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3349 2019/08/09 18:32:49 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3350 2019/08/09 18:33:40 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5472,3 +5472,4 @@
        Added textproc/R-xml2 version 1.2.2 [brook 2019-08-09]
        Added textproc/R-commonmark version 1.7 [brook 2019-08-09]
        Added textproc/R-brew version 1.0.6 [brook 2019-08-09]
+       Added devel/R-remotes version 2.1.0 [brook 2019-08-09]



Home | Main Index | Thread Index | Old Index