Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2019 14:02:22 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503820 - in head/devel: . R-cran-vctrs
Message-ID:  <201906091402.x59E2MaF088586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun Jun  9 14:02:22 2019
New Revision: 503820
URL: https://svnweb.freebsd.org/changeset/ports/503820

Log:
  - Add new port: devel/R-cran-vctrs
  
    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.
  
    WWW: https://cran.r-project.org/web/packages/vctrs/

Added:
  head/devel/R-cran-vctrs/
  head/devel/R-cran-vctrs/Makefile   (contents, props changed)
  head/devel/R-cran-vctrs/distinfo   (contents, props changed)
  head/devel/R-cran-vctrs/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jun  9 14:00:44 2019	(r503819)
+++ head/devel/Makefile	Sun Jun  9 14:02:22 2019	(r503820)
@@ -78,6 +78,7 @@
     SUBDIR += R-cran-tidyr
     SUBDIR += R-cran-tidyselect
     SUBDIR += R-cran-vcd
+    SUBDIR += R-cran-vctrs
     SUBDIR += R-cran-withr
     SUBDIR += RStudio
     SUBDIR += SpecTcl

Added: head/devel/R-cran-vctrs/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-vctrs/Makefile	Sun Jun  9 14:02:22 2019	(r503820)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	vctrs
+PORTVERSION=	0.1.0
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Vector Helpers
+
+LICENSE=	GPLv3
+
+USES=		cran:auto-plist,compiles
+
+CRAN_DEPENDS=	R-cran-backports>0:math/R-cran-backports \
+		R-cran-digest>0:security/R-cran-digest \
+		R-cran-glue>0:devel/R-cran-glue \
+		R-cran-rlang>0:devel/R-cran-rlang \
+		R-cran-zeallot>0:devel/R-cran-zeallot
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-vctrs/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-vctrs/distinfo	Sun Jun  9 14:02:22 2019	(r503820)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1560084214
+SHA256 (vctrs_0.1.0.tar.gz) = cc28febd74b4c7800076ac4d2c628755125981bdd3ebf295bb3952753fca818f
+SIZE (vctrs_0.1.0.tar.gz) = 412633

Added: head/devel/R-cran-vctrs/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-vctrs/pkg-descr	Sun Jun  9 14:02:22 2019	(r503820)
@@ -0,0 +1,6 @@
+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.
+
+WWW: https://cran.r-project.org/web/packages/vctrs/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906091402.x59E2MaF088586>