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: Fri May 3 09:55:29 UTC 2024
Modified Files:
pkgsrc/textproc/hs-texmath: Makefile PLIST buildlink3.mk distinfo
options.mk
Log Message:
textproc/hs-texmath: Update to 0.12.8.8
texmath (0.12.8.8)
* TeX reader: support unicode-math Greek symbols, e.g. `\Alpha` (#235).
This includes symbols like `\Alpha` and `\omicron` that weren't
defined in original TeX.
* Use typst-symbols 0.1.6
texmath (0.12.8.7)
* TeX reader: convert Bin symbols to Ord when appropriate (#234).
E.g. in '-3', we should have an Ord rather than a Bin, so
the spacing will be appropriate.
* Pandoc writer: fix spacing inside EDelimited (#234).
Previously spaces around binary operators were omitted when
they occurred inside parens or brackets.
* test-texmath: allow pandoc output.
texmath (0.12.8.6)
* Typst writer: avoid redundant `lr`s (#233).
texmath (0.12.8.5)
* Typst writer: use ASCII symbols when possible instead of symbols (#232).
E.g., `+` instead of `plus`. Add `\` to characters needing escape.
Enhance list of characters that need escaping.
* Typst writer: fixed EBoxed output so it includes a border.
* Handle `\ddot` better in conversion to typst (#231).
* Use typst-symbols 0.1.5
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/hs-texmath/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/hs-texmath/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/hs-texmath/buildlink3.mk
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/hs-texmath/distinfo
cvs rdiff -u -r1.1 -r1.2 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.35 pkgsrc/textproc/hs-texmath/Makefile:1.36
--- pkgsrc/textproc/hs-texmath/Makefile:1.35 Thu Nov 2 06:37:38 2023
+++ pkgsrc/textproc/hs-texmath/Makefile Fri May 3 09:55:29 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2023/11/02 06:37:38 pho Exp $
+# $NetBSD: Makefile,v 1.36 2024/05/03 09:55:29 pho Exp $
-DISTNAME= texmath-0.12.8.4
-PKGREVISION= 1
+DISTNAME= texmath-0.12.8.8
CATEGORIES= textproc
MAINTAINER= szptvlfn%NetBSD.org@localhost
Index: pkgsrc/textproc/hs-texmath/PLIST
diff -u pkgsrc/textproc/hs-texmath/PLIST:1.8 pkgsrc/textproc/hs-texmath/PLIST:1.9
--- pkgsrc/textproc/hs-texmath/PLIST:1.8 Wed Nov 1 15:37:07 2023
+++ pkgsrc/textproc/hs-texmath/PLIST Fri May 3 09:55:29 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2023/11/01 15:37:07 pho Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/05/03 09:55:29 pho Exp $
bin/texmath
${PLIST.server}bin/texmath-server
lib/texmath-${PKGVERSION}/${HS_VERSION}/package-description
@@ -90,12 +90,10 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/tex
${PLIST.doc}share/doc/${HS_PLATFORM}/texmath-${PKGVERSION}/html/Text-TeXMath-Writers-Typst.html
${PLIST.doc}share/doc/${HS_PLATFORM}/texmath-${PKGVERSION}/html/Text-TeXMath.html
${PLIST.doc}share/doc/${HS_PLATFORM}/texmath-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/texmath-${PKGVERSION}/html/doc-index.json
${PLIST.doc}share/doc/${HS_PLATFORM}/texmath-${PKGVERSION}/html/haddock-bundle.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/texmath-${PKGVERSION}/html/index.html
${PLIST.doc}share/doc/${HS_PLATFORM}/texmath-${PKGVERSION}/html/linuwial.css
${PLIST.doc}share/doc/${HS_PLATFORM}/texmath-${PKGVERSION}/html/meta.json
${PLIST.doc}share/doc/${HS_PLATFORM}/texmath-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/texmath-${PKGVERSION}/html/quick-jump.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/texmath-${PKGVERSION}/html/synopsis.png
${PLIST.doc}share/doc/${HS_PLATFORM}/texmath-${PKGVERSION}/html/texmath.haddock
Index: pkgsrc/textproc/hs-texmath/buildlink3.mk
diff -u pkgsrc/textproc/hs-texmath/buildlink3.mk:1.33 pkgsrc/textproc/hs-texmath/buildlink3.mk:1.34
--- pkgsrc/textproc/hs-texmath/buildlink3.mk:1.33 Thu Nov 2 06:37:38 2023
+++ pkgsrc/textproc/hs-texmath/buildlink3.mk Fri May 3 09:55:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.33 2023/11/02 06:37:38 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.34 2024/05/03 09:55:29 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.4nb1
+BUILDLINK_ABI_DEPENDS.hs-texmath+= hs-texmath>=0.12.8.8
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.10 pkgsrc/textproc/hs-texmath/distinfo:1.11
--- pkgsrc/textproc/hs-texmath/distinfo:1.10 Tue Oct 31 04:52:24 2023
+++ pkgsrc/textproc/hs-texmath/distinfo Fri May 3 09:55:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/10/31 04:52:24 pho Exp $
+$NetBSD: distinfo,v 1.11 2024/05/03 09:55:29 pho Exp $
-BLAKE2s (texmath-0.12.8.4.tar.gz) = 2ad5957ef8095bf9161139b80d812d366a35085c79903aa51d4909c517b801b3
-SHA512 (texmath-0.12.8.4.tar.gz) = 5cacce61c9dacdcc5c1671b07ad1f0b8aa0dc4e7ada592bf81fd903404b4a58aa370159c5a2a712a2fd85cd6d0c48e3d509c2197522e508bfef0bdc5a9dd8bcb
-Size (texmath-0.12.8.4.tar.gz) = 1480935 bytes
+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
Index: pkgsrc/textproc/hs-texmath/options.mk
diff -u pkgsrc/textproc/hs-texmath/options.mk:1.1 pkgsrc/textproc/hs-texmath/options.mk:1.2
--- pkgsrc/textproc/hs-texmath/options.mk:1.1 Wed Nov 1 15:37:07 2023
+++ pkgsrc/textproc/hs-texmath/options.mk Fri May 3 09:55:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2023/11/01 15:37:07 pho Exp $
+# $NetBSD: options.mk,v 1.2 2024/05/03 09:55:29 pho Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hs-texmath
PKG_SUPPORTED_OPTIONS= server
@@ -14,7 +14,7 @@ PKG_SUGGESTED_OPTIONS= # none
CONFIGURE_ARGS+= -fserver
OPTPARSE_APPLICATIVE_EXECUTABLES+= texmath-server
PLIST.server= yes
-.include "../../devel/hs-optparse-applicative/buildlink3.mk"
+.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"
Home |
Main Index |
Thread Index |
Old Index