summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2014-09-20 03:53:54 +0000
committerbrook <brook@pkgsrc.org>2014-09-20 03:53:54 +0000
commit071bcaf367788b047e283cfe246d51fdcea90824 (patch)
tree9e71f4e66538c5b32ac68474464cc2e36a601092 /math
parentd004142de3f89ea43cada3d31d9a8189fe309dc8 (diff)
downloadpkgsrc-071bcaf367788b047e283cfe246d51fdcea90824.tar.gz
Move math/R-evaluate to devel/R-evaluate and fix dependencies.
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
-rw-r--r--math/R-evaluate/DESCR2
-rw-r--r--math/R-evaluate/Makefile17
-rw-r--r--math/R-evaluate/distinfo5
-rw-r--r--math/R-knitr/Makefile4
5 files changed, 3 insertions, 28 deletions
diff --git a/math/Makefile b/math/Makefile
index 3ba1d934a57..cdbfbc9b6c7 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.294 2014/09/20 03:34:56 brook Exp $
+# $NetBSD: Makefile,v 1.295 2014/09/20 03:53:55 brook Exp $
COMMENT= Mathematics
@@ -27,7 +27,6 @@ SUBDIR+= R-clim.pact
SUBDIR+= R-combinat
SUBDIR+= R-date
SUBDIR+= R-e1071
-SUBDIR+= R-evaluate
SUBDIR+= R-formatR
SUBDIR+= R-gdata
SUBDIR+= R-genetics
diff --git a/math/R-evaluate/DESCR b/math/R-evaluate/DESCR
deleted file mode 100644
index 2ea4913ac64..00000000000
--- a/math/R-evaluate/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Parsing and evaluation tools that make it easy to recreate the command
-line behaviour of R.
diff --git a/math/R-evaluate/Makefile b/math/R-evaluate/Makefile
deleted file mode 100644
index 13d75a72088..00000000000
--- a/math/R-evaluate/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2014/09/19 21:21:17 brook Exp $
-
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= ${R_HOMEPAGE_BASE}/evaluate/
-COMMENT= Parsing and evaluation tools
-# TODO: LICENSE= GPL
-
-R_PKGNAME= evaluate
-R_PKGVER= 0.5.5
-
-DEPENDS+= R-stringr>=0.6.2:../../textproc/R-stringr
-
-.include "../../math/R/Makefile.extension"
-.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-evaluate/distinfo b/math/R-evaluate/distinfo
deleted file mode 100644
index 9f99d5e6410..00000000000
--- a/math/R-evaluate/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/09/03 16:59:19 brook Exp $
-
-SHA1 (R/evaluate_0.5.5.tar.gz) = 312b4978b53dce16dc3c3f66126aeee11e9aff9b
-RMD160 (R/evaluate_0.5.5.tar.gz) = 9409c50d672cda333f64b91ce52bec474130b30d
-Size (R/evaluate_0.5.5.tar.gz) = 17944 bytes
diff --git a/math/R-knitr/Makefile b/math/R-knitr/Makefile
index 974cb7c1bcd..9761bf6352a 100644
--- a/math/R-knitr/Makefile
+++ b/math/R-knitr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/09/20 03:34:56 brook Exp $
+# $NetBSD: Makefile,v 1.6 2014/09/20 03:53:55 brook Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -11,7 +11,7 @@ COMMENT= A general-purpose package for dynamic report generation in R
R_PKGNAME= knitr
R_PKGVER= 1.6
-DEPENDS+= R-evaluate>=0.5.3:../../math/R-evaluate
+DEPENDS+= R-evaluate>=0.5.3:../../devel/R-evaluate
DEPENDS+= R-digest>=0.6.4:../../security/R-digest
DEPENDS+= R-formatR>=0.10:../../textproc/R-formatR
DEPENDS+= R-highr>=0.3:../../textproc/R-highr