Port details |
- fribidi Free Implementation of the Unicode Bidirectional Algorithm
- 1.0.16 converters =153 1.0.15Version of this port present on the latest quarterly branch.
- Maintainer: desktop@FreeBSD.org
- Port Added: 2002-04-19 17:32:22
- Last Update: 2024-10-25 18:07:23
- Commit Hash: 8d81142
- People watching this port, also watch:: png, tiff, glib, expat, freetype2
- License: LGPL21
- WWW:
- https://fribidi.org/
- Description:
- A 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fribidi>0:converters/fribidi
- To install the port:
- cd /usr/ports/converters/fribidi/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/fribidi
- pkg install fribidi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fribidi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729366149
SHA256 (fribidi-1.0.16.tar.xz) = 1b1cde5b235d40479e91be2f0e88a309e3214c8ab470ec8a2744d82a5a9ea05c
SIZE (fribidi-1.0.16.tar.xz) = 1098260
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- meson : devel/meson
- ninja : devel/ninja
- Test dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
- cad/lepton-eda
- converters/p5-Text-Bidi
- databases/evolution-data-server
- deskutils/cherrytree
- deskutils/coolreader
- deskutils/fbreader
- deskutils/gnome-photos
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for fribidi-1.0.16:
OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- converters_fribidi
- USES:
- cpe meson python:test shebangfix tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.16 25 Oct 2024 18:07:23 |
Gleb Popov (arrowd) Author: Älven |
converters/fribidi: Update to 1.0.16
PR: 282207 |
1.0.15 10 Jun 2024 21:24:33 |
Daniel Engberg (diizzy) |
converters/fribidi: Update to 1.0.15
Backport upstream commit 3826589ea556da613bd42742a169789469e8b635
Changelog: https://github.com/fribidi/fribidi/releases/tag/v1.0.15
Reference:
https://github.com/fribidi/fribidi/commit/3826589ea556da613bd42742a169789469e8b635
PR: 279594
Approved by: desktop (arrowd)
Sponsored by: Blinkinblox |
1.0.14 20 May 2024 21:53:52 |
Daniel Engberg (diizzy) |
converters/fribidi: Update to 1.0.14
Changelog: https://github.com/fribidi/fribidi/releases/tag/v1.0.14
Approved by: portmgr (maintainer timeout, 2+ weeks) |
1.0.13_1 13 Jan 2024 07:46:13 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
In my previous some ports got slipped which are fixed here.
Approved by: portmgr |
1.0.13 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
1.0.13 13 Jun 2023 20:42:33 |
Daniel Engberg (diizzy) |
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) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.12 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.0.12 20 Jul 2022 14:21:03 |
Tobias C. Berner (tcberner) |
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> (Only the first 15 lines of the commit message are shown above ) |
1.0.12 21 Apr 2022 10:10:44 |
Tobias C. Berner (tcberner) |
converters/fribidi: update to 1.0.12
Changes:
* Various fuzzing fixes. |
1.0.11 14 Oct 2021 10:23:04 |
Daniel Engberg (diizzy) |
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 |
1.0.10 10 Sep 2021 21:17:21 |
Bernhard Froehlich (decke) |
converters/fribidi: Add CPE information
Approved by: portmgr (blanket) |
1.0.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.10 24 Sep 2020 12:43:57 |
bapt |
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 |
0.19.7 10 Sep 2020 18:55:41 |
tcberner |
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 |
0.19.7 27 Feb 2020 21:25:51 |
sunpoet |
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) |
0.19.7 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
0.19.7 21 Dec 2015 18:35:47 |
sunpoet |
- 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) |
0.19.2_3 02 Aug 2015 15:03:20 |
tijl |
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 (Only the first 15 lines of the commit message are shown above ) |
0.19.2_2 20 Oct 2014 09:37:01 |
bapt |
Cleanup plist |
0.19.2_2 31 Aug 2014 11:54:17 |
tijl |
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
0.19.2_1 09 Jun 2014 11:21:53 |
olgeni |
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) |
0.19.2_1 03 Feb 2014 04:11:38 |
miwi |
- Stage support |
0.19.2_1 20 Sep 2013 16:05:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
0.19.2_1 19 Mar 2013 13:04:31 |
eadler |
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) |
0.19.2_1 08 Mar 2013 10:51:36 |
kwm |
* 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 |
0.19.2_1 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
0.19.2_1 28 Oct 2011 18:00:25 |
miwi |
- Fix build FreeBSD 10 |
0.19.2_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.19.2_1 03 Oct 2010 15:45:37 |
mezz |
-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> |
0.19.2_1 23 Aug 2009 17:17:33 |
marcus |
Add a fribidi-config wrapper script around pkg-config to fix some older
port builds. |
0.19.2 22 Aug 2009 17:26:50 |
marcus |
Update to 0.19.2.
PR: 137946
Submitted by: Anonymous <swell.k@gmail.com> |
0.10.9 22 Aug 2007 12:10:08 |
ahze |
Update to 0.10.9 |
0.10.8 07 Jun 2007 09:34:20 |
pav |
- Update to 0.10.8 |
0.10.7 28 Jan 2007 09:07:47 |
kris |
Use libtool port instead of included one to avoid objformat a.out botch |
0.10.7 05 Nov 2006 02:40:32 |
mezz |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh) |
0.10.7 18 Apr 2006 05:52:35 |
bland |
Update to 0.10.7
PR: 95912 |
0.10.4_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.10.4_1 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
0.10.4_1 15 Nov 2005 06:52:12 |
ade |
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. |
0.10.4_1 12 Sep 2005 07:42:09 |
ahze |
- Readd PORTREVISION, I removed this planning on updating to 0.10.5
but it disn't play nice with 4.x |
0.10.4 12 Sep 2005 07:29:09 |
ahze |
- User newer libtool15 instead of libtool13
- Update WWW line |
0.10.4_1 09 Mar 2005 10:17:06 |
ahze |
- Update WWW: line
- Add freedesktop.org to MASTER_SITES |
0.10.4_1 09 Jul 2004 17:43:11 |
marcus |
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 |
0.10.4_1 18 Mar 2004 13:32:26 |
pav |
- Add SIZE to GNOME ports
Submitted by: trevor |
0.10.4_1 14 Mar 2004 06:17:56 |
ade |
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. |
0.10.4_1 16 Jun 2003 20:52:58 |
adamw |
Utilize USE_GNOME= pkgconfig. |
0.10.4_1 18 Apr 2003 21:18:12 |
marcus |
Remove USE_GNOMENG. |
0.10.4_1 22 Feb 2003 06:24:45 |
marcus |
* Install pkgconfig file in correct location
* Don't install .la files
* Assign maintainership to gnome@ since this will be used for AbiWord2 |
0.10.4 20 Feb 2003 16:58:26 |
knu |
De-pkg-comment. |
0.10.4 13 Jun 2002 12:00:11 |
tobez |
Update to 0.10.4.
PR: 39225
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
0.10.3 19 Apr 2002 17:32:04 |
ijliao |
add fribidi 0.10.3
A Free Implementation of the Unicode Bidirectional Algorithm |