pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-latex2exp: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c5b1730b7ea
branches:  trunk
changeset: 337611:8c5b1730b7ea
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 15:20:31 2019 +0000

description:
R-latex2exp: initial commit.

Parses and converts LaTeX math formulas to R's plotmath expressions,
used to enter mathematical formulas and symbols to be rendered as
text, axis labels, etc. throughout R's plotting system.

diffstat:

 doc/CHANGES-2019              |   3 ++-
 graphics/Makefile             |   3 ++-
 graphics/R-latex2exp/DESCR    |   3 +++
 graphics/R-latex2exp/Makefile |  17 +++++++++++++++++
 graphics/R-latex2exp/distinfo |   6 ++++++
 5 files changed, 30 insertions(+), 2 deletions(-)

diffs (69 lines):

diff -r 90f1ffdbc531 -r 8c5b1730b7ea doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 12:59:26 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 15:20:31 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3322 2019/08/09 12:59:26 adam Exp $
+$NetBSD: CHANGES-2019,v 1.3323 2019/08/09 15:20:31 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5446,3 +5446,4 @@
        Updated net/py-zmq to 18.1.0 [adam 2019-08-09]
        Updated graphics/libimagequant to 2.12.5 [adam 2019-08-09]
        Updated graphics/pngquant to 2.12.5 [adam 2019-08-09]
+       Added graphics/R-latex2exp version 0.4.0 [brook 2019-08-09]
diff -r 90f1ffdbc531 -r 8c5b1730b7ea graphics/Makefile
--- a/graphics/Makefile Fri Aug 09 12:59:26 2019 +0000
+++ b/graphics/Makefile Fri Aug 09 15:20:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.830 2019/07/31 13:01:17 brook Exp $
+# $NetBSD: Makefile,v 1.831 2019/08/09 15:20:31 brook Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -28,6 +28,7 @@
 SUBDIR+=       R-ggplot2
 SUBDIR+=       R-gridExtra
 SUBDIR+=       R-labeling
+SUBDIR+=       R-latex2exp
 SUBDIR+=       R-latticeExtra
 SUBDIR+=       R-munsell
 SUBDIR+=       R-scales
diff -r 90f1ffdbc531 -r 8c5b1730b7ea graphics/R-latex2exp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-latex2exp/DESCR        Fri Aug 09 15:20:31 2019 +0000
@@ -0,0 +1,3 @@
+Parses and converts LaTeX math formulas to R's plotmath expressions,
+used to enter mathematical formulas and symbols to be rendered as
+text, axis labels, etc. throughout R's plotting system.
diff -r 90f1ffdbc531 -r 8c5b1730b7ea graphics/R-latex2exp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-latex2exp/Makefile     Fri Aug 09 15:20:31 2019 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 15:20:31 brook Exp $
+
+R_PKGNAME=     latex2exp
+R_PKGVER=      0.4.0
+CATEGORIES=    graphics textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Use LaTeX expressions in plots
+LICENSE=       mit
+
+DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
+DEPENDS+=      R-stringr>=1.4.0:../../textproc/R-stringr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 90f1ffdbc531 -r 8c5b1730b7ea graphics/R-latex2exp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-latex2exp/distinfo     Fri Aug 09 15:20:31 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 15:20:31 brook Exp $
+
+SHA1 (R/latex2exp_0.4.0.tar.gz) = 8959f81be140278ff038525369e8f4ab9271898c
+RMD160 (R/latex2exp_0.4.0.tar.gz) = 42d5d3b64802c0a830880d2706808aa04b978bb4
+SHA512 (R/latex2exp_0.4.0.tar.gz) = 00bcdfcf807e183e011138200399152bae0ba64916dc4d96694e43b2e84f48db25d1697946319caa1312e107e326dbdf977dfa7759247e11a8b7aab2ce7a19b7
+Size (R/latex2exp_0.4.0.tar.gz) = 288749 bytes



Home | Main Index | Thread Index | Old Index