pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: brook
Date: Fri Aug 9 15:20:31 UTC 2019
Modified Files:
pkgsrc/doc: CHANGES-2019
pkgsrc/graphics: Makefile
Added Files:
pkgsrc/graphics/R-latex2exp: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3322 -r1.3323 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.830 -r1.831 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-latex2exp/DESCR \
pkgsrc/graphics/R-latex2exp/Makefile pkgsrc/graphics/R-latex2exp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3322 pkgsrc/doc/CHANGES-2019:1.3323
--- pkgsrc/doc/CHANGES-2019:1.3322 Fri Aug 9 12:59:26 2019
+++ pkgsrc/doc/CHANGES-2019 Fri Aug 9 15:20:31 2019
@@ -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 @@ Changes to the packages collection and i
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]
Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.830 pkgsrc/graphics/Makefile:1.831
--- pkgsrc/graphics/Makefile:1.830 Wed Jul 31 13:01:17 2019
+++ pkgsrc/graphics/Makefile Fri Aug 9 15:20:31 2019
@@ -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-effects
SUBDIR+= R-ggplot2
SUBDIR+= R-gridExtra
SUBDIR+= R-labeling
+SUBDIR+= R-latex2exp
SUBDIR+= R-latticeExtra
SUBDIR+= R-munsell
SUBDIR+= R-scales
Added files:
Index: pkgsrc/graphics/R-latex2exp/DESCR
diff -u /dev/null pkgsrc/graphics/R-latex2exp/DESCR:1.1
--- /dev/null Fri Aug 9 15:20:31 2019
+++ pkgsrc/graphics/R-latex2exp/DESCR Fri Aug 9 15:20:31 2019
@@ -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.
Index: pkgsrc/graphics/R-latex2exp/Makefile
diff -u /dev/null pkgsrc/graphics/R-latex2exp/Makefile:1.1
--- /dev/null Fri Aug 9 15:20:31 2019
+++ pkgsrc/graphics/R-latex2exp/Makefile Fri Aug 9 15:20:31 2019
@@ -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"
Index: pkgsrc/graphics/R-latex2exp/distinfo
diff -u /dev/null pkgsrc/graphics/R-latex2exp/distinfo:1.1
--- /dev/null Fri Aug 9 15:20:31 2019
+++ pkgsrc/graphics/R-latex2exp/distinfo Fri Aug 9 15:20:31 2019
@@ -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