notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: converters/fribidi/Makefile

Number of commits found: 44

Saturday, 13 Jan 2024
07:46 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sanitize MANPREFIX for meson ports

In my previous some ports got slipped which are fixed here.

Approved by:	portmgr
commit hash: fff7bad4e829a4b9afd44d425931ea36a36d861c commit hash: fff7bad4e829a4b9afd44d425931ea36a36d861c commit hash: fff7bad4e829a4b9afd44d425931ea36a36d861c commit hash: fff7bad4e829a4b9afd44d425931ea36a36d861c fff7bad
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Tuesday, 13 Jun 2023
20:42 Daniel Engberg (diizzy) search for other commits by this committer
converters/fribidi: Update to 1.0.13

Changelog: https://github.com/fribidi/fribidi/releases/tag/v1.0.13

Initially submitted by Olivier Duchateau

PR:		271608, 271689
Approved by:	desktop (maintainer timeout, 2+ weeks)
commit hash: d1251f38f4184c16c22be89e12f4ad4c6b253e40 commit hash: d1251f38f4184c16c22be89e12f4ad4c6b253e40 commit hash: d1251f38f4184c16c22be89e12f4ad4c6b253e40 commit hash: d1251f38f4184c16c22be89e12f4ad4c6b253e40 d1251f3
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
converters: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Keda <admin@lissyara.su>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexandr Kovalenko <never@nevermind.kiev.ua>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrey A. Chernov <ache@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Blaz Zupan <blaz@amis.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Carlos J. Puga Medina <cpm@fbsd.es>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Chris Costello <chris@FreeBSD.org>
  *  Cyrus Rahman <cr@jcmax.com>
  *  Dan Rench <citric@cubicone.tmetic.com>
  *  Denis Pokataev <catone@cpan.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Erwin Lansing <erwin@lansing.dk>
  *  G. Adam Stanislav
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Ilia Chipitsine <ilia@jane.cgu.chel.su>
  *  Ismail Yenigul <ismail.yenigul@surgate.com>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jan-Peter Koopmann <j.koopmann@seceidos.de>
  *  Jason Burgess <dev@fenux.net>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
  *  Kuang-che Wu <kcwu@csie.org>
  *  Lung Sung <clsung@FreeBSD.org>
  *  M.Indlekofer@gmx.de
  *  Marc Fournier <scrappy@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Masanori Kiriake <seiken@nbs.co.jp>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Haro <mharo@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Nosov Artem <chip-set@mail.ru>
  *  Oleg R. Muhutdinov <mor@WhiteLuna.com>
  *  Oscar Bonilla <obonilla@fisicc-ufm.edu>
  *  Patrick Li <pat@databits.net>
  *  Pav Lucistnik <pav@oook.cz>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rodrigo Graeff <delphus@gmail.com>
  *  Rong-En Fan <rafan@infor.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thomas Dreibholz <dreibh@iem.uni-due.de>
  *  Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
  *  Timur Bakeyev <bat@cpan.org>
  *  Timur Bakeyev <timur@FreeBSD.org>
  *  Timur I. Bakeyev <bat@cpan.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  ache
  *  ache@FreeBSD.org
  *  buganini@gmail.com
  *  chinsan
  *  hosokawa
  *  ijliao
  *  kbyanc
  *  keiichi@iijlab.net
  *  never@nevermind.kiev.ua
  *  nork@FreeBSD.org
  *  nork@cityfujisawa.ne.jp
  *  roman@xpert.com
  *  samm
  *  thierry@pompo.net
  *  torstenb@FreeBSD.org
  *  trevor
  *  vanilla@
  *  will

With hat:	portmgr
commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 9ee281e
Thursday, 21 Apr 2022
10:10 Tobias C. Berner (tcberner) search for other commits by this committer
converters/fribidi: update to 1.0.12

Changes:
    * Various fuzzing fixes.
commit hash: 182e50884abc0e42ac820e0b39c1a73a64cd694b commit hash: 182e50884abc0e42ac820e0b39c1a73a64cd694b commit hash: 182e50884abc0e42ac820e0b39c1a73a64cd694b commit hash: 182e50884abc0e42ac820e0b39c1a73a64cd694b 182e508
Thursday, 14 Oct 2021
10:23 Daniel Engberg (diizzy) search for other commits by this committer
converters/fribidi: Update to 1.0.11

Enable OPTIMIZED_CFLAGS (-O3 from upstream), some tests are ~10%
faster on my Intel I7-3770K CPU
Connect upstream's test suite to port

Changelog: https://github.com/fribidi/fribidi/releases/tag/v1.0.11

PR:		259156
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32490
commit hash: 8f1b773597d3c3e8b3225506fbff8553422c2fd3 commit hash: 8f1b773597d3c3e8b3225506fbff8553422c2fd3 commit hash: 8f1b773597d3c3e8b3225506fbff8553422c2fd3 commit hash: 8f1b773597d3c3e8b3225506fbff8553422c2fd3 8f1b773
Friday, 10 Sep 2021
21:17 Bernhard Froehlich (decke) search for other commits by this committer
converters/fribidi: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 47c935653de23aa8ad9c2a6b0cb44e6d2d855fe1 commit hash: 47c935653de23aa8ad9c2a6b0cb44e6d2d855fe1 commit hash: 47c935653de23aa8ad9c2a6b0cb44e6d2d855fe1 commit hash: 47c935653de23aa8ad9c2a6b0cb44e6d2d855fe1 47c9356
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 24 Sep 2020
12:43 bapt search for other commits by this committer
Update fribidi to 1.0.10

