pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  9 19:11:22 UTC 2019

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/doc: CHANGES-2019
Added Files:
        pkgsrc/devel/R-pkgload: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2893 -r1.2894 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-pkgload/DESCR \
    pkgsrc/devel/R-pkgload/Makefile pkgsrc/devel/R-pkgload/distinfo
cvs rdiff -u -r1.3367 -r1.3368 pkgsrc/doc/CHANGES-2019

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2893 pkgsrc/devel/Makefile:1.2894
--- pkgsrc/devel/Makefile:1.2893        Fri Aug  9 19:10:28 2019
+++ pkgsrc/devel/Makefile       Fri Aug  9 19:11:22 2019
@@ -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-magrittr
 SUBDIR+=       R-memoise
 SUBDIR+=       R-pkgbuild
 SUBDIR+=       R-pkgconfig
+SUBDIR+=       R-pkgload
 SUBDIR+=       R-plogr
 SUBDIR+=       R-proto
 SUBDIR+=       R-purrr

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3367 pkgsrc/doc/CHANGES-2019:1.3368
--- pkgsrc/doc/CHANGES-2019:1.3367      Fri Aug  9 19:10:28 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 19:11:22 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Added files:

Index: pkgsrc/devel/R-pkgload/DESCR
diff -u /dev/null pkgsrc/devel/R-pkgload/DESCR:1.1
--- /dev/null   Fri Aug  9 19:11:22 2019
+++ pkgsrc/devel/R-pkgload/DESCR        Fri Aug  9 19:11:22 2019
@@ -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.
Index: pkgsrc/devel/R-pkgload/Makefile
diff -u /dev/null pkgsrc/devel/R-pkgload/Makefile:1.1
--- /dev/null   Fri Aug  9 19:11:22 2019
+++ pkgsrc/devel/R-pkgload/Makefile     Fri Aug  9 19:11:22 2019
@@ -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"
Index: pkgsrc/devel/R-pkgload/distinfo
diff -u /dev/null pkgsrc/devel/R-pkgload/distinfo:1.1
--- /dev/null   Fri Aug  9 19:11:22 2019
+++ pkgsrc/devel/R-pkgload/distinfo     Fri Aug  9 19:11:22 2019
@@ -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



Home | Main Index | Thread Index | Old Index