forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Version 2.3 ## 2019-03-30 - Unicode 12 support ([#148]). - New function `utf8proc_unicode_version` to return the supported Unicode version ([#151]). - Simpler character-width computation that no longer uses GNU Unifont metrics: East-Asian wide characters have width 2, and all other printable characters have width 1 ([#150]). - Fix `CHARBOUND` option for `utf8proc_map` to preserve U+FFFE and U+FFFF non-characters ([#149]). - Various build-system improvements ([#141], [#142], [#147]).
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2018/04/30 19:31:47 minskim Exp $ | ||
@comment $NetBSD: PLIST,v 1.2 2019/04/01 13:19:46 wiz Exp $ | ||
include/utf8proc.h | ||
lib/libutf8proc.so | ||
lib/libutf8proc.so.2 | ||
lib/libutf8proc.so.${PKGVERSION} | ||
lib/libutf8proc.so.2.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
$NetBSD: distinfo,v 1.3 2018/08/17 15:22:37 minskim Exp $ | ||
$NetBSD: distinfo,v 1.4 2019/04/01 13:19:46 wiz Exp $ | ||
|
||
SHA1 (utf8proc-2.2.0.tar.gz) = 476efd08dbff38c63f01bb9176905edb09384e63 | ||
RMD160 (utf8proc-2.2.0.tar.gz) = 1adb73edb8fbde7fd046a79ed22810dee38fa49c | ||
SHA512 (utf8proc-2.2.0.tar.gz) = ae19287e33bc4807475063963557c4d1d2f7d95577d61882ba8df380883662860eeb868e7391ac1b8111614ca2c1855f631925ade6eaa827d07d28cc4cdbab9c | ||
Size (utf8proc-2.2.0.tar.gz) = 156334 bytes | ||
SHA1 (utf8proc-2.3.0.tar.gz) = f13f0ea64b2ea955865d2c248f231806950b477d | ||
RMD160 (utf8proc-2.3.0.tar.gz) = a889cbce4caf404382c77d781036831393d082fc | ||
SHA512 (utf8proc-2.3.0.tar.gz) = 3935cd280e14ed570caa89a983b2d56a981e74da9298a1ea26064da78ece288ff48a73306446d3e1d777e6ecd8ea881f7a29169eaae2153cb015daefb8df8656 | ||
Size (utf8proc-2.3.0.tar.gz) = 154282 bytes | ||
SHA1 (patch-CMakeLists.txt) = df574d345dd4d39ae83f2fe7d8669d28524a1a5e |