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: Wed Jul 31 13:52:15 UTC 2019
Modified Files:
pkgsrc/doc: CHANGES-2019
pkgsrc/textproc: Makefile
Added Files:
pkgsrc/textproc/R-readr: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3123 -r1.3124 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.1038 -r1.1039 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/R-readr/DESCR \
pkgsrc/textproc/R-readr/Makefile pkgsrc/textproc/R-readr/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3123 pkgsrc/doc/CHANGES-2019:1.3124
--- pkgsrc/doc/CHANGES-2019:1.3123 Wed Jul 31 13:48:46 2019
+++ pkgsrc/doc/CHANGES-2019 Wed Jul 31 13:52:15 2019
@@ -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 @@ Changes to the packages collection and i
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]
Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1038 pkgsrc/textproc/Makefile:1.1039
--- pkgsrc/textproc/Makefile:1.1038 Wed Jul 31 13:48:46 2019
+++ pkgsrc/textproc/Makefile Wed Jul 31 13:52:14 2019
@@ -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-htmltools
SUBDIR+= R-jsonlite
SUBDIR+= R-markdown
SUBDIR+= R-openxlsx
+SUBDIR+= R-readr
SUBDIR+= R-stringi
SUBDIR+= R-stringr
SUBDIR+= R-utf8
Added files:
Index: pkgsrc/textproc/R-readr/DESCR
diff -u /dev/null pkgsrc/textproc/R-readr/DESCR:1.1
--- /dev/null Wed Jul 31 13:52:15 2019
+++ pkgsrc/textproc/R-readr/DESCR Wed Jul 31 13:52:15 2019
@@ -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.
Index: pkgsrc/textproc/R-readr/Makefile
diff -u /dev/null pkgsrc/textproc/R-readr/Makefile:1.1
--- /dev/null Wed Jul 31 13:52:15 2019
+++ pkgsrc/textproc/R-readr/Makefile Wed Jul 31 13:52:15 2019
@@ -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"
Index: pkgsrc/textproc/R-readr/distinfo
diff -u /dev/null pkgsrc/textproc/R-readr/distinfo:1.1
--- /dev/null Wed Jul 31 13:52:15 2019
+++ pkgsrc/textproc/R-readr/distinfo Wed Jul 31 13:52:15 2019
@@ -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