pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-purrr: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1e736f5e4e2
branches:  trunk
changeset: 337625:c1e736f5e4e2
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 16:20:54 2019 +0000

description:
R-purrr: initial commit

A complete and consistent functional programming toolkit for R.

diffstat:

 devel/Makefile         |   3 ++-
 devel/R-purrr/DESCR    |   1 +
 devel/R-purrr/Makefile |  17 +++++++++++++++++
 devel/R-purrr/distinfo |   6 ++++++
 doc/CHANGES-2019       |   3 ++-
 5 files changed, 28 insertions(+), 2 deletions(-)

diffs (67 lines):

diff -r 9862b4a368e5 -r c1e736f5e4e2 devel/Makefile
--- a/devel/Makefile    Fri Aug 09 16:04:44 2019 +0000
+++ b/devel/Makefile    Fri Aug 09 16:20:54 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2878 2019/08/07 11:48:16 nia Exp $
+# $NetBSD: Makefile,v 1.2879 2019/08/09 16:20:54 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -36,6 +36,7 @@
 SUBDIR+=       R-pkgconfig
 SUBDIR+=       R-plogr
 SUBDIR+=       R-proto
+SUBDIR+=       R-purrr
 SUBDIR+=       R-rematch
 SUBDIR+=       R-repr
 SUBDIR+=       R-rio
diff -r 9862b4a368e5 -r c1e736f5e4e2 devel/R-purrr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-purrr/DESCR       Fri Aug 09 16:20:54 2019 +0000
@@ -0,0 +1,1 @@
+A complete and consistent functional programming toolkit for R.
diff -r 9862b4a368e5 -r c1e736f5e4e2 devel/R-purrr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-purrr/Makefile    Fri Aug 09 16:20:54 2019 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 16:20:54 brook Exp $
+
+R_PKGNAME=     purrr
+R_PKGVER=      0.3.2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Functional programming tools
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
+DEPENDS+=      R-rlang>=0.3.1:../../devel/R-rlang
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 9862b4a368e5 -r c1e736f5e4e2 devel/R-purrr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-purrr/distinfo    Fri Aug 09 16:20:54 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 16:20:54 brook Exp $
+
+SHA1 (R/purrr_0.3.2.tar.gz) = 5e283518622679805462c7d193c87d6020598c63
+RMD160 (R/purrr_0.3.2.tar.gz) = a5b14906d6e3a478a277f8e1dc855236dc678244
+SHA512 (R/purrr_0.3.2.tar.gz) = d815c66e4edba3bf40a295737292d7060af18c050c231c76c556e7747e0eb8e1b7038a6b449387930bfc0ff1cf4f969d45dcc38b88bdb08bf978479cc8abbc7a
+Size (R/purrr_0.3.2.tar.gz) = 373701 bytes
diff -r 9862b4a368e5 -r c1e736f5e4e2 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 16:04:44 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 16:20:54 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3333 2019/08/09 16:04:00 nia Exp $
+$NetBSD: CHANGES-2019,v 1.3334 2019/08/09 16:20:54 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5456,3 +5456,4 @@
        Added graphics/R-ggtern version 3.1.0 [brook 2019-08-09]
        Updated devel/bullet to 2.88 [nia 2019-08-09]
        Added graphics/mygui version 3.2.3.20190707 [nia 2019-08-09]
+       Added devel/R-purrr version 0.3.2 [brook 2019-08-09]



Home | Main Index | Thread Index | Old Index