pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-texmath



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 12:57:51 UTC 2025

Modified Files:
        pkgsrc/textproc/hs-texmath: Makefile buildlink3.mk distinfo options.mk

Log Message:
textproc/hs-texmath: update to texmath-0.12.8.13

texmath (0.12.8.13)

  * Remove special override for `\perp` in Text.TeXMath.Readers.TeX.Commands
    (#247). This caused `\perp` to be read as U+22A5 instead of U+27C2.  This
    addresses the mismatch with the TeX writer (which associates `\bot` with
    U+22A5 and `\perp` with U+27C2).

  * Typst writer:

    + Fix several issues with accents and attachments (#245).
    + Fix handling of some EOver with combining accents (#245).
    + Escape backslash in text context (#245).

texmath (0.12.8.12)

  * TeX writer: render prime and superscripted prime as `'` (#246).

  * TeX reader:

    + Don't crash on array with `\hline` before blank cell (#244).
    + Skip whitespace in array column specifier (#244).

  * OMML writer:

    + Fix order of dPr attributes (#243).

  * Typst writer:

    + Escape commas (#242). Otherwise we can get bad results e.g. in fractions,
      when the commas separate arguments.

  * Require typst-symbols 0.1.7, update tests.

texmath (0.12.8.11)

  * TeX reader: Ignore `@{..}` and `!{..}` in array alignment specifiers (#241).

  * TeX reader: ignore `\color` instead of crashing (#225).

texmath (0.12.8.10)

  * TeX reader: allow `\lVert .. \vVert` to create an EDelimited (#238).

  * Typst writer: improved handling of primes (#239).
    Use `'` instead of e.g. `prime`. Don't put a space before primes.

  * Typst writer: improve rendering of EDelimited (#238).

  * Typst writer: use `mid()` for middle delimiters (#238).

texmath (0.12.8.9)

  * Parse TeX `\mathbf` as both bold and upright (#236).


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/hs-texmath/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/hs-texmath/buildlink3.mk
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/hs-texmath/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/hs-texmath/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/hs-texmath/Makefile
diff -u pkgsrc/textproc/hs-texmath/Makefile:1.37 pkgsrc/textproc/hs-texmath/Makefile:1.38
--- pkgsrc/textproc/hs-texmath/Makefile:1.37    Thu May  9 01:32:47 2024
+++ pkgsrc/textproc/hs-texmath/Makefile Thu Jan 30 12:57:50 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2024/05/09 01:32:47 pho Exp $
+# $NetBSD: Makefile,v 1.38 2025/01/30 12:57:50 pho Exp $
 
-DISTNAME=      texmath-0.12.8.8
-PKGREVISION=   1
+DISTNAME=      texmath-0.12.8.13
 CATEGORIES=    textproc
 
 MAINTAINER=    szptvlfn%NetBSD.org@localhost

Index: pkgsrc/textproc/hs-texmath/buildlink3.mk
diff -u pkgsrc/textproc/hs-texmath/buildlink3.mk:1.35 pkgsrc/textproc/hs-texmath/buildlink3.mk:1.36
--- pkgsrc/textproc/hs-texmath/buildlink3.mk:1.35       Thu May  9 01:32:47 2024
+++ pkgsrc/textproc/hs-texmath/buildlink3.mk    Thu Jan 30 12:57:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.35 2024/05/09 01:32:47 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.36 2025/01/30 12:57:50 pho Exp $
 
 BUILDLINK_TREE+=       hs-texmath
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        hs-texmath
 HS_TEXMATH_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.hs-texmath+=     hs-texmath>=0.12.8
-BUILDLINK_ABI_DEPENDS.hs-texmath+=     hs-texmath>=0.12.8.8nb1
+BUILDLINK_ABI_DEPENDS.hs-texmath+=     hs-texmath>=0.12.8.13
 BUILDLINK_PKGSRCDIR.hs-texmath?=       ../../textproc/hs-texmath
 
 .include "../../textproc/hs-pandoc-types/buildlink3.mk"

Index: pkgsrc/textproc/hs-texmath/distinfo
diff -u pkgsrc/textproc/hs-texmath/distinfo:1.11 pkgsrc/textproc/hs-texmath/distinfo:1.12
--- pkgsrc/textproc/hs-texmath/distinfo:1.11    Fri May  3 09:55:29 2024
+++ pkgsrc/textproc/hs-texmath/distinfo Thu Jan 30 12:57:51 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/05/03 09:55:29 pho Exp $
+$NetBSD: distinfo,v 1.12 2025/01/30 12:57:51 pho Exp $
 
-BLAKE2s (texmath-0.12.8.8.tar.gz) = 3d2300a31706f86a684be4a360b6a5a84b5ef3516a40fa3c68245ccfab602852
-SHA512 (texmath-0.12.8.8.tar.gz) = 3f08e5f7a59014eaa4379cd98d3283d21eb25e580dab56cd8a4aa85e6a291255188c44cc0817c26485bbf38b9039df767584daf38fec89578f75d53735c6a77b
-Size (texmath-0.12.8.8.tar.gz) = 1482246 bytes
+BLAKE2s (texmath-0.12.8.13.tar.gz) = bb86aa5e0ce4e5f5be9373ec6583d86067f2fe9812b7c5a70e8227ac04fdc311
+SHA512 (texmath-0.12.8.13.tar.gz) = 7e15d5219551f0b5f7acf1d8a8d9e7ed1e574f74a4b6234d9d48a9d2ed48508d238889166bb3123d21114793257b7410b2baa3b5220412c6527a589fc95f15d3
+Size (texmath-0.12.8.13.tar.gz) = 1485279 bytes

Index: pkgsrc/textproc/hs-texmath/options.mk
diff -u pkgsrc/textproc/hs-texmath/options.mk:1.2 pkgsrc/textproc/hs-texmath/options.mk:1.3
--- pkgsrc/textproc/hs-texmath/options.mk:1.2   Fri May  3 09:55:29 2024
+++ pkgsrc/textproc/hs-texmath/options.mk       Thu Jan 30 12:57:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2024/05/03 09:55:29 pho Exp $
+# $NetBSD: options.mk,v 1.3 2025/01/30 12:57:51 pho Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.hs-texmath
 PKG_SUPPORTED_OPTIONS= server
@@ -14,11 +14,11 @@ PKG_SUGGESTED_OPTIONS=      # none
 CONFIGURE_ARGS+=                       -fserver
 OPTPARSE_APPLICATIVE_EXECUTABLES+=     texmath-server
 PLIST.server=                          yes
-.include "../../devel/hs-optparse-applicative/application.mk"
-.include "../../devel/hs-safe/buildlink3.mk"
 .include "../../www/hs-servant-server/buildlink3.mk"
 .include "../../www/hs-wai/buildlink3.mk"
 .include "../../www/hs-wai-logger/buildlink3.mk"
 .include "../../www/hs-warp/buildlink3.mk"
+.include "../../devel/hs-optparse-applicative/application.mk"
+.include "../../devel/hs-safe/buildlink3.mk"
 .endif
 PLIST_VARS+=           server



Home | Main Index | Thread Index | Old Index