pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71db0b942ab6
branches:  trunk
changeset: 337647:71db0b942ab6
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 18:35:36 2019 +0000

description:
R-rprojroot: initial commit

Robust, reliable and flexible paths to files below a project root. The
'root' of a project is defined as a directory that matches a certain
criterion, e.g., it contains a certain regular file.

diffstat:

 devel/Makefile             |   3 ++-
 devel/R-rprojroot/DESCR    |   3 +++
 devel/R-rprojroot/Makefile |  16 ++++++++++++++++
 devel/R-rprojroot/distinfo |   6 ++++++
 doc/CHANGES-2019           |   3 ++-
 5 files changed, 29 insertions(+), 2 deletions(-)

diffs (68 lines):

diff -r 70867e235d10 -r 71db0b942ab6 devel/Makefile
--- a/devel/Makefile    Fri Aug 09 18:34:34 2019 +0000
+++ b/devel/Makefile    Fri Aug 09 18:35:36 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2885 2019/08/09 18:34:34 brook Exp $
+# $NetBSD: Makefile,v 1.2886 2019/08/09 18:35:36 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -44,6 +44,7 @@
 SUBDIR+=       R-repr
 SUBDIR+=       R-rio
 SUBDIR+=       R-rlang
+SUBDIR+=       R-rprojroot
 SUBDIR+=       R-sessioninfo
 SUBDIR+=       R-tcltk2
 SUBDIR+=       R-tidyselect
diff -r 70867e235d10 -r 71db0b942ab6 devel/R-rprojroot/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-rprojroot/DESCR   Fri Aug 09 18:35:36 2019 +0000
@@ -0,0 +1,3 @@
+Robust, reliable and flexible paths to files below a project root. The
+'root' of a project is defined as a directory that matches a certain
+criterion, e.g., it contains a certain regular file.
diff -r 70867e235d10 -r 71db0b942ab6 devel/R-rprojroot/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-rprojroot/Makefile        Fri Aug 09 18:35:36 2019 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:35:36 brook Exp $
+
+R_PKGNAME=     rprojroot
+R_PKGVER=      1.3-2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Finding files in project subdirectories
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-backports>=1.1.4:../../math/R-backports
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 70867e235d10 -r 71db0b942ab6 devel/R-rprojroot/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-rprojroot/distinfo        Fri Aug 09 18:35:36 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:35:36 brook Exp $
+
+SHA1 (R/rprojroot_1.3-2.tar.gz) = 5e6069920ce7a19fef6812685b0d0907a9884631
+RMD160 (R/rprojroot_1.3-2.tar.gz) = 1a8ec1bcddd7f925ba735c1b533d0fd94529ebb7
+SHA512 (R/rprojroot_1.3-2.tar.gz) = 7ea312a39ccf297a83155c849b0399459eb767f869fb327a238258e0f7a69b545c29e005dd33fdc1c1895116554ad0c3efbcc098ca1979610887ce67d8a8ea4b
+Size (R/rprojroot_1.3-2.tar.gz) = 50414 bytes
diff -r 70867e235d10 -r 71db0b942ab6 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 18:34:34 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 18:35:36 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3351 2019/08/09 18:34:34 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3352 2019/08/09 18:35:36 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5474,3 +5474,4 @@
        Added textproc/R-brew version 1.0.6 [brook 2019-08-09]
        Added devel/R-remotes version 2.1.0 [brook 2019-08-09]
        Added devel/R-sessioninfo version 1.1.1 [brook 2019-08-09]
+       Added devel/R-rprojroot version 1.3.2 [brook 2019-08-09]



Home | Main Index | Thread Index | Old Index