pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Move math/R-formatR to textproc/R-formatR and fix depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/964a7cc4e30d
branches:  trunk
changeset: 639620:964a7cc4e30d
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Sep 19 20:36:53 2014 +0000

description:
Move math/R-formatR to textproc/R-formatR and fix depending packages.

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:

 math/Makefile           |   3 +--
 math/R-formatR/DESCR    |   5 -----
 math/R-formatR/Makefile |  15 ---------------
 math/R-formatR/distinfo |   5 -----
 math/R-knitr/Makefile   |   4 ++--
 textproc/Makefile       |   3 ++-
 6 files changed, 5 insertions(+), 30 deletions(-)

diffs (92 lines):

diff -r 3c23edfb8d62 -r 964a7cc4e30d math/Makefile
--- a/math/Makefile     Fri Sep 19 20:31:50 2014 +0000
+++ b/math/Makefile     Fri Sep 19 20:36:53 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.287 2014/09/19 19:42:13 brook Exp $
+# $NetBSD: Makefile,v 1.288 2014/09/19 20:36:53 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -15,7 +15,6 @@
 SUBDIR+=       R-RPostgreSQL
 SUBDIR+=       R-RandomFields
 SUBDIR+=       R-Rcmdr
-SUBDIR+=       R-Rcpp
 SUBDIR+=       R-XML
 SUBDIR+=       R-abind
 SUBDIR+=       R-akima
diff -r 3c23edfb8d62 -r 964a7cc4e30d math/R-formatR/DESCR
--- a/math/R-formatR/DESCR      Fri Sep 19 20:31:50 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-This package provides a function tidy_source() to format R source
-code. Spaces and indent will be added to the code automatically, and
-comments will be preserved under certain conditions, so that R code
-will be more human-readable and tidy. There is also a Shiny app as a
-user interface in this package (see tidy_app()).
diff -r 3c23edfb8d62 -r 964a7cc4e30d math/R-formatR/Makefile
--- a/math/R-formatR/Makefile   Fri Sep 19 20:31:50 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2014/09/03 18:02:44 brook Exp $
-
-CATEGORIES=    math
-MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      ${R_HOMEPAGE_BASE}/formatR/
-COMMENT=       Format R code automatically
-# TODO: LICENSE=       GPL
-
-R_PKGNAME=     formatR
-R_PKGVER=      1.0
-
-.include "../../math/R/Makefile.extension"
-.include "../../mk/bsd.pkg.mk"
diff -r 3c23edfb8d62 -r 964a7cc4e30d math/R-formatR/distinfo
--- a/math/R-formatR/distinfo   Fri Sep 19 20:31:50 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/09/03 18:02:44 brook Exp $
-
-SHA1 (R/formatR_1.0.tar.gz) = 9fc399675e8dcc8979ebc99c94816d08830cc9ba
-RMD160 (R/formatR_1.0.tar.gz) = e8eb942cce07c3dd26ef1e8ceab961c6b8144e80
-Size (R/formatR_1.0.tar.gz) = 28265 bytes
diff -r 3c23edfb8d62 -r 964a7cc4e30d math/R-knitr/Makefile
--- a/math/R-knitr/Makefile     Fri Sep 19 20:31:50 2014 +0000
+++ b/math/R-knitr/Makefile     Fri Sep 19 20:36:53 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/09/03 21:33:47 brook Exp $
+# $NetBSD: Makefile,v 1.2 2014/09/19 20:36:54 brook Exp $
 
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
@@ -13,10 +13,10 @@
 
 DEPENDS+=      R-evaluate>=0.5.3:../../math/R-evaluate
 DEPENDS+=      R-digest>=0.6.4:../../math/R-digest
-DEPENDS+=      R-formatR>=0.10:../../math/R-formatR
 DEPENDS+=      R-highr>=0.3:../../math/R-highr
 DEPENDS+=      R-markdown>=0.6.5:../../math/R-markdown
 DEPENDS+=      R-stringr>=0.6:../../math/R-stringr
+DEPENDS+=      R-formatR>=0.10:../../textproc/R-formatR
 
 REPLACE_RSCRIPT+=      inst/bin/knit
 REPLACE_RSCRIPT+=      inst/examples/knit-all.R
diff -r 3c23edfb8d62 -r 964a7cc4e30d textproc/Makefile
--- a/textproc/Makefile Fri Sep 19 20:31:50 2014 +0000
+++ b/textproc/Makefile Fri Sep 19 20:36:53 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.800 2014/09/10 21:39:49 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.801 2014/09/19 20:36:53 brook Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -9,6 +9,7 @@
 SUBDIR+=       GutenMark-words
 SUBDIR+=       Markdown
 SUBDIR+=       OdfConverter
+SUBDIR+=       R-formatR
 SUBDIR+=       WordNet
 SUBDIR+=       aiksaurus
 SUBDIR+=       antiword



Home | Main Index | Thread Index | Old Index