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:09:29 UTC 2019

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

Log Message:
R-usethis: initial commit

Automate package and project setup tasks that are otherwise performed
manually. This includes setting up unit testing, test coverage,
continuous integration, Git, 'GitHub', licenses, 'Rcpp', 'RStudio'
projects, and more.


To generate a diff of this commit:
cvs rdiff -u -r1.2891 -r1.2892 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-usethis/DESCR \
    pkgsrc/devel/R-usethis/Makefile pkgsrc/devel/R-usethis/distinfo
cvs rdiff -u -r1.3365 -r1.3366 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.2891 pkgsrc/devel/Makefile:1.2892
--- pkgsrc/devel/Makefile:1.2891        Fri Aug  9 19:06:45 2019
+++ pkgsrc/devel/Makefile       Fri Aug  9 19:09:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2891 2019/08/09 19:06:45 brook Exp $
+# $NetBSD: Makefile,v 1.2892 2019/08/09 19:09:28 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -53,6 +53,7 @@ SUBDIR+=      R-sessioninfo
 SUBDIR+=       R-tcltk2
 SUBDIR+=       R-testthat
 SUBDIR+=       R-tidyselect
+SUBDIR+=       R-usethis
 SUBDIR+=       R-uuid
 SUBDIR+=       R-whisker
 SUBDIR+=       R-withr

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3365 pkgsrc/doc/CHANGES-2019:1.3366
--- pkgsrc/doc/CHANGES-2019:1.3365      Fri Aug  9 19:08:33 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 19:09:28 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3365 2019/08/09 19:08:33 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3366 2019/08/09 19:09:28 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5488,3 +5488,4 @@ Changes to the packages collection and i
        Added devel/R-pkgbuild version 1.0.4 [brook 2019-08-09]
        Added www/R-httr version 1.4.1 [brook 2019-08-09]
        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 files:

Index: pkgsrc/devel/R-usethis/DESCR
diff -u /dev/null pkgsrc/devel/R-usethis/DESCR:1.1
--- /dev/null   Fri Aug  9 19:09:29 2019
+++ pkgsrc/devel/R-usethis/DESCR        Fri Aug  9 19:09:29 2019
@@ -0,0 +1,4 @@
+Automate package and project setup tasks that are otherwise performed
+manually. This includes setting up unit testing, test coverage,
+continuous integration, Git, 'GitHub', licenses, 'Rcpp', 'RStudio'
+projects, and more.
Index: pkgsrc/devel/R-usethis/Makefile
diff -u /dev/null pkgsrc/devel/R-usethis/Makefile:1.1
--- /dev/null   Fri Aug  9 19:09:29 2019
+++ pkgsrc/devel/R-usethis/Makefile     Fri Aug  9 19:09:29 2019
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 19:09:29 brook Exp $
+
+R_PKGNAME=     usethis
+R_PKGVER=      1.5.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Automate package and project setup
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-clipr>=0.3.0:../../devel/R-clipr
+DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+=      R-desc>=1.2.0:../../devel/R-desc
+DEPENDS+=      R-fs>=1.3.0:../../devel/R-fs
+DEPENDS+=      R-git2r>=0.23:../../devel/R-git2r
+DEPENDS+=      R-glue>=1.3.0:../../devel/R-glue
+DEPENDS+=      R-purrr>=0.3.2:../../devel/R-purrr
+DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
+DEPENDS+=      R-rprojroot>=1.2:../../devel/R-rprojroot
+DEPENDS+=      R-whisker>=0.3.2:../../devel/R-whisker
+DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
+DEPENDS+=      R-rstudioapi>=0.10:../../math/R-rstudioapi
+DEPENDS+=      R-clisymbols>=1.2.0:../../textproc/R-clisymbols
+DEPENDS+=      R-yaml>=2.2.0:../../textproc/R-yaml
+DEPENDS+=      R-curl>=2.7:../../www/R-curl
+DEPENDS+=      R-gh>=1.0.1:../../www/R-gh
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-usethis/distinfo
diff -u /dev/null pkgsrc/devel/R-usethis/distinfo:1.1
--- /dev/null   Fri Aug  9 19:09:29 2019
+++ pkgsrc/devel/R-usethis/distinfo     Fri Aug  9 19:09:29 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 19:09:29 brook Exp $
+
+SHA1 (R/usethis_1.5.1.tar.gz) = c901fec8fb37bad37edd2c30fe2bddcfdb981410
+RMD160 (R/usethis_1.5.1.tar.gz) = f7d3d8c409e6dd4ef4e32ca102c93d6e4368739e
+SHA512 (R/usethis_1.5.1.tar.gz) = 5cfc155fc135cf22fade67ea9f9c4f005bbca9f645de46f7e83ec9c69ae838e857bbf801b3181e5d30b8e9e33fe4eca744491bb4fd716e2d17fae27401039a94
+Size (R/usethis_1.5.1.tar.gz) = 620225 bytes



Home | Main Index | Thread Index | Old Index