Port details |
- libraqm Library that encapsulates complex text layout logic
- 0.10.2 print =14 0.10.2Version of this port present on the latest quarterly branch.
- Maintainer: kwm@FreeBSD.org
- Port Added: 2019-05-13 20:19:37
- Last Update: 2024-10-09 19:43:26
- Commit Hash: 31ff1e9
- People watching this port, also watch:: py311-six, indexinfo, openjpeg, jpeg-turbo, libxml2
- License: MIT
- WWW:
- https://github.com/HOST-Oman/libraqm
- Description:
- Raqm is a small library that encapsulates the logic for complex text layout
and provide a convenient API.
It currently provides bidirectional text support (using FriBiDi), shaping
(using HarfBuzz), and proper script itemization. As a result, Raqm can
support most writing systems covered by Unicode.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/print/libraqm/ && make install clean
- To add the package, run one of these commands:
- pkg install print/libraqm
- pkg install libraqm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libraqm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727032245
SHA256 (raqm-0.10.2.tar.xz) = 3e936f2c4e585c3168dbe121fcb7d6c55702027c68e491076381da5c4060559c
SIZE (raqm-0.10.2.tar.xz) = 216932
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:
-
- gtkdoc-scan : textproc/gtk-doc
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Test dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libfribidi.so : converters/fribidi
- libharfbuzz.so : print/harfbuzz
- libfreetype.so : print/freetype2
- This port is required by:
- for Libraries
-
- games/supertux2
- graphics/ImageMagick6
- graphics/ImageMagick7
- graphics/openfx-arena
- graphics/py-pillow
-
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 libraqm-0.10.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- print_libraqm
- USES:
- meson pkgconfig python:test 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 |
0.10.2 09 Oct 2024 19:43:26 |
Daniel Engberg (diizzy) |
print/libraqm: Update to 0.10.2
Changelog: https://github.com/HOST-Oman/libraqm/releases/tag/v0.10.2
PR: 281651
Approved by: portmgr (maintainer timeout, 2+ weeks) |
0.10.1 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> |
0.10.1 13 Jun 2023 20:42:33 |
Daniel Engberg (diizzy) |
print/libraqm: Update to 0.10.1
Changelog: https://github.com/HOST-Oman/libraqm/releases/tag/v0.10.1
PR: 271690
Approved by: kwm (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) |
0.9.0 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 ) |
0.9.0 12 Mar 2022 07:52:29 |
Daniel Engberg (diizzy) |
print/libraqm: Update to 0.9.0
- Drop upstreamed patch
Changelog: https://github.com/HOST-Oman/libraqm/releases/tag/v0.9.0
PR: 261845
Approved by: kwm (maintainer timeout, 4+ weeks) |
0.8.0 25 Jan 2022 22:44:17 |
Daniel Engberg (diizzy) |
print/libraqm: Update to 0.8.0
- Upstream now uses Meson
- Use upstream release archive as suggested by Porters Handbook
- Drop static library
Changelog: https://github.com/HOST-Oman/libraqm/releases/tag/v0.8.0
PR: 260876
Approved by: kwm (maintainer timeout, 3+ weeks) |
0.7.1 12 May 2021 16:36:16 |
Thierry Thomas (thierry) |
print/libraqm: fix build when DOCS are disabled
gtk-doc is required, even if we do not build the documentation.
PR: 255360
Reported by: Christoph Kliemann |
0.7.1 11 May 2021 16:57:41 |
Thierry Thomas (thierry) |
print/libraqm: upgrade to v0.7.1
Release notes at <https://github.com/HOST-Oman/libraqm/releases/tag/v0.7.1>.
Since I´m there, add a test target (all tests pass).
PR: 255360
Approved by: maintainer´s time-out |
0.6.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.0 02 Apr 2020 15:05:51 |
zeising |
print/libraqm: FIx build with llvm 10
Fix the build of print/libraqm with llvm 10.
PR: 244401
Submitted by: dim
Approved by: maintainer timeout
MFH: 2020Q2 |
0.6.0 14 Jun 2019 07:13:01 |
pkubaj |
print/libraqm: fix build with GCC-based architectures
Don't shadow global variable index:
cc1: warnings being treated as errors
raqm.c: In function '_raqm_u32_to_u8_index':
raqm.c:1602: warning: declaration of 'index' shadows a global declaration
Fails to build with base GCC.
PR: 237949
Approved by: kwm (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20613 |
0.6.0 13 May 2019 20:19:21 |
kwm |
Add libraqm, which is a small library that encapsulates the logic for
complex text layout and provide a convenient API. |