pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Move math/R-highr to textproc/R-highr and fix dependen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fbb67384930
branches:  trunk
changeset: 639632:7fbb67384930
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Sep 19 22:34:44 2014 +0000

description:
Move math/R-highr to textproc/R-highr 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:

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

diffs (90 lines):

diff -r c0bd3c61142d -r 7fbb67384930 math/Makefile
--- a/math/Makefile     Fri Sep 19 22:31:53 2014 +0000
+++ b/math/Makefile     Fri Sep 19 22:34:44 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.291 2014/09/19 21:21:16 brook Exp $
+# $NetBSD: Makefile,v 1.292 2014/09/19 22:34:44 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -36,7 +36,6 @@
 SUBDIR+=       R-geoRglm
 SUBDIR+=       R-gstat
 SUBDIR+=       R-gtools
-SUBDIR+=       R-highr
 SUBDIR+=       R-httpRequest
 SUBDIR+=       R-hwde
 SUBDIR+=       R-intervals
diff -r c0bd3c61142d -r 7fbb67384930 math/R-highr/DESCR
--- a/math/R-highr/DESCR        Fri Sep 19 22:31:53 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-This package provides syntax highlighting for R source code. Currently
-it supports LaTeX and HTML output. Source code of other languages can
-be supported via Andre Simon's Highlight package.
diff -r c0bd3c61142d -r 7fbb67384930 math/R-highr/Makefile
--- a/math/R-highr/Makefile     Fri Sep 19 22:31:53 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:21:45 brook Exp $
-
-CATEGORIES=    math
-MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      ${R_HOMEPAGE_BASE}/highr/
-COMMENT=       Syntax highlighting for R
-# TODO: LICENSE=       GPL
-
-R_PKGNAME=     highr
-R_PKGVER=      0.3
-
-.include "../../math/R/Makefile.extension"
-.include "../../mk/bsd.pkg.mk"
diff -r c0bd3c61142d -r 7fbb67384930 math/R-highr/distinfo
--- a/math/R-highr/distinfo     Fri Sep 19 22:31:53 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:21:45 brook Exp $
-
-SHA1 (R/highr_0.3.tar.gz) = 6e853ba30d3a2a29decd11b178b682c54841669a
-RMD160 (R/highr_0.3.tar.gz) = fefe2ef73790979ff3b069a42861c6dbed29ea96
-Size (R/highr_0.3.tar.gz) = 16400 bytes
diff -r c0bd3c61142d -r 7fbb67384930 math/R-knitr/Makefile
--- a/math/R-knitr/Makefile     Fri Sep 19 22:31:53 2014 +0000
+++ b/math/R-knitr/Makefile     Fri Sep 19 22:34:44 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/09/19 20:36:54 brook Exp $
+# $NetBSD: Makefile,v 1.3 2014/09/19 22:34:44 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-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
+DEPENDS+=      R-highr>=0.3:../../textproc/R-highr
 
 REPLACE_RSCRIPT+=      inst/bin/knit
 REPLACE_RSCRIPT+=      inst/examples/knit-all.R
diff -r c0bd3c61142d -r 7fbb67384930 textproc/Makefile
--- a/textproc/Makefile Fri Sep 19 22:31:53 2014 +0000
+++ b/textproc/Makefile Fri Sep 19 22:34:44 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.802 2014/09/19 21:21:17 brook Exp $
+# $NetBSD: Makefile,v 1.803 2014/09/19 22:34:44 brook Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -10,6 +10,7 @@
 SUBDIR+=       Markdown
 SUBDIR+=       OdfConverter
 SUBDIR+=       R-formatR
+SUBDIR+=       R-highr
 SUBDIR+=       R-stringr
 SUBDIR+=       WordNet
 SUBDIR+=       aiksaurus



Home | Main Index | Thread Index | Old Index