Received: by mail.netbsd.org (Postfix, from userid 605) id 23BB384D66; Tue, 17 Sep 2019 16:43:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F38C84D7A for ; Tue, 17 Sep 2019 16:43:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 WOEovSmtMc8G for ; Tue, 17 Sep 2019 16:43:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D1D4A84CE8 for ; Tue, 17 Sep 2019 16:43:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CAC6DFBF4; Tue, 17 Sep 2019 16:43:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568738581299610" MIME-Version: 1.0 Date: Tue, 17 Sep 2019 16:43:01 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/converters/fribidi To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190917164301.CAC6DFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1568738581299610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Sep 17 16:43:01 UTC 2019 Modified Files: pkgsrc/converters/fribidi: Makefile PLIST distinfo Log Message: fribidi: Update to 1.0.5 Version 1.0.0 of FriBidi is a major update that adds support for all the changes to the Unicode Bidirectional Algorithm that were introduced in UAX#9, version 6.3, and beyond. This library contains test code that validates the algorithm against the test-files provided by the Unicode consortium, and have been verified to be 100% compliant with version 10 of the unicode algorithm. Because of changes to the algorithm, the previous API have been deprecated in favor of a new API that introduces another couple of parameters. But the old API has been retained, and will return the same results as before these algorithmic changes. This version supports Unicode version 11. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/converters/fribidi/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/converters/fribidi/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/converters/fribidi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568738581299610 Content-Disposition: inline Content-Length: 4598 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/fribidi/Makefile diff -u pkgsrc/converters/fribidi/Makefile:1.24 pkgsrc/converters/fribidi/Makefile:1.25 --- pkgsrc/converters/fribidi/Makefile:1.24 Thu Sep 27 17:15:25 2018 +++ pkgsrc/converters/fribidi/Makefile Tue Sep 17 16:43:01 2019 @@ -1,34 +1,28 @@ -# $NetBSD: Makefile,v 1.24 2018/09/27 17:15:25 jklos Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/17 16:43:01 nia Exp $ -DISTNAME= fribidi-0.19.7 -CATEGORIES= converters -MASTER_SITES= ${MASTER_SITE_GNU:=fribidi/} -LICENSE= gnu-gpl-v2 -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/fribidi/fribidi -COMMENT= Free Implementation of the Unicode Bidirectional Algorithm +DISTNAME= fribidi-1.0.5 +CATEGORIES= converters +MASTER_SITES= ${MASTER_SITE_GITHUB:=fribidi/} +EXTRACT_SUFX= .tar.bz2 +GITHUB_PROJECT= fribidi +GITHUB_RELEASE= v${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/fribidi/fribidi +COMMENT= Free Implementation of the Unicode Bidirectional Algorithm +LICENSE= gnu-gpl-v2 + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config gmake + +TEST_TARGET= check REPLACE_INTERPRETER+= bash REPLACE.bash.old= /bin/bash REPLACE.bash.new= ${SH} REPLACE_FILES.bash= run.tests -USE_LIBTOOL= yes -GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config gmake - PKGCONFIG_OVERRIDE= fribidi.pc.in -TEST_TARGET= check - -# avoid installing empty man pages -# (makemandb reports errors for them, and they have no use) -# https://bugs.freedesktop.org/show_bug.cgi?id=67714 - -post-install: - cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3 && \ - rm fribidi_set_debug.3 fribidi_unicode_version.3 fribidi_version_info.3 - .include "../../mk/bsd.pkg.mk" Index: pkgsrc/converters/fribidi/PLIST diff -u pkgsrc/converters/fribidi/PLIST:1.7 pkgsrc/converters/fribidi/PLIST:1.8 --- pkgsrc/converters/fribidi/PLIST:1.7 Sat Aug 3 15:08:38 2013 +++ pkgsrc/converters/fribidi/PLIST Tue Sep 17 16:43:01 2019 @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.7 2013/08/03 15:08:38 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2019/09/17 16:43:01 nia Exp $ bin/fribidi include/fribidi/fribidi-arabic.h include/fribidi/fribidi-begindecls.h include/fribidi/fribidi-bidi-types-list.h include/fribidi/fribidi-bidi-types.h include/fribidi/fribidi-bidi.h +include/fribidi/fribidi-brackets.h include/fribidi/fribidi-char-sets-list.h include/fribidi/fribidi-char-sets.h include/fribidi/fribidi-common.h @@ -28,12 +29,15 @@ man/man3/fribidi_debug_status.3 man/man3/fribidi_get_bidi_type.3 man/man3/fribidi_get_bidi_type_name.3 man/man3/fribidi_get_bidi_types.3 +man/man3/fribidi_get_bracket.3 +man/man3/fribidi_get_bracket_types.3 man/man3/fribidi_get_joining_type.3 man/man3/fribidi_get_joining_type_name.3 man/man3/fribidi_get_joining_types.3 man/man3/fribidi_get_mirror_char.3 man/man3/fribidi_get_par_direction.3 man/man3/fribidi_get_par_embedding_levels.3 +man/man3/fribidi_get_par_embedding_levels_ex.3 man/man3/fribidi_get_type.3 man/man3/fribidi_get_type_internal.3 man/man3/fribidi_join_arabic.3 @@ -44,8 +48,10 @@ man/man3/fribidi_parse_charset.3 man/man3/fribidi_remove_bidi_marks.3 man/man3/fribidi_reorder_line.3 man/man3/fribidi_reorder_nsm_status.3 +man/man3/fribidi_set_debug.3 man/man3/fribidi_set_mirroring.3 man/man3/fribidi_set_reorder_nsm.3 man/man3/fribidi_shape.3 +man/man3/fribidi_shape_arabic.3 man/man3/fribidi_shape_mirroring.3 man/man3/fribidi_unicode_to_charset.3 Index: pkgsrc/converters/fribidi/distinfo diff -u pkgsrc/converters/fribidi/distinfo:1.11 pkgsrc/converters/fribidi/distinfo:1.12 --- pkgsrc/converters/fribidi/distinfo:1.11 Tue Nov 3 01:43:48 2015 +++ pkgsrc/converters/fribidi/distinfo Tue Sep 17 16:43:01 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 01:43:48 agc Exp $ +$NetBSD: distinfo,v 1.12 2019/09/17 16:43:01 nia Exp $ -SHA1 (fribidi-0.19.7.tar.bz2) = e470e078eafe6c065708def3e037c129c0d7367d -RMD160 (fribidi-0.19.7.tar.bz2) = 031cd7a160717bca78cbee93cfc92c6c86f373a3 -SHA512 (fribidi-0.19.7.tar.bz2) = 4bfdda43d961030a8a2ae2c98d2ca5d43c1b59633fa0987920c5537ec69f3f624204ceacc4c474d878cbb417ee2d9e708dfe169cfce6ad584d2f2d5122678b63 -Size (fribidi-0.19.7.tar.bz2) = 648299 bytes +SHA1 (fribidi-1.0.5.tar.bz2) = 39d2bcb3ef93365222e7cdaf648cd167785ec3bf +RMD160 (fribidi-1.0.5.tar.bz2) = 22358fe74a9854dbe84efba2015373b841e5cc51 +SHA512 (fribidi-1.0.5.tar.bz2) = c8fb32468be4c461832d586d6c6af65fad1cfe9d5b2fed405f247d6974425ccedeb21ad11609fbcabc3ae5d635d78d88c12d201a4d19ef997e9497054afcdeb2 +Size (fribidi-1.0.5.tar.bz2) = 2082617 bytes --_----------=_1568738581299610--