pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Move math/R-evaluate to devel/R-evaluate and fix depen...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cd3e15bafcd3
branches: trunk
changeset: 639640:cd3e15bafcd3
user: brook <brook%pkgsrc.org@localhost>
date: Sat Sep 20 03:53:54 2014 +0000
description:
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:
devel/Makefile | 4 +++-
math/Makefile | 3 +--
math/R-evaluate/DESCR | 2 --
math/R-evaluate/Makefile | 17 -----------------
math/R-evaluate/distinfo | 5 -----
math/R-knitr/Makefile | 4 ++--
6 files changed, 6 insertions(+), 29 deletions(-)
diffs (89 lines):
diff -r f5fb08107e7f -r cd3e15bafcd3 devel/Makefile
--- a/devel/Makefile Sat Sep 20 03:48:56 2014 +0000
+++ b/devel/Makefile Sat Sep 20 03:53:54 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1982 2014/09/16 14:03:06 wen Exp $
+# $NetBSD: Makefile,v 1.1983 2014/09/20 03:53:54 brook Exp $
#
COMMENT= Development utilities
@@ -10,6 +10,8 @@
SUBDIR+= Gorm
SUBDIR+= ObjectiveLib
SUBDIR+= ProjectCenter
+SUBDIR+= R-evaluate
+SUBDIR+= R-Rcpp
SUBDIR+= RBTools
SUBDIR+= RTFM
SUBDIR+= RTx-RightsMatrix
diff -r f5fb08107e7f -r cd3e15bafcd3 math/Makefile
--- a/math/Makefile Sat Sep 20 03:48:56 2014 +0000
+++ b/math/Makefile Sat Sep 20 03:53:54 2014 +0000
@@ -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-combinat
SUBDIR+= R-date
SUBDIR+= R-e1071
-SUBDIR+= R-evaluate
SUBDIR+= R-formatR
SUBDIR+= R-gdata
SUBDIR+= R-genetics
diff -r f5fb08107e7f -r cd3e15bafcd3 math/R-evaluate/DESCR
--- a/math/R-evaluate/DESCR Sat Sep 20 03:48:56 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Parsing and evaluation tools that make it easy to recreate the command
-line behaviour of R.
diff -r f5fb08107e7f -r cd3e15bafcd3 math/R-evaluate/Makefile
--- a/math/R-evaluate/Makefile Sat Sep 20 03:48:56 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r f5fb08107e7f -r cd3e15bafcd3 math/R-evaluate/distinfo
--- a/math/R-evaluate/distinfo Sat Sep 20 03:48:56 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r f5fb08107e7f -r cd3e15bafcd3 math/R-knitr/Makefile
--- a/math/R-knitr/Makefile Sat Sep 20 03:48:56 2014 +0000
+++ b/math/R-knitr/Makefile Sat Sep 20 03:53:54 2014 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index