Commit graph

6 commits

Author SHA1 Message Date
drochner
b96684b1e1 build cleanup 2013-03-15 18:40:53 +00:00
mef
bfd4af60f0 (1) Bump version 0.10.9 to 0.19.5 based on PR pkg/47410
Deleting renamed patches.
2013-01-10 07:02:19 +00:00
mef
2fe426c7e4 (1) Bump version 0.10.9 to 0.19.5 based on PR pkg/47410
-- Adjust path in patches for above change
    (patch target moved, and unfortunately, patches name
    now reflecting target path, so renamed them).
  -- Correct target path in Makefile.
  -- m17n-{db,lib} 1.6.4 ask for this version.

Overview of changes between 0.19.4 and 0.19.5
=============================================
* Update to Unicode 6.2.0.

Overview of changes between 0.19.2 and 0.19.4
=============================================
* Update to Unicode 6.1.0.
* Misc fixes.

Overview of changes between 0.19.1 and 0.19.2
=============================================
* Update to Unicode Character Database 5.1.0
* Fixed bug in Arabic ligature table (bug #208870)
* Handle RLM/LRM in CP1255 charset converter. (bug #15328, Artyom)

Overview of changes between 0.10.9 and 0.19.1
=============================================
* This is the first release of the fribidi2 module in CVS, mostly
  developed in 2004 and 2005.
* Support for Arabic joining/shaping added.
* API for correct handling of multi-line paragraphs added.
* Restructured code base.
* Supposed to be fully API/ABI compatible with 0.10 releases.
  Please report if it is not.
2013-01-10 06:59:55 +00:00
joerg
1c6e59a77b Don't use non-ASCII character literals. 2012-01-23 08:07:17 +00:00
ghen
8cf271c6e8 Use REPLACE_INTERPRETER instead of a patch. 2006-03-09 14:50:31 +00:00
xtraeme
7a6aa65cd0 Initial import of fribidi-0.10.4 from pkgsrc-wip.
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.
2003-12-14 01:16:39 +00:00