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:34:58 UTC 2019
Modified Files:
pkgsrc/doc: CHANGES-2019
pkgsrc/math: Makefile
Added Files:
pkgsrc/math/R-zeallot: DESCR Makefile distinfo
Log Message:
R-zeallot: initial commit.
Provides a %<-% operator to perform multiple, unpacking, and
destructuring assignment in R. The operator unpacks the right-hand
side of an assignment into multiple values and assigns these values to
variables on the left-hand side of the assignment.
To generate a diff of this commit:
cvs rdiff -u -r1.3115 -r1.3116 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.425 -r1.426 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-zeallot/DESCR \
pkgsrc/math/R-zeallot/Makefile pkgsrc/math/R-zeallot/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.3115 pkgsrc/doc/CHANGES-2019:1.3116
--- pkgsrc/doc/CHANGES-2019:1.3115 Wed Jul 31 13:33:31 2019
+++ pkgsrc/doc/CHANGES-2019 Wed Jul 31 13:34:58 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3115 2019/07/31 13:33:31 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3116 2019/07/31 13:34:58 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5072,3 +5072,4 @@ Changes to the packages collection and i
Added math/R-survey version 3.36 [brook 2019-07-31]
Added math/R-urca version 1.3.0 [brook 2019-07-31]
Added math/R-vctrs version 0.2.0 [brook 2019-07-31]
+ Added math/R-zeallot version 0.1.0 [brook 2019-07-31]
Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.425 pkgsrc/math/Makefile:1.426
--- pkgsrc/math/Makefile:1.425 Wed Jul 31 13:33:31 2019
+++ pkgsrc/math/Makefile Wed Jul 31 13:34:58 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.425 2019/07/31 13:33:31 brook Exp $
+# $NetBSD: Makefile,v 1.426 2019/07/31 13:34:58 brook Exp $
COMMENT= Mathematics
@@ -102,6 +102,7 @@ SUBDIR+= R-vctrs
SUBDIR+= R-wle
SUBDIR+= R-xtable
SUBDIR+= R-xts
+SUBDIR+= R-zeallot
SUBDIR+= R-zoo
SUBDIR+= TinySVM
SUBDIR+= aamath
Added files:
Index: pkgsrc/math/R-zeallot/DESCR
diff -u /dev/null pkgsrc/math/R-zeallot/DESCR:1.1
--- /dev/null Wed Jul 31 13:34:58 2019
+++ pkgsrc/math/R-zeallot/DESCR Wed Jul 31 13:34:58 2019
@@ -0,0 +1,4 @@
+Provides a %<-% operator to perform multiple, unpacking, and
+destructuring assignment in R. The operator unpacks the right-hand
+side of an assignment into multiple values and assigns these values to
+variables on the left-hand side of the assignment.
Index: pkgsrc/math/R-zeallot/Makefile
diff -u /dev/null pkgsrc/math/R-zeallot/Makefile:1.1
--- /dev/null Wed Jul 31 13:34:58 2019
+++ pkgsrc/math/R-zeallot/Makefile Wed Jul 31 13:34:58 2019
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:34:58 brook Exp $
+
+CATEGORIES= math R
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/zeallot/
+COMMENT= Multiple, unpacking, and destructuring assignment
+LICENSE= mit
+
+R_PKGNAME= zeallot
+R_PKGVER= 0.1.0
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-zeallot/distinfo
diff -u /dev/null pkgsrc/math/R-zeallot/distinfo:1.1
--- /dev/null Wed Jul 31 13:34:58 2019
+++ pkgsrc/math/R-zeallot/distinfo Wed Jul 31 13:34:58 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:34:58 brook Exp $
+
+SHA1 (R/zeallot_0.1.0.tar.gz) = 4ba2ee425f62396ef2d5566ac6e8c94f9a4f7faa
+RMD160 (R/zeallot_0.1.0.tar.gz) = e8f4ed7aaed52378a1d5d83c6ca2c425dc0a17db
+SHA512 (R/zeallot_0.1.0.tar.gz) = c1d0708b39d11afe4ec3a8d1fc7445b91ce15909887617df608e57be329435cabd9e27c0499261a096050af3ac5bcf3d3283a128807c5edb23c1a8865409293a
+Size (R/zeallot_0.1.0.tar.gz) = 32549 bytes
Home |
Main Index |
Thread Index |
Old Index