Note that according to
https://abi-laboratory.pro/index.php?view=timeline&l=fribidi
2 symbols were removed since the version we have, but according to the check I
have
done those 2 symbols are present in 1.0.10, meaning it is binary compatible
Original commitRevision:549917 
Thursday, 10 Sep 2020
18:55 tcberner search for other commits by this committer
Move some gnome@ ports to desktop@

As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.

As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.

[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D26362
Original commitRevision:548219 
Thursday, 27 Feb 2020
21:25 sunpoet search for other commits by this committer
Update MASTER_SITES to unbreak this port

===>  License LGPL21 accepted by the user
=> fribidi-0.19.7.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://fribidi.org/download/fribidi-0.19.7.tar.bz2
fetch: http://fribidi.org/download/fribidi-0.19.7.tar.bz2: size unknown
fetch: http://fribidi.org/download/fribidi-0.19.7.tar.bz2: size of remote file
is not known
fribidi-0.19.7.tar.bz2                                  10 kB   66 kBps    00s
=> Fetched file size mismatch (expected 648299, actual 10414)
=> Trying next site
=> Attempting to fetch
http://distcache.FreeBSD.org/local-distfiles/%SUBDIR%/fribidi-0.19.7.tar.bz2
fetch:
http://distcache.FreeBSD.org/local-distfiles/%SUBDIR%/fribidi-0.19.7.tar.bz2:
Bad Request
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/converters/fribidi

PR:		244477
Reported by:	Dries Michiels <driesm.michiels@gmail.com>
Approved by:	portmgr (blanket)
Original commitRevision:527293 
Friday, 1 Apr 2016
13:18 mat search for other commits by this committer
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412342 
Monday, 21 Dec 2015
18:35 sunpoet search for other commits by this committer
- Update to 0.19.7
- Add LICENSE
- Pet portlint: fix diff header of patch files

Changes:	http://cgit.freedesktop.org/fribidi/fribidi/tree/NEWS
PR:		204871
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 23 days)
Original commitRevision:404173 
Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Sunday, 31 Aug 2014
11:54 tijl search for other commits by this committer
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Original commitRevision:366746 
Monday, 9 Jun 2014
11:21 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
Original commitRevision:357139 
Monday, 3 Feb 2014
04:11 miwi search for other commits by this committer
- Stage support
Original commitRevision:342384 
Friday, 20 Sep 2013
16:05 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters)
Original commitRevision:327715 
Tuesday, 19 Mar 2013
13:04 eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Original commitRevision:314640 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 
Wednesday, 9 Nov 2011
15:26 miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
Original commit
Friday, 28 Oct 2011
18:00 miwi search for other commits by this committer
- Fix build FreeBSD 10
Original commit
Sunday, 3 Oct 2010
15:45 mezz search for other commits by this committer
-Disable glib for it will not enable if it exists in the system.
-Update the WWW.

PR:             ports/151166
Submitted by:   John Hein <jhein@symmetricom.com>
Original commit
Sunday, 23 Aug 2009
17:17 marcus search for other commits by this committer
Add a fribidi-config wrapper script around pkg-config to fix some older
port builds.
Original commit
Saturday, 22 Aug 2009
17:26 marcus search for other commits by this committer
Update to 0.19.2.

PR:             137946
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Wednesday, 22 Aug 2007
12:10 ahze search for other commits by this committer
Update to 0.10.9
Original commit
Thursday, 7 Jun 2007
09:34 pav search for other commits by this committer
- Update to 0.10.8
Original commit
Sunday, 28 Jan 2007
09:07 kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
Original commit
Sunday, 5 Nov 2006
02:40 mezz search for other commits by this committer
INSTALLS_SHLIB -> USE_LDCONFIG.

Found by:       portlint (cports.sh)
Original commit
Tuesday, 18 Apr 2006
05:52 bland search for other commits by this committer
Update to 0.10.7

PR:     95912
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Monday, 12 Sep 2005
07:42 ahze search for other commits by this committer
- Readd PORTREVISION, I removed this planning on updating to 0.10.5
  but it disn't play nice with 4.x
Original commit
07:29 ahze search for other commits by this committer
- User newer libtool15 instead of libtool13
- Update WWW line
Original commit
Wednesday, 9 Mar 2005
10:17 ahze search for other commits by this committer
- Update WWW: line
- Add freedesktop.org to MASTER_SITES
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Monday, 16 Jun 2003
20:52 adamw search for other commits by this committer
Utilize USE_GNOME= pkgconfig.
Original commit
Friday, 18 Apr 2003
21:18 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Saturday, 22 Feb 2003
06:24 marcus search for other commits by this committer
* Install pkgconfig file in correct location
* Don't install .la files
* Assign maintainership to gnome@ since this will be used for AbiWord2
Original commit
Thursday, 20 Feb 2003
16:58 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 13 Jun 2002
12:00 tobez search for other commits by this committer
Update to 0.10.4.

PR:             39225
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
Original commit
Friday, 19 Apr 2002
17:32 ijliao search for other commits by this committer
add fribidi 0.10.3
A Free Implementation of the Unicode Bidirectional Algorithm
Original commit

Number of commits found: 44