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.
This commit is contained in:
parent
1922a588d7
commit
80244689b1
3 changed files with 22 additions and 0 deletions
2
devel/R-iterators/DESCR
Normal file
2
devel/R-iterators/DESCR
Normal file
|
@ -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.
|
14
devel/R-iterators/Makefile
Normal file
14
devel/R-iterators/Makefile
Normal file
|
@ -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
|
||||
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"
|
6
devel/R-iterators/distinfo
Normal file
6
devel/R-iterators/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue