head 1.12; access; symbols pkgsrc-2023Q4:1.12.0.2 pkgsrc-2023Q4-base:1.12 pkgsrc-2023Q3:1.9.0.6 pkgsrc-2023Q3-base:1.9 pkgsrc-2023Q2:1.9.0.4 pkgsrc-2023Q2-base:1.9 pkgsrc-2023Q1:1.9.0.2 pkgsrc-2023Q1-base:1.9 pkgsrc-2022Q4:1.7.0.8 pkgsrc-2022Q4-base:1.7 pkgsrc-2022Q3:1.7.0.6 pkgsrc-2022Q3-base:1.7 pkgsrc-2022Q2:1.7.0.4 pkgsrc-2022Q2-base:1.7 pkgsrc-2022Q1:1.7.0.2 pkgsrc-2022Q1-base:1.7 pkgsrc-2021Q4:1.3.0.6 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.4 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.2 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.1.0.10 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.8 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.6 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.12 date 2023.11.02.06.37.30; author pho; state Exp; branches; next 1.11; commitid dPkTdcIqhE4k90LE; 1.11 date 2023.10.28.09.45.22; author pho; state Exp; branches; next 1.10; commitid Gb0dQZoQ8c2omnKE; 1.10 date 2023.10.09.04.54.50; author pho; state Exp; branches; next 1.9; commitid GWJENRm2aeL7mUHE; 1.9 date 2023.02.07.01.41.10; author pho; state Exp; branches; next 1.8; commitid FngQneW4VvkL7xcE; 1.8 date 2023.01.25.15.24.23; author pho; state Exp; branches; next 1.7; commitid vh6di6GJkJXJ6WaE; 1.7 date 2022.02.26.03.58.27; author pho; state Exp; branches; next 1.6; commitid YpGygpH4CsFi05uD; 1.6 date 2022.02.12.08.50.52; author pho; state Exp; branches; next 1.5; commitid RtqPCkFXjE2Y4jsD; 1.5 date 2022.02.11.13.30.32; author pho; state Exp; branches; next 1.4; commitid hCJE1kIDHsGcFcsD; 1.4 date 2022.01.18.02.48.25; author pho; state Exp; branches; next 1.3; commitid ebWMDlQYfX5rS3pD; 1.3 date 2021.05.03.19.01.14; author pho; state Exp; branches; next 1.2; commitid Sim1lfCa9UFPBJRC; 1.2 date 2021.04.24.15.21.03; author pho; state Exp; branches; next 1.1; commitid RrCSzIyXiDV2HyQC; 1.1 date 2020.01.15.06.45.04; author pho; state Exp; branches; next ; commitid rn7jS08tNfkJMKSB; desc @@ 1.12 log @Revbump all Haskell after updating lang/ghc96 @ text @# $NetBSD: Makefile,v 1.11 2023/10/28 09:45:22 pho Exp $ DISTNAME= doclayout-0.4.0.1 PKGREVISION= 1 CATEGORIES= textproc MAINTAINER= pho@@cielonegro.org COMMENT= Prettyprinting library for laying out text documents LICENSE= modified-bsd .include "../../converters/hs-emojis/buildlink3.mk" .include "../../devel/hs-safe/buildlink3.mk" .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" @ 1.11 log @textproc/hs-doclayout: Update to 0.4.0.1 0.4.0.1 Add clause for Empty to renderList (#22). Remove upper bound for criterion @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2023/10/09 04:54:50 pho Exp $ d4 1 @ 1.10 log @Bump Haskell packages after updating lang/ghc94 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2023/02/07 01:41:10 pho Exp $ d3 1 a3 2 DISTNAME= doclayout-0.4 PKGREVISION= 2 @ 1.9 log @revbump all the Haskell packages after modifying the runtime system of lang/ghc94 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2023/01/25 15:24:23 pho Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.8 log @textproc/hs-doclayout: Update to 0.4 0.4 * Expose unfoldD [API change]. * Remove realLengthNoShortcut, isEmojiModifier, and isEmojiJoiner [API change] (Stephen Morgan). * Add new exported functions realLengthNarrowContext, realLengthWideContext, realLengthNarrowContextNoShortcut, realLengthWideContextNoShortcut, isSkinToneModifier, isZWJ [API change] (Stephen Morgan). * Compute realLength strictly. * Make getOffset stricter. * Drop support for ghc <= 8.4, add test for ghc 9.2. * Don't collapse the CarriageReturn + Newline combination (#20). We want to ensure that a literal starting with a Newline doesn't lose the newline if it occurs after a CarriageReturn. This affects code blocks in pandoc that begin with newlines. * Improve performance of NoShortcut code (Stephen Morgan). * Simplify emoji processing (Stephen Morgan). * Add benchmarking for code with no shortcuts (Stephen Morgan). * Add unicodeWidth.inc to cabal file. * Fix offset, minOffset, updateColumn so they don't re-render. * Get unicode block widths directly from the Unicode specification, rather than writing it out ourselves (Stephen Morgan). * Resolve the width of ambiguous characters based on their context (Stephen Morgan). * Spacing marks should have nonzero width, even though they are combining characters (Stephen Morgan). * Add shortcuts for extended Latin, Arabic, Cyrillic, Greek, Devangari, Bengali, Korean, Telugu, and Tamil (Stephen Morgan). * Fix location of extra-source-files in cabal. * update.hs: require text package * Handle emoji variation modifiers specially, so the keypad emoji can be ignored (Stephen Morgan). This results in a 16% speedup of realLength on ascii text. * Add benchmarks for all scripts used by more than 50 million people, plus a couple more. (#9, Stephen Morgan). @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2022/02/26 03:58:27 pho Exp $ d4 1 @ 1.7 log @Bump all Haskell packages after enabling "split sections" in mk/haskell.mk @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2022/02/12 08:50:52 pho Exp $ d3 1 a3 2 DISTNAME= doclayout-0.3.1.1 PKGREVISION= 2 @ 1.6 log @revbump after changing the default Haskell compiler @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2022/02/11 13:30:32 pho Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.5 log @Update to doclayout-0.3.1.1 0.3.1.1 * Fix the end of the block of zero width characters which contains the zero-width joiners and directional markings (Stephen Morgan, #5). This fixes a regression introduced in 0.3.1, affecting code points 0x2010 to 0x2030. 0.3.1 * Improved handling of emojis. Emojis are double-wide, but previously this library did not treat them as such. We now have comprehensive support of emojis, including variation modifiers and zero-width joiners, verified by a test suite. Performance has been confirmed to be no worse for text without emojis. (Stephen Morgan, #1). API changes: export realLengthNoShortcut, isEmojiModifier, isEmojiVariation, isEmojiJoiner. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2022/01/18 02:48:25 pho Exp $ d4 1 @ 1.4 log @Bump packages that depends on GHC @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2021/05/03 19:01:14 pho Exp $ d3 1 a3 2 DISTNAME= doclayout-0.3.0.2 PKGREVISION= 2 d10 1 @ 1.3 log @*: Bump PKGREVISION for ghc-9.0.1 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2021/04/24 15:21:03 pho Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.2 log @Update to doclayout-0.3.0.2 0.3.0.2 * NOINLINE literal instead of fromString (#2, sjakobi). This produces a further reduction in allocations and pandoc compile time. 0.3.0.1 * NOINLINE fromString (#1). @@sjakobi reports that this change reduced total allocations for building pandoc-2.12 with GHC 8.10.4 by 8.5% and reduced peak allocations are reduced from 3854MB to 3389MB. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2020/01/15 06:45:04 pho Exp $ d4 1 @ 1.1 log @Import doclayout-0.3 doclayout is a prettyprinting library for laying out text documents, with several features not present in prettyprinting libraries designed for code. It was designed for use in pandoc. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= doclayout-0.3 @