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:33:31 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/R-vctrs: DESCR Makefile distinfo

Log Message:
R-vctrs: initial commit.

Defines new notions of prototype and size that are used to provide
tools for consistent and well-founded type-coercion and
size-recycling, and are in turn connected to ideas of type- and
size-stability useful for analyzing function interfaces.


To generate a diff of this commit:
cvs rdiff -u -r1.3114 -r1.3115 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.424 -r1.425 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-vctrs/DESCR pkgsrc/math/R-vctrs/Makefile \
    pkgsrc/math/R-vctrs/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.3114 pkgsrc/doc/CHANGES-2019:1.3115
--- pkgsrc/doc/CHANGES-2019:1.3114      Wed Jul 31 13:31:55 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 13:33:31 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3114 2019/07/31 13:31:55 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3115 2019/07/31 13:33:31 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5071,3 +5071,4 @@ Changes to the packages collection and i
        Added math/R-sandwich version 2.5.1 [brook 2019-07-31]
        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]

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.424 pkgsrc/math/Makefile:1.425
--- pkgsrc/math/Makefile:1.424  Wed Jul 31 13:31:55 2019
+++ pkgsrc/math/Makefile        Wed Jul 31 13:33:31 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.424 2019/07/31 13:31:55 brook Exp $
+# $NetBSD: Makefile,v 1.425 2019/07/31 13:33:31 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -98,6 +98,7 @@ SUBDIR+=      R-statmod
 SUBDIR+=       R-survey
 SUBDIR+=       R-tibble
 SUBDIR+=       R-urca
+SUBDIR+=       R-vctrs
 SUBDIR+=       R-wle
 SUBDIR+=       R-xtable
 SUBDIR+=       R-xts

Added files:

Index: pkgsrc/math/R-vctrs/DESCR
diff -u /dev/null pkgsrc/math/R-vctrs/DESCR:1.1
--- /dev/null   Wed Jul 31 13:33:31 2019
+++ pkgsrc/math/R-vctrs/DESCR   Wed Jul 31 13:33:31 2019
@@ -0,0 +1,4 @@
+Defines new notions of prototype and size that are used to provide
+tools for consistent and well-founded type-coercion and
+size-recycling, and are in turn connected to ideas of type- and
+size-stability useful for analyzing function interfaces.
Index: pkgsrc/math/R-vctrs/Makefile
diff -u /dev/null pkgsrc/math/R-vctrs/Makefile:1.1
--- /dev/null   Wed Jul 31 13:33:31 2019
+++ pkgsrc/math/R-vctrs/Makefile        Wed Jul 31 13:33:31 2019
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:33:31 brook Exp $
+
+CATEGORIES=    math R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/vctrs/
+COMMENT=       Vector helpers
+LICENSE=       gnu-gpl-v3
+
+R_PKGNAME=     vctrs
+R_PKGVER=      0.2.0
+
+DEPENDS+=      R-glue>=1.3.1:../../devel/R-glue
+DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
+DEPENDS+=      R-backports>=1.1.4:../../math/R-backports
+DEPENDS+=      R-ellipsis>=0.2.0:../../math/R-ellipsis
+DEPENDS+=      R-zeallot>=0.1.0:../../math/R-zeallot
+DEPENDS+=      R-digest>=0.6.20:../../security/R-digest
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-vctrs/distinfo
diff -u /dev/null pkgsrc/math/R-vctrs/distinfo:1.1
--- /dev/null   Wed Jul 31 13:33:31 2019
+++ pkgsrc/math/R-vctrs/distinfo        Wed Jul 31 13:33:31 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:33:31 brook Exp $
+
+SHA1 (R/vctrs_0.2.0.tar.gz) = 3b895360667b117672423c88f9b375ca8fd71428
+RMD160 (R/vctrs_0.2.0.tar.gz) = 2af957bdb8eba94cecb52a4aad98890844c651a2
+SHA512 (R/vctrs_0.2.0.tar.gz) = 446c54e2cb33f2beb1d95afc2e4ca2d297bdf1f62b31c588f314534d856a62607fb2011c9bad1a1270f6da732a3e78f6cefbb0498144bb4dd4a5abf1078a84c2
+Size (R/vctrs_0.2.0.tar.gz) = 668258 bytes



Home | Main Index | Thread Index | Old Index