Skip to content

Commit

Permalink
Update to doclayout-0.3.1.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
depressed-pho committed Feb 11, 2022
1 parent 1a54ebd commit 0e907b5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions textproc/hs-doclayout/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.4 2022/01/18 02:48:25 pho Exp $
# $NetBSD: Makefile,v 1.5 2022/02/11 13:30:32 pho Exp $

DISTNAME= doclayout-0.3.0.2
PKGREVISION= 2
DISTNAME= doclayout-0.3.1.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"
7 changes: 4 additions & 3 deletions textproc/hs-doclayout/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:25 pho Exp $
# $NetBSD: buildlink3.mk,v 1.5 2022/02/11 13:30:32 pho Exp $

BUILDLINK_TREE+= hs-doclayout

.if !defined(HS_DOCLAYOUT_BUILDLINK3_MK)
HS_DOCLAYOUT_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-doclayout+= hs-doclayout>=0.3.0
BUILDLINK_ABI_DEPENDS.hs-doclayout+= hs-doclayout>=0.3.0.2nb2
BUILDLINK_API_DEPENDS.hs-doclayout+= hs-doclayout>=0.3.1
BUILDLINK_ABI_DEPENDS.hs-doclayout+= hs-doclayout>=0.3.1.1
BUILDLINK_PKGSRCDIR.hs-doclayout?= ../../textproc/hs-doclayout

.include "../../converters/hs-emojis/buildlink3.mk"
.include "../../devel/hs-safe/buildlink3.mk"
.endif # HS_DOCLAYOUT_BUILDLINK3_MK

Expand Down
8 changes: 4 additions & 4 deletions textproc/hs-doclayout/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 11:22:00 nia Exp $
$NetBSD: distinfo,v 1.5 2022/02/11 13:30:32 pho Exp $

BLAKE2s (doclayout-0.3.0.2.tar.gz) = afa256ec8e08a639af663280c1ab918ee7c179e8e0ac102f43ad3a06cfc05942
SHA512 (doclayout-0.3.0.2.tar.gz) = 5f777b66c5bb589021ce6f74e4cb4520a5078621cbcc62bc4eb8b73d54771f18523dfe40935f83553a5a4244219a86b6af22e7e3f33d251b3c567f91bb9596c0
Size (doclayout-0.3.0.2.tar.gz) = 12140 bytes
BLAKE2s (doclayout-0.3.1.1.tar.gz) = 815c476bd6ad1551b02fccd448c8272bac63e435a6ec67ad89df9690d86a98fc
SHA512 (doclayout-0.3.1.1.tar.gz) = a3cd5eeef6133121df1a0eedab905aca6de0edcbc7ffb6633efc58e8af5d9c17ed843303c9eeb097aa63f965b36648a967d844daf4e3a103ab75ac4bf42976a5
Size (doclayout-0.3.1.1.tar.gz) = 15047 bytes

0 comments on commit 0e907b5

Please sign in to comment.