pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-iterators devel/R-iterators: Import version 1.0.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/012b312d7579
branches:  trunk
changeset: 378696:012b312d7579
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Apr 13 16:05:44 2018 +0000

description:
devel/R-iterators: Import version 1.0.9

Support for iterators, which allow a programmer to traverse through
all the elements of a vector, list, or other collection of data.

Packaged by mishka@ for pkgsrc-wip and modified by me.

diffstat:

 devel/R-iterators/DESCR    |   2 ++
 devel/R-iterators/Makefile |  14 ++++++++++++++
 devel/R-iterators/distinfo |   6 ++++++
 3 files changed, 22 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r f08e56586274 -r 012b312d7579 devel/R-iterators/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-iterators/DESCR   Fri Apr 13 16:05:44 2018 +0000
@@ -0,0 +1,2 @@
+Support for iterators, which allow a programmer to traverse through
+all the elements of a vector, list, or other collection of data.
diff -r f08e56586274 -r 012b312d7579 devel/R-iterators/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-iterators/Makefile        Fri Apr 13 16:05:44 2018 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2018/04/13 16:05:44 minskim Exp $
+
+DISTNAME=      iterators_1.0.9
+CATEGORIES=    devel
+
+MAINTAINER=    mishka%NetBSD.org@localhost
+COMMENT=       Provides Iterator Construct for R
+LICENSE=       apache-2.0
+
+USE_LANGUAGES= # none
+
+BUILDLINK_API_DEPENDS.R+=      R>=2.5.0
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r f08e56586274 -r 012b312d7579 devel/R-iterators/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-iterators/distinfo        Fri Apr 13 16:05:44 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/04/13 16:05:44 minskim Exp $
+
+SHA1 (R/iterators_1.0.9.tar.gz) = 71e5f9e62c897bb33b1ebaeedfed04ec269b5f47
+RMD160 (R/iterators_1.0.9.tar.gz) = f7f0ab89c81324ef48cd8c105da38cb6c4374d36
+SHA512 (R/iterators_1.0.9.tar.gz) = 4bd86a8b33f008e2208d0a99638ac9f7f284ea0f4f8c9b969395f239e995f6d40a105ca9f88c8d271969cbcf8290ec22dcaf8b851f5e2735bb086091bae862da
+Size (R/iterators_1.0.9.tar.gz) = 290634 bytes



Home | Main Index | Thread Index | Old Index