pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
R-readxl: Upgrade to 1.2
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Tue Dec 25 09:03:04 2018 -0600
Changeset: a454c5b5c53d157768e545c559cf65645e6db7a7
Modified Files:
R-readxl/DESCR
R-readxl/Makefile
R-readxl/distinfo
Log Message:
R-readxl: Upgrade to 1.2
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a454c5b5c53d157768e545c559cf65645e6db7a7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
R-readxl/DESCR | 6 ++++--
R-readxl/Makefile | 17 +++++++++--------
R-readxl/distinfo | 9 ++++-----
3 files changed, 17 insertions(+), 15 deletions(-)
diffs:
diff --git a/R-readxl/DESCR b/R-readxl/DESCR
index fff0fac16f..9598785372 100644
--- a/R-readxl/DESCR
+++ b/R-readxl/DESCR
@@ -1,2 +1,4 @@
-Import excel files into R. Supports '.xls' via the embedded 'libxls' C library
-and '.xlsx' via the embedded 'RapidXML' C++ library.
+Import excel files into R. Supports '.xls' via the embedded 'libxls' C
+library <https://github.com/evanmiller/libxls> and '.xlsx' via the
+embedded 'RapidXML' C++ library <http://rapidxml.sourceforge.net>.
+Works on Windows, Mac and Linux without external dependencies.
diff --git a/R-readxl/Makefile b/R-readxl/Makefile
index ac1b21f287..56d7f13624 100644
--- a/R-readxl/Makefile
+++ b/R-readxl/Makefile
@@ -3,19 +3,20 @@
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-MAINTAINER= bacon%NetBSD.org@localhost
-HOMEPAGE= http://cran.r-project.org/web/packages/gmp/
-COMMENT= Import excel files into R
-LICENSE= gnu-gpl-v2
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/readxl/
+COMMENT= Read excel files into R tables
+LICENSE= gnu-gpl-v3
R_PKGNAME= readxl
-R_PKGVER= 1.1.0
+R_PKGVER= 1.2.0
-USE_LANGUAGES= c c++
+USE_LANGUAGES+= c c++
-DEPENDS+= R-tibble>=1.4.2:../../math/R-tibble
DEPENDS+= R-cellranger>=1.1.0:../../wip/R-cellranger
+DEPENDS+= R-tibble>=1.3.1:../../math/R-tibble # XXX - found R-tibble-1.4.2 (../../math/R-tibble)
-.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../wip/R-progress/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/R-readxl/distinfo b/R-readxl/distinfo
index fee4ac84c4..5983b253cf 100644
--- a/R-readxl/distinfo
+++ b/R-readxl/distinfo
@@ -1,7 +1,6 @@
$NetBSD$
-SHA1 (R/readxl_1.1.0.tar.gz) = c29efd9e2229c65996e00b414ddbc008dacefce9
-RMD160 (R/readxl_1.1.0.tar.gz) = 20a69ca2ba692b215779d72dd8dcf8996344bec1
-SHA512 (R/readxl_1.1.0.tar.gz) = 030a71ff1ac97574053db34e4b194f0c1d0105cb678002b6b6e74e217c29a56436bf9f42ca955775e1f2eda12e4c60628c01772ef129ad19d3716a4dd16ec982
-Size (R/readxl_1.1.0.tar.gz) = 2036680 bytes
-SHA1 (patch-work_readxl_src_Makevars) = adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
+SHA1 (R/readxl_1.2.0.tar.gz) = 62359a2b60bf8e2ee703c39d938d3f5e7a5e91fd
+RMD160 (R/readxl_1.2.0.tar.gz) = a6a31d49e369dce13d36b6b88c840db03e7e9c95
+SHA512 (R/readxl_1.2.0.tar.gz) = 95561f7e1222ea00c2d88607baa81e9bae883ee7d846e52728c00507fb8a93fbc44280a566676d6a297177e4b045c4c37d078d9a89c088f4aa7b3307055b0db5
+Size (R/readxl_1.2.0.tar.gz) = 2055710 bytes
Home |
Main Index |
Thread Index |
Old Index