./converters/fribidi, Free Implementation of the Unicode Bidirectional Algorithm

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.13, Package name: fribidi-1.0.13, Maintainer: pkgsrc-users

Free Implementation of the Unicode Bidirectional Algorithm.

The library implements all of the algorithm as described in the "Unicode
Standard Annex #9, The Bidirectional Algorithm,
http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhautively tested
against Bidi Reference Code, and due to our best knowledge, does not contain
any conformance bugs.

In the API, we were inspired by the document "Bi-Di languages support - BiDi
API proposal" by Franck Portaneri which he wrote as a proposal for adding BiDi
support to Mozilla.

Internally the library uses Unicode entirely. The character property function
was automatically created from the Unicode property list data file,
PropList.txt, available from the Unicode Online Data site. This means that
every Unicode character will be treated in strict accordance with the Unicode
specification. The same is true for the mirroring of characters, which also
works for all the characters listed as mirrorable in the Unicode specification.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 1142.676 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-21 19:37:47 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
fribidi: update to 1.0.13.

Overview of changes between 1.0.12 and 1.0.13
=============================================

* Adding missing man pages to the tar release file.
   2023-04-26 17:59:45 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
fribidi: update to 1.0.12.

Overview of changes between 1.0.11 and 1.0.12
=============================================

* Various fuzzing fixes.
   2022-07-25 13:12:30 by Thomas Klausner | Files touched by this commit (102)
Log message:
*: remove pkg-config from tools where no buildlink3.mk file is included

Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
   2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-17 12:56:37 by Nia Alarie | Files touched by this commit (2) | Package updated
Log message:
fribidi: update to 1.0.11

Overview of changes between 1.0.10 and 1.0.11
=============================================

* Updated Unicode tables to version 14.
* Skip isolates in fribidi_get_par_direction().
* Various fuzzing fixes.
* Various build fixes.
   2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Remove SHA1 hashes for distfiles
   2020-07-07 11:45:03 by Nia Alarie | Files touched by this commit (2)
Log message:
fribidi: Update to 1.0.10

Overview of changes between 1.0.9 and 1.0.10
=============================================

* Fixed various compilation problems and symbol exports necessary for proper \ 
compilation under windows.
   2020-03-17 07:42:57 by Roland Illig | Files touched by this commit (1)
Log message:
converters/fribidi: remove outdated REPLACE_BASH

There is no file run.tests anymore.