Received: by mail.netbsd.org (Postfix, from userid 605) id 3A1C884E71; Mon, 12 Feb 2024 17:10:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707757825; bh=h5qiibtpsZKGfczAwiaFaRSiTW3molL4E0Jgg6qsTOo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=qW84R8FPHV9pT1OhWV8GpYmOzePxeMD8pgCTatkAu6XtTiR3nTnenwzSLWSnqmeIB Zs6QjxUzJtoADCpTbBvygBSMJmBDJpqbYfC23Ctgwp4IlRIHvuSKdNLGhcXpmEW7uI 8rDobzziecaYBvlGZq/tZiF9q5dnpNjokw23u7RU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B00184E68 for ; Mon, 12 Feb 2024 17:10:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yYiQqLO9GHob for ; Mon, 12 Feb 2024 17:10:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 32FE884D25 for ; Mon, 12 Feb 2024 17:10:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707757823; bh=h5qiibtpsZKGfczAwiaFaRSiTW3molL4E0Jgg6qsTOo=; h=Date:From:Subject:To:Reply-To; b=Ajo8+6mJ7Au4Gf7dh07uM1syZvQvbEIA5CBv1gju6sJ9cW28OmN3K6HQvChMZcg1u GqKFK9JAdz4Qf14aOsP6XGwqIrZyi1177w4i35sIdNfu62YgFz5cTsRu9kAXI/WRVv FwhYScUR8x0adRfLspjTclMBXmMCcfKTV0VwW1ys= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 223C4F9AB; Mon, 12 Feb 2024 17:10:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707757823141170" MIME-Version: 1.0 Date: Mon, 12 Feb 2024 17:10:23 +0000 From: "Hans Rosenfeld" Subject: CVS commit: pkgsrc/mail/courier-unicode To: pkgsrc-changes@NetBSD.org Reply-To: hans@netbsd.org X-Mailer: log_accum Message-Id: <20240212171023.223C4F9AB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707757823141170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: hans Date: Mon Feb 12 17:10:23 UTC 2024 Modified Files: pkgsrc/mail/courier-unicode: Makefile PLIST buildlink3.mk distinfo Log Message: Update courier-unicode to 2.3.0 Changes since 2.1: * Unicode 15 update. Added unicode_derived_() lookup for derived core properties. Added unicode_general_category_lookup() for general category lookups. Fix GB11 rule. * configure.ac: gcc 12, autotool updates. * Fix compilation error on CentOS 7. * unicode_bidi.c: Implement unicode_bidi_combining(). Implement canonical and compatibility decomposition and canonical composition. * unicode_bidi.c (unicode_bidi_needs_embed): Make its return code what its documentation says its return code is. * Implement unicode_bidi_needs_embed(), unicode_bidi_cleaned_size(), unicode::bidi_override, unicode_bidi_calc and unicode_bidi_calc_levels return a unicode_bidi_direction object, to indicate whether the computer paragraph embedding level was explicitly computed or defaulted. * courier-unicode-version.m4: split version checking macro into its own m4 file. * unicode::bidi_calc - an empty string with an explicit embedding level should return the requested embedding level. * unicode::iconvert::convert, fix uninitialized variable. * Implement bidirectional algorithm, canonical or equivalent character mappings. * Unicode 13 update. Adds lookup of EastAsianWidth property, emoji property lookup, adds an alternative sequence-based grapheme API that handles multi-character emoji rules. * Add bidi property lookups. * Makefile.am: Regenerate docs due to broken man page links. * unicodebuf.c (unicode_buf_remove): Bug fix. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/courier-unicode/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/courier-unicode/PLIST \ pkgsrc/mail/courier-unicode/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/courier-unicode/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707757823141170 Content-Disposition: inline Content-Length: 7311 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/courier-unicode/Makefile diff -u pkgsrc/mail/courier-unicode/Makefile:1.5 pkgsrc/mail/courier-unicode/Makefile:1.6 --- pkgsrc/mail/courier-unicode/Makefile:1.5 Sun Jan 26 17:31:33 2020 +++ pkgsrc/mail/courier-unicode/Makefile Mon Feb 12 17:10:22 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2020/01/26 17:31:33 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2024/02/12 17:10:22 hans Exp $ -DISTNAME= courier-unicode-2.1 +DISTNAME= courier-unicode-2.3.0 CATEGORIES= mail MASTER_SITES= https://sourceforge.net/projects/courier/files/courier-unicode/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/mail/courier-unicode/PLIST diff -u pkgsrc/mail/courier-unicode/PLIST:1.2 pkgsrc/mail/courier-unicode/PLIST:1.3 --- pkgsrc/mail/courier-unicode/PLIST:1.2 Fri May 24 08:38:28 2019 +++ pkgsrc/mail/courier-unicode/PLIST Mon Feb 12 17:10:22 2024 @@ -1,8 +1,25 @@ -@comment $NetBSD: PLIST,v 1.2 2019/05/24 08:38:28 hauke Exp $ +@comment $NetBSD: PLIST,v 1.3 2024/02/12 17:10:22 hans Exp $ include/courier-unicode-categories-tab.h include/courier-unicode-script-tab.h include/courier-unicode.h lib/libcourier-unicode.la +man/man3/unicode::bidi.3 +man/man3/unicode::bidi_calc.3 +man/man3/unicode::bidi_calc_types.3 +man/man3/unicode::bidi_cleanup.3 +man/man3/unicode::bidi_combinings.3 +man/man3/unicode::bidi_embed.3 +man/man3/unicode::bidi_embed_paragraph_level.3 +man/man3/unicode::bidi_get_direction.3 +man/man3/unicode::bidi_logical_order.3 +man/man3/unicode::bidi_needs_embed.3 +man/man3/unicode::bidi_override.3 +man/man3/unicode::bidi_reorder.3 +man/man3/unicode::canonical.3 +man/man3/unicode::compose.3 +man/man3/unicode::compose_default_callback.3 +man/man3/unicode::decompose.3 +man/man3/unicode::decompose_default_reallocate.3 man/man3/unicode::iconvert::convert.3 man/man3/unicode::iconvert::convert_tocase.3 man/man3/unicode::iconvert::fromu.3 @@ -19,7 +36,31 @@ man/man3/unicode::ucs_2.3 man/man3/unicode::ucs_4.3 man/man3/unicode::utf_8.3 man/man3/unicode::wordbreak_callback_base.3 +man/man3/unicode::wordbreak.3 +man/man3/unicode_bidi.3 +man/man3/unicode_bidi_bracket_type.3 +man/man3/unicode_bidi_calc.3 +man/man3/unicode_bidi_calc_levels.3 +man/man3/unicode_bidi_calc_types.3 +man/man3/unicode_bidi_cleaned_size.3 +man/man3/unicode_bidi_cleanup.3 +man/man3/unicode_bidi_combinings.3 +man/man3/unicode_bidi_direction.3 +man/man3/unicode_bidi_embed.3 +man/man3/unicode_bidi_embed_paragraph_level.3 +man/man3/unicode_bidi_logical_order.3 +man/man3/unicode_bidi_mirror.3 +man/man3/unicode_bidi_needs_embed.3 +man/man3/unicode_bidi_reorder.3 +man/man3/unicode_bidi_setbnl.3 +man/man3/unicode_bidi_type.3 +man/man3/unicode_canonical.3 man/man3/unicode_category_lookup.3 +man/man3/unicode_ccc.3 +man/man3/unicode_compose.3 +man/man3/unicode_composition_apply.3 +man/man3/unicode_composition_deinit.3 +man/man3/unicode_composition_init.3 man/man3/unicode_convert.3 man/man3/unicode_convert_deinit.3 man/man3/unicode_convert_fromu_init.3 @@ -35,7 +76,42 @@ man/man3/unicode_convert_tou_init.3 man/man3/unicode_convert_tou_tobuf.3 man/man3/unicode_convert_toutf8.3 man/man3/unicode_convert_uc.3 +man/man3/unicode_decompose.3 +man/man3/unicode_decompose_reallocate_size.3 +man/man3/unicode_decomposition_deinit.3 +man/man3/unicode_decomposition_init.3 man/man3/unicode_default_chset.3 +man/man3/unicode_derived_case_ignorable_lookup.3 +man/man3/unicode_derived_cased_lookup.3 +man/man3/unicode_derived_changes_when_casefolded_lookup.3 +man/man3/unicode_derived_changes_when_casemapped_lookup.3 +man/man3/unicode_derived_changes_when_lowercased_lookup.3 +man/man3/unicode_derived_changes_when_titlecased_lookup.3 +man/man3/unicode_derived_changes_when_uppercased_lookup.3 +man/man3/unicode_derived_core_properties.3 +man/man3/unicode_derived_default_ignorable_code_point_lookup.3 +man/man3/unicode_derived_grapheme_base_lookup.3 +man/man3/unicode_derived_grapheme_extend_lookup.3 +man/man3/unicode_derived_grapheme_link_lookup.3 +man/man3/unicode_derived_id_continue_lookup.3 +man/man3/unicode_derived_id_start_lookup.3 +man/man3/unicode_derived_incb_lookup.3 +man/man3/unicode_derived_lowercase_lookup.3 +man/man3/unicode_derived_math_lookup.3 +man/man3/unicode_derived_uppercase_lookup.3 +man/man3/unicode_derived_xid_continue_lookup.3 +man/man3/unicode_derived_xid_start_lookup.3 +man/man3/unicode_general_category_lookup.3 +man/man3/unicode_emoji.3 +man/man3/unicode_emoji_component.3 +man/man3/unicode_emoji_extended_pictographic.3 +man/man3/unicode_emoji_lookup.3 +man/man3/unicode_emoji_modifier.3 +man/man3/unicode_emoji_modifier_base.3 +man/man3/unicode_emoji_presentation.3 +man/man3/unicode_grapheme_break_deinit.3 +man/man3/unicode_grapheme_break_init.3 +man/man3/unicode_grapheme_break_next.3 man/man3/unicode_grapheme_break.3 man/man3/unicode_html40ent_lookup.3 man/man3/unicode_isalnum.3 @@ -58,6 +134,7 @@ man/man3/unicode_lbc_next.3 man/man3/unicode_lbc_next_cnt.3 man/man3/unicode_lbc_set_opts.3 man/man3/unicode_lc.3 +man/man3/unicode_line_break.3 man/man3/unicode_locale_chset.3 man/man3/unicode_script.3 man/man3/unicode_tc.3 @@ -71,5 +148,7 @@ man/man3/unicode_wb_next_cnt.3 man/man3/unicode_wbscan_end.3 man/man3/unicode_wbscan_init.3 man/man3/unicode_wbscan_next.3 +man/man3/unicode_word_break.3 man/man7/courier-unicode.7 +share/aclocal/courier-unicode-version.m4 share/aclocal/courier-unicode.m4 Index: pkgsrc/mail/courier-unicode/buildlink3.mk diff -u pkgsrc/mail/courier-unicode/buildlink3.mk:1.2 pkgsrc/mail/courier-unicode/buildlink3.mk:1.3 --- pkgsrc/mail/courier-unicode/buildlink3.mk:1.2 Fri May 24 08:38:28 2019 +++ pkgsrc/mail/courier-unicode/buildlink3.mk Mon Feb 12 17:10:22 2024 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2019/05/24 08:38:28 hauke Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2024/02/12 17:10:22 hans Exp $ BUILDLINK_TREE+= courier-unicode @@ -6,7 +6,7 @@ BUILDLINK_TREE+= courier-unicode COURIER_UNICODE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.courier-unicode+= courier-unicode>=2.0 -BUILDLINK_ABI_DEPENDS.courier-unicode+= courier-unicode>=2.1 +BUILDLINK_ABI_DEPENDS.courier-unicode+= courier-unicode>=2.3 BUILDLINK_PKGSRCDIR.courier-unicode?= ../../mail/courier-unicode .endif # COURIER_UNICODE_BUILDLINK3_MK Index: pkgsrc/mail/courier-unicode/distinfo diff -u pkgsrc/mail/courier-unicode/distinfo:1.4 pkgsrc/mail/courier-unicode/distinfo:1.5 --- pkgsrc/mail/courier-unicode/distinfo:1.4 Tue Oct 26 10:53:56 2021 +++ pkgsrc/mail/courier-unicode/distinfo Mon Feb 12 17:10:22 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:53:56 nia Exp $ +$NetBSD: distinfo,v 1.5 2024/02/12 17:10:22 hans Exp $ -BLAKE2s (courier-unicode-2.1.tar.bz2) = e34df0f753448c8c17659877be7dd5874b8001626ecbfcb271d46fb934a069ed -SHA512 (courier-unicode-2.1.tar.bz2) = 1ee0bb3a548bfae4ebdc92ff8eeff5d22705c0df55e37e98880a12f1bfb186034e0c1ea2e1f03073b40e1d11147828304be93467d5d51e394fe39fd57bbbb46e -Size (courier-unicode-2.1.tar.bz2) = 447917 bytes +BLAKE2s (courier-unicode-2.3.0.tar.bz2) = bfdeb86796c9a8081aeb92aef0834953fc86832e71c5e35e76e2259ef4280011 +SHA512 (courier-unicode-2.3.0.tar.bz2) = f0db382a5c3fbe76fa1395e90f5f5489f83e95753f95058aa1c1b16dbcd5aba0425e88674337d18d32d00ed932609c3e984ae684bb122fea40eaae9489f470d4 +Size (courier-unicode-2.3.0.tar.bz2) = 657354 bytes --_----------=_1707757823141170--