pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/R-latex2exp (graphics/R-latex2exp) Updated 0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/692bd8e38681
branches:  trunk
changeset: 457512:692bd8e38681
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Aug 28 05:15:33 2021 +0000

description:
(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))

diffstat:

 graphics/R-latex2exp/Makefile |   4 ++--
 graphics/R-latex2exp/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 9a14c4476af8 -r 692bd8e38681 graphics/R-latex2exp/Makefile
--- a/graphics/R-latex2exp/Makefile     Sat Aug 28 04:47:17 2021 +0000
+++ b/graphics/R-latex2exp/Makefile     Sat Aug 28 05:15:33 2021 +0000
@@ -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@localhost
diff -r 9a14c4476af8 -r 692bd8e38681 graphics/R-latex2exp/distinfo
--- a/graphics/R-latex2exp/distinfo     Sat Aug 28 04:47:17 2021 +0000
+++ b/graphics/R-latex2exp/distinfo     Sat Aug 28 05:15:33 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index