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: Fri Aug 9 16:20:55 UTC 2019
Modified Files:
pkgsrc/devel: Makefile
pkgsrc/doc: CHANGES-2019
Added Files:
pkgsrc/devel/R-purrr: DESCR Makefile distinfo
Log Message:
R-purrr: initial commit
A complete and consistent functional programming toolkit for R.
To generate a diff of this commit:
cvs rdiff -u -r1.2878 -r1.2879 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-purrr/DESCR \
pkgsrc/devel/R-purrr/Makefile pkgsrc/devel/R-purrr/distinfo
cvs rdiff -u -r1.3333 -r1.3334 pkgsrc/doc/CHANGES-2019
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2878 pkgsrc/devel/Makefile:1.2879
--- pkgsrc/devel/Makefile:1.2878 Wed Aug 7 11:48:16 2019
+++ pkgsrc/devel/Makefile Fri Aug 9 16:20:54 2019
@@ -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-memoise
SUBDIR+= R-pkgconfig
SUBDIR+= R-plogr
SUBDIR+= R-proto
+SUBDIR+= R-purrr
SUBDIR+= R-rematch
SUBDIR+= R-repr
SUBDIR+= R-rio
Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3333 pkgsrc/doc/CHANGES-2019:1.3334
--- pkgsrc/doc/CHANGES-2019:1.3333 Fri Aug 9 16:04:00 2019
+++ pkgsrc/doc/CHANGES-2019 Fri Aug 9 16:20:54 2019
@@ -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 @@ Changes to the packages collection and i
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]
Added files:
Index: pkgsrc/devel/R-purrr/DESCR
diff -u /dev/null pkgsrc/devel/R-purrr/DESCR:1.1
--- /dev/null Fri Aug 9 16:20:55 2019
+++ pkgsrc/devel/R-purrr/DESCR Fri Aug 9 16:20:54 2019
@@ -0,0 +1 @@
+A complete and consistent functional programming toolkit for R.
Index: pkgsrc/devel/R-purrr/Makefile
diff -u /dev/null pkgsrc/devel/R-purrr/Makefile:1.1
--- /dev/null Fri Aug 9 16:20:55 2019
+++ pkgsrc/devel/R-purrr/Makefile Fri Aug 9 16:20:54 2019
@@ -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"
Index: pkgsrc/devel/R-purrr/distinfo
diff -u /dev/null pkgsrc/devel/R-purrr/distinfo:1.1
--- /dev/null Fri Aug 9 16:20:55 2019
+++ pkgsrc/devel/R-purrr/distinfo Fri Aug 9 16:20:54 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index