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:13:39 UTC 2019

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3104 -r1.3105 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.414 -r1.415 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-ellipsis/DESCR \
    pkgsrc/math/R-ellipsis/Makefile pkgsrc/math/R-ellipsis/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.3104 pkgsrc/doc/CHANGES-2019:1.3105
--- pkgsrc/doc/CHANGES-2019:1.3104      Wed Jul 31 13:11:28 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 13:13:39 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.414 pkgsrc/math/Makefile:1.415
--- pkgsrc/math/Makefile:1.414  Wed Jul 31 13:11:28 2019
+++ pkgsrc/math/Makefile        Wed Jul 31 13:13:39 2019
@@ -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-coda
 SUBDIR+=       R-combinat
 SUBDIR+=       R-date
 SUBDIR+=       R-e1071
+SUBDIR+=       R-ellipsis
 SUBDIR+=       R-emdbook
 SUBDIR+=       R-forecast
 SUBDIR+=       R-fracdiff

Added files:

Index: pkgsrc/math/R-ellipsis/DESCR
diff -u /dev/null pkgsrc/math/R-ellipsis/DESCR:1.1
--- /dev/null   Wed Jul 31 13:13:39 2019
+++ pkgsrc/math/R-ellipsis/DESCR        Wed Jul 31 13:13:39 2019
@@ -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.
Index: pkgsrc/math/R-ellipsis/Makefile
diff -u /dev/null pkgsrc/math/R-ellipsis/Makefile:1.1
--- /dev/null   Wed Jul 31 13:13:39 2019
+++ pkgsrc/math/R-ellipsis/Makefile     Wed Jul 31 13:13:39 2019
@@ -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"
Index: pkgsrc/math/R-ellipsis/distinfo
diff -u /dev/null pkgsrc/math/R-ellipsis/distinfo:1.1
--- /dev/null   Wed Jul 31 13:13:39 2019
+++ pkgsrc/math/R-ellipsis/distinfo     Wed Jul 31 13:13:39 2019
@@ -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