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 18:35:36 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2885 -r1.2886 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-rprojroot/DESCR \
    pkgsrc/devel/R-rprojroot/Makefile pkgsrc/devel/R-rprojroot/distinfo
cvs rdiff -u -r1.3351 -r1.3352 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.2885 pkgsrc/devel/Makefile:1.2886
--- pkgsrc/devel/Makefile:1.2885        Fri Aug  9 18:34:34 2019
+++ pkgsrc/devel/Makefile       Fri Aug  9 18:35:36 2019
@@ -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-remotes
 SUBDIR+=       R-repr
 SUBDIR+=       R-rio
 SUBDIR+=       R-rlang
+SUBDIR+=       R-rprojroot
 SUBDIR+=       R-sessioninfo
 SUBDIR+=       R-tcltk2
 SUBDIR+=       R-tidyselect

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3351 pkgsrc/doc/CHANGES-2019:1.3352
--- pkgsrc/doc/CHANGES-2019:1.3351      Fri Aug  9 18:34:34 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 18:35:36 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Added files:

Index: pkgsrc/devel/R-rprojroot/DESCR
diff -u /dev/null pkgsrc/devel/R-rprojroot/DESCR:1.1
--- /dev/null   Fri Aug  9 18:35:36 2019
+++ pkgsrc/devel/R-rprojroot/DESCR      Fri Aug  9 18:35:36 2019
@@ -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.
Index: pkgsrc/devel/R-rprojroot/Makefile
diff -u /dev/null pkgsrc/devel/R-rprojroot/Makefile:1.1
--- /dev/null   Fri Aug  9 18:35:36 2019
+++ pkgsrc/devel/R-rprojroot/Makefile   Fri Aug  9 18:35:36 2019
@@ -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"
Index: pkgsrc/devel/R-rprojroot/distinfo
diff -u /dev/null pkgsrc/devel/R-rprojroot/distinfo:1.1
--- /dev/null   Fri Aug  9 18:35:36 2019
+++ pkgsrc/devel/R-rprojroot/distinfo   Fri Aug  9 18:35:36 2019
@@ -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



Home | Main Index | Thread Index | Old Index