summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-08-28 05:15:33 +0000
committermef <mef@pkgsrc.org>2021-08-28 05:15:33 +0000
commite7abf2f71e7fa02037354aa8cf19a1860c780cc0 (patch)
treeef04ec20264850864e6a66ec11b95514dba87f74
parent861be8ea7a9c373920001d29a6ccbf3bad6d8309 (diff)
downloadpkgsrc-e7abf2f71e7fa02037354aa8cf19a1860c780cc0.tar.gz
(graphics/R-latex2exp) Updated 0.4.0 to 0.5.0
# latex2exp 0.5.0 * Update Documentation to use the new raw strings introduced in R 4.0 (which lets one do away with the quoting of the backslash character; e.g. one can use `TeX(r'($\alpha^\beta$)')` rather than `TeX('\\alpha^\\beta)`) * Adds parameters `bold` and `italic` to `TeX()`. These can be used to make the entire expression bold or italic. * Adds `\phantom{}` ([PR](https://github.com/stefano-meschiari/latex2exp/pull/22))
-rw-r--r--graphics/R-latex2exp/Makefile4
-rw-r--r--graphics/R-latex2exp/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/R-latex2exp/Makefile b/graphics/R-latex2exp/Makefile
index 8a8d8263b19..6c8f69b0d85 100644
--- a/graphics/R-latex2exp/Makefile
+++ b/graphics/R-latex2exp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 15:20:31 brook Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/28 05:15:33 mef Exp $
R_PKGNAME= latex2exp
-R_PKGVER= 0.4.0
+R_PKGVER= 0.5.0
CATEGORIES= graphics textproc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/graphics/R-latex2exp/distinfo b/graphics/R-latex2exp/distinfo
index ed58e45c02a..a6a30b66606 100644
--- a/graphics/R-latex2exp/distinfo
+++ b/graphics/R-latex2exp/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/08/09 15:20:31 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/08/28 05:15:33 mef 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
+SHA1 (R/latex2exp_0.5.0.tar.gz) = cb44553899cb3ebdd31f4ef26b4c5a58c3150450
+RMD160 (R/latex2exp_0.5.0.tar.gz) = 8fb66a763b223e9128cfcc0aa7f277b7a292e436
+SHA512 (R/latex2exp_0.5.0.tar.gz) = bdaa519fa5f2266fc549ecc1c129b0d4e16ea8c84cb05bbd11b4daac78bcd6d8d6f1c992b409aa122e9fe568a2474f0ab711bb5e8700f3a1bfc57730b5f23ee5
+Size (R/latex2exp_0.5.0.tar.gz) = 237069 bytes