svn commit: r505967 - in head/devel: . R-cran-ellipsis

TAKATSU Tomonari tota at FreeBSD.org
Sat Jul 6 09:15:49 UTC 2019


Author: tota
Date: Sat Jul  6 09:15:47 2019
New Revision: 505967
URL: https://svnweb.freebsd.org/changeset/ports/505967

Log:
  - Add new port: devel/R-cran-ellipsis
  
    The ellipsis is a powerful tool for extending functions. Unfortunately
    this power comes at a cost: misspelled arguments will be silently
    ignored. The ellipsis package provides a collection of functions
    to catch problems and alert the user.
  
    WWW: https://cran.r-project.org/web/packages/ellipsis/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jul  6 09:12:40 2019	(r505966)
+++ head/devel/Makefile	Sat Jul  6 09:15:47 2019	(r505967)
@@ -32,6 +32,7 @@
     SUBDIR += R-cran-crayon
     SUBDIR += R-cran-data.table
     SUBDIR += R-cran-doParallel
+    SUBDIR += R-cran-ellipsis
     SUBDIR += R-cran-evaluate
     SUBDIR += R-cran-fansi
     SUBDIR += R-cran-foreach

Added: head/devel/R-cran-ellipsis/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-ellipsis/Makefile	Sat Jul  6 09:15:47 2019	(r505967)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	ellipsis
+PORTVERSION=	0.2.0.1
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Powerful tool for extending functions
+
+LICENSE=	GPLv3
+
+CRAN_DEPENDS=	R-cran-rlang>=0.3.0:devel/R-cran-rlang
+BUILD_DEPENS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-ellipsis/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-ellipsis/distinfo	Sat Jul  6 09:15:47 2019	(r505967)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1562400004
+SHA256 (ellipsis_0.2.0.1.tar.gz) = 0e6528c5e8016c3617cc1cfcdb5a4bfeb073e0bd5ea76b43e56b0c3208a0a943
+SIZE (ellipsis_0.2.0.1.tar.gz) = 7045

Added: head/devel/R-cran-ellipsis/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-ellipsis/pkg-descr	Sat Jul  6 09:15:47 2019	(r505967)
@@ -0,0 +1,6 @@
+The ellipsis is a powerful tool for extending functions. Unfortunately
+this power comes at a cost: misspelled arguments will be silently
+ignored. The ellipsis package provides a collection of functions
+to catch problems and alert the user.
+
+WWW: https://cran.r-project.org/web/packages/ellipsis/


More information about the svn-ports-head mailing list