pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hs-texmath Update to texmath-0.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdfd742cbce7
branches:  trunk
changeset: 347410:bdfd742cbce7
user:      pho <pho%pkgsrc.org@localhost>
date:      Sat Jan 11 10:21:27 2020 +0000

description:
Update to texmath-0.12

* Use Text instead of String in data types and functions
  (Christian Despres) [API change].  Note that there are still a few
  places where we unpack Text to String with a view pattern:
  performance could likely be increased with further rewriting.
* Avoid use of !! with negative index (jgm/pandoc#5853).

diffstat:

 textproc/hs-texmath/Makefile      |   7 +++----
 textproc/hs-texmath/buildlink3.mk |   9 ++++-----
 textproc/hs-texmath/distinfo      |  10 +++++-----
 3 files changed, 12 insertions(+), 14 deletions(-)

diffs (65 lines):

diff -r 16b81a79ec85 -r bdfd742cbce7 textproc/hs-texmath/Makefile
--- a/textproc/hs-texmath/Makefile      Sat Jan 11 10:08:28 2020 +0000
+++ b/textproc/hs-texmath/Makefile      Sat Jan 11 10:21:27 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/01/02 15:37:08 pho Exp $
+# $NetBSD: Makefile,v 1.21 2020/01/11 10:21:27 pho Exp $
 
-DISTNAME=      texmath-0.11.3
+DISTNAME=      texmath-0.12
 CATEGORIES=    textproc
 
 MAINTAINER=    szptvlfn%NetBSD.org@localhost
@@ -8,9 +8,8 @@
 LICENSE=       gnu-gpl-v2
 
 .include "../../mk/haskell.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
 .include "../../textproc/hs-pandoc-types/buildlink3.mk"
-.include "../../textproc/hs-parsec/buildlink3.mk"
 .include "../../devel/hs-syb/buildlink3.mk"
 .include "../../textproc/hs-xml/buildlink3.mk"
+.include "../../converters/hs-aeson/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 16b81a79ec85 -r bdfd742cbce7 textproc/hs-texmath/buildlink3.mk
--- a/textproc/hs-texmath/buildlink3.mk Sat Jan 11 10:08:28 2020 +0000
+++ b/textproc/hs-texmath/buildlink3.mk Sat Jan 11 10:21:27 2020 +0000
@@ -1,19 +1,18 @@
-# $NetBSD: buildlink3.mk,v 1.20 2020/01/02 15:37:09 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.21 2020/01/11 10:21:27 pho Exp $
 
 BUILDLINK_TREE+=       hs-texmath
 
 .if !defined(HS_TEXMATH_BUILDLINK3_MK)
 HS_TEXMATH_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-texmath+=     hs-texmath>=0.11.3
-BUILDLINK_ABI_DEPENDS.hs-texmath+=     hs-texmath>=0.11.3
+BUILDLINK_API_DEPENDS.hs-texmath+=     hs-texmath>=0.12
+BUILDLINK_ABI_DEPENDS.hs-texmath+=     hs-texmath>=0.12
 BUILDLINK_PKGSRCDIR.hs-texmath?=       ../../textproc/hs-texmath
 
-.include "../../devel/hs-mtl/buildlink3.mk"
 .include "../../textproc/hs-pandoc-types/buildlink3.mk"
-.include "../../textproc/hs-parsec/buildlink3.mk"
 .include "../../devel/hs-syb/buildlink3.mk"
 .include "../../textproc/hs-xml/buildlink3.mk"
+.include "../../converters/hs-aeson/buildlink3.mk"
 .endif # HS_TEXMATH_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -hs-texmath
diff -r 16b81a79ec85 -r bdfd742cbce7 textproc/hs-texmath/distinfo
--- a/textproc/hs-texmath/distinfo      Sat Jan 11 10:08:28 2020 +0000
+++ b/textproc/hs-texmath/distinfo      Sat Jan 11 10:21:27 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/01/02 15:37:09 pho Exp $
+$NetBSD: distinfo,v 1.4 2020/01/11 10:21:27 pho Exp $
 
-SHA1 (texmath-0.11.3.tar.gz) = e6a8eb67e4b554821aad76bb5a7e8039e2a1cf54
-RMD160 (texmath-0.11.3.tar.gz) = 1386ea134b0574a15c9702e63599ebad366f7514
-SHA512 (texmath-0.11.3.tar.gz) = 8aefbe447a1a78028b3cfee66428552ad0f116fcfdda529364f8d1cd0742d83a9daeac2c8ecc3d9b48828c8d008069bd73d17f6555f50c25916a033b266185d1
-Size (texmath-0.11.3.tar.gz) = 1695050 bytes
+SHA1 (texmath-0.12.tar.gz) = 6ee49d5cc881f7473847a83aa849744e807dd2c0
+RMD160 (texmath-0.12.tar.gz) = 8539d2606150c2a5c9fea74ccd9e81ef402fce17
+SHA512 (texmath-0.12.tar.gz) = e8c304652b472c24a09460abfd473e4f8ef4d55685841cc1f3ead35abf50fc99dcaf5981c0025497d9997b0010e556ce5d99c0e8ad4872c79fa49d6d857cb1b1
+Size (texmath-0.12.tar.gz) = 1791515 bytes



Home | Main Index | Thread Index | Old Index