pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
R-iterators: Imported into pkgsrc.
Module Name: pkgsrc-wip
Committed By: Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By: minskim
Date: Fri Apr 13 09:21:19 2018 -0700
Changeset: 405f47eb824537ddb9b45e4a81827dfea81bf3f3
Modified Files:
Makefile
R-doParallel/Makefile
R-foreach/Makefile
Removed Files:
R-iterators/DESCR
R-iterators/Makefile
R-iterators/buildlink3.mk
R-iterators/distinfo
Log Message:
R-iterators: Imported into pkgsrc.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=405f47eb824537ddb9b45e4a81827dfea81bf3f3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
R-doParallel/Makefile | 3 ++-
R-foreach/Makefile | 3 ++-
R-iterators/DESCR | 2 --
R-iterators/Makefile | 18 ------------------
R-iterators/buildlink3.mk | 13 -------------
R-iterators/distinfo | 6 ------
7 files changed, 4 insertions(+), 42 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index fd39ee849a..77424e15b8 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,6 @@ SUBDIR+= R-foreach
SUBDIR+= R-gmp
SUBDIR+= R-graph
SUBDIR+= R-gsl
-SUBDIR+= R-iterators
SUBDIR+= R-mclust
SUBDIR+= R-moonsun
SUBDIR+= R-rgdal
diff --git a/R-doParallel/Makefile b/R-doParallel/Makefile
index 0f1d8ff0be..4cab10013d 100644
--- a/R-doParallel/Makefile
+++ b/R-doParallel/Makefile
@@ -11,9 +11,10 @@ LICENSE= gnu-gpl-v2
R_PKGNAME= doParallel
R_PKGVER= 1.0.10
+DEPENDS+= R-iterators-[0-9]*:../../devel/R-iterators
+
BUILDLINK_API_DEPENDS.R+= R>=2.14.0
.include "../../math/R/Makefile.extension"
.include "../../wip/R-foreach/buildlink3.mk"
-.include "../../wip/R-iterators/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/R-foreach/Makefile b/R-foreach/Makefile
index 185e1f8955..b616a52d73 100644
--- a/R-foreach/Makefile
+++ b/R-foreach/Makefile
@@ -11,8 +11,9 @@ LICENSE= apache-2.0
R_PKGNAME= foreach
R_PKGVER= 1.4.3
+DEPENDS+= R-iterators-[0-9]*:../../devel/R-iterators
+
BUILDLINK_API_DEPENDS.R+= R>=2.5.0
.include "../../math/R/Makefile.extension"
-.include "../../wip/R-iterators/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/R-iterators/DESCR b/R-iterators/DESCR
deleted file mode 100644
index b266a97045..0000000000
--- a/R-iterators/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Support for iterators, which allow a programmer to traverse through
-all the elements of a vector, list, or other collection of data.
diff --git a/R-iterators/Makefile b/R-iterators/Makefile
deleted file mode 100644
index 4ee4c21049..0000000000
--- a/R-iterators/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-
-MAINTAINER= mishka%NetBSD.org@localhost
-HOMEPAGE= ${R_HOMEPAGE_BASE}/iterators/
-COMMENT= Provides Iterator Construct for R
-LICENSE= apache-2.0
-
-R_PKGNAME= iterators
-R_PKGVER= 1.0.9
-
-USE_LANGUAGES= # none
-
-BUILDLINK_API_DEPENDS.R+= R>=2.5.0
-.include "../../math/R/Makefile.extension"
-.include "../../mk/bsd.pkg.mk"
diff --git a/R-iterators/buildlink3.mk b/R-iterators/buildlink3.mk
deleted file mode 100644
index 768686756c..0000000000
--- a/R-iterators/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/05/03 22:36:54 bubuchka Exp $
-
-BUILDLINK_TREE+= Riterators
-
-.if !defined(RITERATORS_BUILDLINK3_MK)
-RITERATORS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.Riterators+= R-iterators>=1.0.6
-BUILDLINK_ABI_DEPENDS.Riterators+= R-iterators>=1.0.6
-BUILDLINK_PKGSRCDIR.Riterators?= ../../wip/R-iterators
-.endif # RITERATORS_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -Riterators
diff --git a/R-iterators/distinfo b/R-iterators/distinfo
deleted file mode 100644
index 992e9b77b2..0000000000
--- a/R-iterators/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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