pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-fs: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/31b5f2b2a967
branches: trunk
changeset: 337639:31b5f2b2a967
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 18:28:06 2019 +0000
description:
R-fs: initial commit
A cross-platform interface to file system operations, built on top of
the 'libuv' C library.
diffstat:
devel/Makefile | 3 ++-
devel/R-fs/DESCR | 2 ++
devel/R-fs/Makefile | 16 ++++++++++++++++
devel/R-fs/distinfo | 6 ++++++
doc/CHANGES-2019 | 3 ++-
5 files changed, 28 insertions(+), 2 deletions(-)
diffs (67 lines):
diff -r df0e7e21be79 -r 31b5f2b2a967 devel/Makefile
--- a/devel/Makefile Fri Aug 09 18:27:14 2019 +0000
+++ b/devel/Makefile Fri Aug 09 18:28:06 2019 +0000
@@ -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-crayon
SUBDIR+= R-evaluate
SUBDIR+= R-fansi
+SUBDIR+= R-fs
SUBDIR+= R-glue
SUBDIR+= R-ini
SUBDIR+= R-inline
diff -r df0e7e21be79 -r 31b5f2b2a967 devel/R-fs/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-fs/DESCR Fri Aug 09 18:28:06 2019 +0000
@@ -0,0 +1,2 @@
+A cross-platform interface to file system operations, built on top of
+the 'libuv' C library.
diff -r df0e7e21be79 -r 31b5f2b2a967 devel/R-fs/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-fs/Makefile Fri Aug 09 18:28:06 2019 +0000
@@ -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"
diff -r df0e7e21be79 -r 31b5f2b2a967 devel/R-fs/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-fs/distinfo Fri Aug 09 18:28:06 2019 +0000
@@ -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
diff -r df0e7e21be79 -r 31b5f2b2a967 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 18:27:14 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 18:28:06 2019 +0000
@@ -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 @@
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]
Home |
Main Index |
Thread Index |
Old Index