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:28:06 UTC 2019

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

Log Message:
R-fs: initial commit

A cross-platform interface to file system operations, built on top of
the 'libuv' C library.


To generate a diff of this commit:
cvs rdiff -u -r1.2882 -r1.2883 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-fs/DESCR pkgsrc/devel/R-fs/Makefile \
    pkgsrc/devel/R-fs/distinfo
cvs rdiff -u -r1.3343 -r1.3344 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.2882 pkgsrc/devel/Makefile:1.2883
--- pkgsrc/devel/Makefile:1.2882        Fri Aug  9 18:27:14 2019
+++ pkgsrc/devel/Makefile       Fri Aug  9 18:28:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2882 2019/08/09 18:27:14 brook Exp $
+# $NetBSD: Makefile,v 1.2883 2019/08/09 18:28:06 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -27,6 +27,7 @@ SUBDIR+=      R-clipr
 SUBDIR+=       R-crayon
 SUBDIR+=       R-evaluate
 SUBDIR+=       R-fansi
+SUBDIR+=       R-fs
 SUBDIR+=       R-glue
 SUBDIR+=       R-ini
 SUBDIR+=       R-inline

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3343 pkgsrc/doc/CHANGES-2019:1.3344
--- pkgsrc/doc/CHANGES-2019:1.3343      Fri Aug  9 18:27:14 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 18:28:06 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3343 2019/08/09 18:27:14 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3344 2019/08/09 18:28:06 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5466,3 +5466,4 @@ Changes to the packages collection and i
        Updated x11/qt5 to 5.13.0 [adam 2019-08-09]
        Added devel/R-whisker version 0.3.2 [brook 2019-08-09]
        Added devel/R-ini version 0.3.1 [brook 2019-08-09]
+       Added devel/R-fs version 1.3.1 [brook 2019-08-09]

Added files:

Index: pkgsrc/devel/R-fs/DESCR
diff -u /dev/null pkgsrc/devel/R-fs/DESCR:1.1
--- /dev/null   Fri Aug  9 18:28:06 2019
+++ pkgsrc/devel/R-fs/DESCR     Fri Aug  9 18:28:06 2019
@@ -0,0 +1,2 @@
+A cross-platform interface to file system operations, built on top of
+the 'libuv' C library.
Index: pkgsrc/devel/R-fs/Makefile
diff -u /dev/null pkgsrc/devel/R-fs/Makefile:1.1
--- /dev/null   Fri Aug  9 18:28:06 2019
+++ pkgsrc/devel/R-fs/Makefile  Fri Aug  9 18:28:06 2019
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:28:06 brook Exp $
+
+R_PKGNAME=     fs
+R_PKGVER=      1.3.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Cross-platform file system operations based on 'libuv'
+LICENSE=       gnu-gpl-v3
+
+USE_TOOLS+=    gmake
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-fs/distinfo
diff -u /dev/null pkgsrc/devel/R-fs/distinfo:1.1
--- /dev/null   Fri Aug  9 18:28:06 2019
+++ pkgsrc/devel/R-fs/distinfo  Fri Aug  9 18:28:06 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:28:06 brook Exp $
+
+SHA1 (R/fs_1.3.1.tar.gz) = 071a85d86eb9eb22443cac041d2035af532c55b3
+RMD160 (R/fs_1.3.1.tar.gz) = 1528f5434b755daa07e9bb8b3ec5c04d8c4fd895
+SHA512 (R/fs_1.3.1.tar.gz) = a64bab2c15baa630990fc927a0397be6ccb10f8bc97e01b28247b92c6a19ce47b8fc3b049bb75b7ceaadf295f8ed7c8eea3d78f1391f39e813f2bb25f0edceba
+Size (R/fs_1.3.1.tar.gz) = 812680 bytes



Home | Main Index | Thread Index | Old Index