pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-readr: initial commit.
details: https://anonhg.NetBSD.org/pkgsrc/rev/772ef6f279f2
branches: trunk
changeset: 398865:772ef6f279f2
user: brook <brook%pkgsrc.org@localhost>
date: Wed Jul 31 13:52:14 2019 +0000
description:
R-readr: initial commit.
The goal of 'readr' is to provide a fast and friendly way to read
rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to
flexibly parse many types of data found in the wild, while still
cleanly failing when data unexpectedly changes.
diffstat:
doc/CHANGES-2019 | 3 ++-
textproc/Makefile | 3 ++-
textproc/R-readr/DESCR | 4 ++++
textproc/R-readr/Makefile | 35 +++++++++++++++++++++++++++++++++++
textproc/R-readr/distinfo | 6 ++++++
5 files changed, 49 insertions(+), 2 deletions(-)
diffs (88 lines):
diff -r c9fdca8bd59c -r 772ef6f279f2 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Wed Jul 31 13:51:52 2019 +0000
+++ b/doc/CHANGES-2019 Wed Jul 31 13:52:14 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3123 2019/07/31 13:48:46 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3124 2019/07/31 13:52:15 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5080,3 +5080,4 @@
Added textproc/R-haven version 2.1.1 [brook 2019-07-31]
Added textproc/R-htmlTable version 1.13.1 [brook 2019-07-31]
Added textproc/R-openxlsx version 4.1.0.1 [brook 2019-07-31]
+ Added textproc/R-readr version 1.3.1 [brook 2019-07-31]
diff -r c9fdca8bd59c -r 772ef6f279f2 textproc/Makefile
--- a/textproc/Makefile Wed Jul 31 13:51:52 2019 +0000
+++ b/textproc/Makefile Wed Jul 31 13:52:14 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1038 2019/07/31 13:48:46 brook Exp $
+# $NetBSD: Makefile,v 1.1039 2019/07/31 13:52:14 brook Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -22,6 +22,7 @@
SUBDIR+= R-jsonlite
SUBDIR+= R-markdown
SUBDIR+= R-openxlsx
+SUBDIR+= R-readr
SUBDIR+= R-stringi
SUBDIR+= R-stringr
SUBDIR+= R-utf8
diff -r c9fdca8bd59c -r 772ef6f279f2 textproc/R-readr/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-readr/DESCR Wed Jul 31 13:52:14 2019 +0000
@@ -0,0 +1,4 @@
+The goal of 'readr' is to provide a fast and friendly way to read
+rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to
+flexibly parse many types of data found in the wild, while still
+cleanly failing when data unexpectedly changes.
diff -r c9fdca8bd59c -r 772ef6f279f2 textproc/R-readr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-readr/Makefile Wed Jul 31 13:52:14 2019 +0000
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:52:15 brook Exp $
+
+CATEGORIES= textproc R
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/readr/
+COMMENT= Read rectangular text data
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME= readr
+R_PKGVER= 1.3.1
+
+DEPENDS+= R-clipr>=0.7.0:../../devel/R-clipr
+DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
+DEPENDS+= R-hms>=0.4.1:../../time/R-hms
+
+USE_TOOLS+= gmake
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == Darwin
+post-install:
+ install_name_tool \
+ -change \
+ @loader_path/../rcon/librcon.so \
+ ${PREFIX}/lib/R/library/readr/rcon/librcon.so \
+ ${DESTDIR}${PREFIX}/lib/R/library/readr/libs/readr.so
+.endif
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c9fdca8bd59c -r 772ef6f279f2 textproc/R-readr/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-readr/distinfo Wed Jul 31 13:52:14 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:52:15 brook Exp $
+
+SHA1 (R/readr_1.3.1.tar.gz) = 82b92ca252d6079778c32ed634fe1e3fc4cb109e
+RMD160 (R/readr_1.3.1.tar.gz) = d513393cf41e234fa907d55e2902252bdbb30353
+SHA512 (R/readr_1.3.1.tar.gz) = 343079275436fedf6a6c539692cdf23a7b877c2f62c439ab030fb72aa145bd39bf8d2574aaf095e1c6baadba1be3ae44789e209386bd27cfe1c8d1512d14b9fd
+Size (R/readr_1.3.1.tar.gz) = 268853 bytes
Home |
Main Index |
Thread Index |
Old Index