pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d3260201028
branches:  trunk
changeset: 337663:7d3260201028
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 19:11:22 2019 +0000

description:
R-pkgload: initial commit

Simulates the process of installing a package and then attaching it.
This is a key part of the 'devtools' package as it allows you to
rapidly iterate while developing a package.

diffstat:

 devel/Makefile           |   3 ++-
 devel/R-pkgload/DESCR    |   3 +++
 devel/R-pkgload/Makefile |  21 +++++++++++++++++++++
 devel/R-pkgload/distinfo |   6 ++++++
 doc/CHANGES-2019         |   3 ++-
 5 files changed, 34 insertions(+), 2 deletions(-)

diffs (73 lines):

diff -r 5365593369c8 -r 7d3260201028 devel/Makefile
--- a/devel/Makefile    Fri Aug 09 19:10:28 2019 +0000
+++ b/devel/Makefile    Fri Aug 09 19:11:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2893 2019/08/09 19:10:28 brook Exp $
+# $NetBSD: Makefile,v 1.2894 2019/08/09 19:11:22 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -40,6 +40,7 @@
 SUBDIR+=       R-memoise
 SUBDIR+=       R-pkgbuild
 SUBDIR+=       R-pkgconfig
+SUBDIR+=       R-pkgload
 SUBDIR+=       R-plogr
 SUBDIR+=       R-proto
 SUBDIR+=       R-purrr
diff -r 5365593369c8 -r 7d3260201028 devel/R-pkgload/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-pkgload/DESCR     Fri Aug 09 19:11:22 2019 +0000
@@ -0,0 +1,3 @@
+Simulates the process of installing a package and then attaching it.
+This is a key part of the 'devtools' package as it allows you to
+rapidly iterate while developing a package.
diff -r 5365593369c8 -r 7d3260201028 devel/R-pkgload/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-pkgload/Makefile  Fri Aug 09 19:11:22 2019 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 19:11:22 brook Exp $
+
+R_PKGNAME=     pkgload
+R_PKGVER=      1.0.2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Simulate package installation and attach
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-desc>=1.2.0:../../devel/R-desc
+DEPENDS+=      R-pkgbuild>=1.0.4:../../devel/R-pkgbuild
+DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
+DEPENDS+=      R-rprojroot>=1.3.2:../../devel/R-rprojroot
+DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
+DEPENDS+=      R-rstudioapi>=0.10:../../math/R-rstudioapi
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 5365593369c8 -r 7d3260201028 devel/R-pkgload/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-pkgload/distinfo  Fri Aug 09 19:11:22 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 19:11:22 brook Exp $
+
+SHA1 (R/pkgload_1.0.2.tar.gz) = e2cebd156ba998a367f07405890ebd2777078a10
+RMD160 (R/pkgload_1.0.2.tar.gz) = 754b1e9ea418c4aa2008a41e7cb7208bbb9d51d4
+SHA512 (R/pkgload_1.0.2.tar.gz) = a1bb38f8a14b0ffd9cc5483b1e0920c1f1284f8a4c1196682c943345274911816cde0ef9ccc251253db52658dcd9185f492162091c8fafa216b82f934572a3bc
+Size (R/pkgload_1.0.2.tar.gz) = 55605 bytes
diff -r 5365593369c8 -r 7d3260201028 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 19:10:28 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 19:11:22 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3367 2019/08/09 19:10:28 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3368 2019/08/09 19:11:22 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5490,3 +5490,4 @@
        Added www/R-gh version 1.0.1 [brook 2019-08-09]
        Added devel/R-usethis version 1.5.1 [brook 2019-08-09]
        Added devel/R-rcmdcheck version 1.3.3 [brook 2019-08-09]
+       Added devel/R-pkgload version 1.0.2 [brook 2019-08-09]



Home | Main Index | Thread Index | Old Index