Skip to content

Commit

Permalink
textproc/libunibreak: update to 5.1
Browse files Browse the repository at this point in the history
New in libunibreak 5.1

- Speed up line-break property lookup
- Update the data to conform to Unicode 15

New in libunibreak 5.0

- Update the data to conform to Unicode 14
- Add per_code_point variants of utf8 and utf16 functions
- Do not always break after the last character
- Clean up code and test
  • Loading branch information
tcberner committed Mar 12, 2023
1 parent 70a6806 commit 00507dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion textproc/libunibreak/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libunibreak
PORTVERSION= 4.3
PORTVERSION= 5.1
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${PORTVERSION:C/\./_/}/
Expand Down
6 changes: 3 additions & 3 deletions textproc/libunibreak/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1609866801
SHA256 (libunibreak-4.3.tar.gz) = 3c51857086cbda44ad4fcdcdf32f6d3acfc3fbd6eefed97db3e3144734998526
SIZE (libunibreak-4.3.tar.gz) = 639886
TIMESTAMP = 1678608217
SHA256 (libunibreak-5.1.tar.gz) = dd1a92d4c5646aa0e457ff41d89812ec5243863be6c20bbcb5ee380f3dd78377
SIZE (libunibreak-5.1.tar.gz) = 658914
4 changes: 2 additions & 2 deletions textproc/libunibreak/pkg-plist
Expand Up @@ -6,6 +6,6 @@ include/unibreakdef.h
include/wordbreak.h
lib/libunibreak.a
lib/libunibreak.so
lib/libunibreak.so.3
lib/libunibreak.so.3.1.3
lib/libunibreak.so.5
lib/libunibreak.so.5.0.1
libdata/pkgconfig/libunibreak.pc

0 comments on commit 00507dd

Please sign in to comment.