pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-ellipsis: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc62c39ac024
branches:  trunk
changeset: 337043:bc62c39ac024
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 13:13:39 2019 +0000

description:
R-ellipsis: initial commit.

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.

diffstat:

 doc/CHANGES-2019         |   3 ++-
 math/Makefile            |   3 ++-
 math/R-ellipsis/DESCR    |   4 ++++
 math/R-ellipsis/Makefile |  18 ++++++++++++++++++
 math/R-ellipsis/distinfo |   6 ++++++
 5 files changed, 32 insertions(+), 2 deletions(-)

diffs (71 lines):

diff -r ecde24552f87 -r bc62c39ac024 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 13:12:26 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 13:13:39 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3104 2019/07/31 13:11:28 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3105 2019/07/31 13:13:39 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5061,3 +5061,4 @@
        Added math/R-RcmdrMisc version 2.5.1 [brook 2019-07-31]
        Added math/R-acepack version 1.4.1 [brook 2019-07-31]
        Added math/R-backports version 1.1.4 [brook 2019-07-31]
+       Added math/R-ellipsis version 0.2.0.1 [brook 2019-07-31]
diff -r ecde24552f87 -r bc62c39ac024 math/Makefile
--- a/math/Makefile     Wed Jul 31 13:12:26 2019 +0000
+++ b/math/Makefile     Wed Jul 31 13:13:39 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.414 2019/07/31 13:11:28 brook Exp $
+# $NetBSD: Makefile,v 1.415 2019/07/31 13:13:39 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -44,6 +44,7 @@
 SUBDIR+=       R-combinat
 SUBDIR+=       R-date
 SUBDIR+=       R-e1071
+SUBDIR+=       R-ellipsis
 SUBDIR+=       R-emdbook
 SUBDIR+=       R-forecast
 SUBDIR+=       R-fracdiff
diff -r ecde24552f87 -r bc62c39ac024 math/R-ellipsis/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-ellipsis/DESCR     Wed Jul 31 13:13:39 2019 +0000
@@ -0,0 +1,4 @@
+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.
diff -r ecde24552f87 -r bc62c39ac024 math/R-ellipsis/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-ellipsis/Makefile  Wed Jul 31 13:13:39 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:13:39 brook Exp $
+
+CATEGORIES=    math R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/ellipsis/
+COMMENT=       Tools for working with ...
+LICENSE=       gnu-gpl-v3
+
+R_PKGNAME=     ellipsis
+R_PKGVER=      0.2.0.1
+
+DEPENDS+=      R-rlang>=0.3.0:../../devel/R-rlang
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r ecde24552f87 -r bc62c39ac024 math/R-ellipsis/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-ellipsis/distinfo  Wed Jul 31 13:13:39 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:13:39 brook Exp $
+
+SHA1 (R/ellipsis_0.2.0.1.tar.gz) = 6f68eb3196b40d640448c0d612cc3d133d52b5cc
+RMD160 (R/ellipsis_0.2.0.1.tar.gz) = 9bb251f123806b9a5cbe7993fe5f1310949fa71f
+SHA512 (R/ellipsis_0.2.0.1.tar.gz) = e38a149d8fdc83c694bae2c1a07ad2e1974680e84d2bef304fcddb51eff6ca8994cd01c3cbd8746541b99e8c36938017896d02e22348c2879e17a1c0789003fe
+Size (R/ellipsis_0.2.0.1.tar.gz) = 7045 bytes



Home | Main Index | Thread Index | Old Index