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.

Port details
py-uharfbuzz Streamlined Cython bindings for the harfbuzz shaping engine
0.39.0 print on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.37.3Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-05-16 15:27:46
Last Update: 2024-02-29 07:18:32
Commit Hash: 5d4139f
Also Listed In: python
License: APACHE20
WWW:
https://github.com/harfbuzz/uharfbuzz
Description:
uharfbuzz provides streamlined Cython bindings for the HarfBuzz shaping engine.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}uharfbuzz>0:print/py-uharfbuzz@${PY_FLAVOR}
To install the port:
cd /usr/ports/print/py-uharfbuzz/ && make install clean
To add the package, run one of these commands:
  • pkg install print/py-uharfbuzz
  • pkg install py39-uharfbuzz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-uharfbuzz listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-uharfbuzz
Package flavors (<flavor>: <package>)
  • py39: py39-uharfbuzz
distinfo:
TIMESTAMP = 1708449432 SHA256 (uharfbuzz-0.39.0.zip) = 06001ab50339003b04b194fd3804e3292c023b3f1d5b376f7e128891cc584491 SIZE (uharfbuzz-0.39.0.zip) = 1842110

Packages (timestamps in pop-ups are UTC):
py39-uharfbuzz
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.39.00.39.0-0.39.00.39.0---
FreeBSD:13:quarterly0.37.30.37.3-0.37.30.37.30.37.30.37.30.37.3
FreeBSD:14:latest0.39.00.39.00.33.00.39.00.39.00.37.0-0.37.0
FreeBSD:14:quarterly0.37.30.37.3-0.37.30.37.30.37.30.37.30.37.3
FreeBSD:15:latest0.39.00.39.0n/a0.37.3n/a0.37.30.37.30.39.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. harfbuzz>=8.3.0 : print/harfbuzz
  2. py39-setuptools>=36.4 : devel/py-setuptools@py39
  3. py39-setuptools-scm>=2.1 : devel/py-setuptools-scm@py39
  4. py39-wheel>=0 : devel/py-wheel@py39
  5. cython-3.9 : lang/cython@py39
  6. python3.9 : lang/python39
  7. py39-build>=0 : devel/py-build@py39
  8. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
Library dependencies:
  1. libharfbuzz.so : print/harfbuzz
This port is required by:
for Run
  1. print/py-collidoscope
  2. print/py-fontbakery
  3. print/py-vharfbuzz

Configuration Options:
No options to configure
Options name:
print_py-uharfbuzz
USES:
compiler:c++11-lang python zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/u/uharfbuzz/
  2. https://pypi.org/packages/source/u/uharfbuzz/
Collapse this list.

Number of commits found: 38

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.39.0
29 Feb 2024 07:18:32
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools-scm: update to 8.0.4

Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
0.39.0
21 Feb 2024 15:07:58
commit hash: 76003b0a2b0057d8231a9b70b7e67d5ffc72c92ecommit hash: 76003b0a2b0057d8231a9b70b7e67d5ffc72c92ecommit hash: 76003b0a2b0057d8231a9b70b7e67d5ffc72c92ecommit hash: 76003b0a2b0057d8231a9b70b7e67d5ffc72c92e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.39.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.37.3
22 Sep 2023 03:19:07
commit hash: 50a1340584870de49fe73c7473e90106700d527dcommit hash: 50a1340584870de49fe73c7473e90106700d527dcommit hash: 50a1340584870de49fe73c7473e90106700d527dcommit hash: 50a1340584870de49fe73c7473e90106700d527d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.37.3

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.37.2
16 Aug 2023 18:25:40
commit hash: 60350611d80109e37981bd67209d4e38d90780c0commit hash: 60350611d80109e37981bd67209d4e38d90780c0commit hash: 60350611d80109e37981bd67209d4e38d90780c0commit hash: 60350611d80109e37981bd67209d4e38d90780c0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.37.2

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.37.0
18 Jul 2023 00:53:09
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
0.37.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
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>
0.37.0
27 May 2023 04:09:51
commit hash: 820de7a5608806399d81d9e300f9c34e3f84cf53commit hash: 820de7a5608806399d81d9e300f9c34e3f84cf53commit hash: 820de7a5608806399d81d9e300f9c34e3f84cf53commit hash: 820de7a5608806399d81d9e300f9c34e3f84cf53 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.37.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.36.0
02 May 2023 16:20:16
commit hash: 055a09de122c098343dbec85e264c8c9af6a088ecommit hash: 055a09de122c098343dbec85e264c8c9af6a088ecommit hash: 055a09de122c098343dbec85e264c8c9af6a088ecommit hash: 055a09de122c098343dbec85e264c8c9af6a088e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.36.0

- Convert to USE_PYTHON=pep517

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.35.0
05 Apr 2023 17:30:48
commit hash: c95d3cb2995dc181e30d8852d6582e4c68d4c298commit hash: c95d3cb2995dc181e30d8852d6582e4c68d4c298commit hash: c95d3cb2995dc181e30d8852d6582e4c68d4c298commit hash: c95d3cb2995dc181e30d8852d6582e4c68d4c298 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.35.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.33.0
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
0.33.0
27 Dec 2022 08:37:53
commit hash: 4c59b39a147e724939a7108c27824f0b2484e59acommit hash: 4c59b39a147e724939a7108c27824f0b2484e59acommit hash: 4c59b39a147e724939a7108c27824f0b2484e59acommit hash: 4c59b39a147e724939a7108c27824f0b2484e59a files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
print/py-uharfbuzz: update to 0.33.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases/tag/v0.33.0
Reported by:	GitHub (watch releases)
PR:		268424
Exp-run by:	antoine
0.32.0
19 Nov 2022 10:24:10
commit hash: e66c070a5793d7e1a4f1b84235a4ecdcbb9804f0commit hash: e66c070a5793d7e1a4f1b84235a4ecdcbb9804f0commit hash: e66c070a5793d7e1a4f1b84235a4ecdcbb9804f0commit hash: e66c070a5793d7e1a4f1b84235a4ecdcbb9804f0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update BUILD_DEPENDS after
644e2a562cc75a56118e4f01fd26f449cb725aef
0.32.0
30 Oct 2022 07:33:37
commit hash: 644e2a562cc75a56118e4f01fd26f449cb725aefcommit hash: 644e2a562cc75a56118e4f01fd26f449cb725aefcommit hash: 644e2a562cc75a56118e4f01fd26f449cb725aefcommit hash: 644e2a562cc75a56118e4f01fd26f449cb725aef files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
print/py-uharfbuzz: update to 0.32.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases/tag/v0.32.0
Reported by:	GitHub (watch releases)
0.31.0
09 Oct 2022 19:45:30
commit hash: 1b96bf4bf425ca1543cc0380b423be9fa1c35797commit hash: 1b96bf4bf425ca1543cc0380b423be9fa1c35797commit hash: 1b96bf4bf425ca1543cc0380b423be9fa1c35797commit hash: 1b96bf4bf425ca1543cc0380b423be9fa1c35797 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update BUILD_DEPENDS after
b140d4638bee35d11a788f2de56e4126334093a8
0.31.0
09 Oct 2022 08:18:23
commit hash: b140d4638bee35d11a788f2de56e4126334093a8commit hash: b140d4638bee35d11a788f2de56e4126334093a8commit hash: b140d4638bee35d11a788f2de56e4126334093a8commit hash: b140d4638bee35d11a788f2de56e4126334093a8 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
print/py-uharfbuzz: update to 0.31.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases/tag/v0.31.0
Reported by:	GitHub (watch releases)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.30.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.30.0
27 Aug 2022 10:24:51
commit hash: e46a2183265448e9d9bd01d1fb554e3cba137d00commit hash: e46a2183265448e9d9bd01d1fb554e3cba137d00commit hash: e46a2183265448e9d9bd01d1fb554e3cba137d00commit hash: e46a2183265448e9d9bd01d1fb554e3cba137d00 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update BUILD_DEPENDS: Add check for harfbuzz version
0.30.0
25 Aug 2022 21:47:51
commit hash: 53e2145761760a52e1ac4f8e6e54be5ec4daee4ccommit hash: 53e2145761760a52e1ac4f8e6e54be5ec4daee4ccommit hash: 53e2145761760a52e1ac4f8e6e54be5ec4daee4ccommit hash: 53e2145761760a52e1ac4f8e6e54be5ec4daee4c files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
print/py-uharfbuzz: update to 0.30.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases/tag/v0.30.0
PR:		265585
Reported by:	GitHub (watch releases)
Approved by:	maintainer timeout (3 weeks)
0.29.0
02 Aug 2022 19:08:21
commit hash: 851a5602c7bfafd0e4f664edc12ad4a61d248f76commit hash: 851a5602c7bfafd0e4f664edc12ad4a61d248f76commit hash: 851a5602c7bfafd0e4f664edc12ad4a61d248f76commit hash: 851a5602c7bfafd0e4f664edc12ad4a61d248f76 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
print/py-uharfbuzz: mark BROKEN, fails to build after harfbuzz update

Approved by:	portmgr blanket
0.29.0
30 Jul 2022 21:00:24
commit hash: 28cb83a74e4a34c2ea43531bb939a717bd678b8dcommit hash: 28cb83a74e4a34c2ea43531bb939a717bd678b8dcommit hash: 28cb83a74e4a34c2ea43531bb939a717bd678b8dcommit hash: 28cb83a74e4a34c2ea43531bb939a717bd678b8d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.29.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.28.0
30 Jul 2022 19:25:01
commit hash: 214f86b2bd6fe2b6981a75c30b2587d440775380commit hash: 214f86b2bd6fe2b6981a75c30b2587d440775380commit hash: 214f86b2bd6fe2b6981a75c30b2587d440775380commit hash: 214f86b2bd6fe2b6981a75c30b2587d440775380 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.28.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.27.0
20 Jul 2022 14:22:48
commit hash: 51879c91f87889e30c8cc97affa08f16b6ac8527commit hash: 51879c91f87889e30c8cc97affa08f16b6ac8527commit hash: 51879c91f87889e30c8cc97affa08f16b6ac8527commit hash: 51879c91f87889e30c8cc97affa08f16b6ac8527 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
print: remove 'Created by' lines

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

  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Anish Mistry <amistry@am-productions.biz>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.27.0
07 Jul 2022 12:36:17
commit hash: c6235d87b0f88612cd39744756689b5b5348455acommit hash: c6235d87b0f88612cd39744756689b5b5348455acommit hash: c6235d87b0f88612cd39744756689b5b5348455acommit hash: c6235d87b0f88612cd39744756689b5b5348455a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.27.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.26.0
03 Jun 2022 09:00:41
commit hash: 6937d23ff06ae8e90dd68654f728bca66a389675commit hash: 6937d23ff06ae8e90dd68654f728bca66a389675commit hash: 6937d23ff06ae8e90dd68654f728bca66a389675commit hash: 6937d23ff06ae8e90dd68654f728bca66a389675 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.26.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.25.0
26 Apr 2022 15:01:29
commit hash: 78600858cfe5bcdfbcb48355ccb0376039c23d98commit hash: 78600858cfe5bcdfbcb48355ccb0376039c23d98commit hash: 78600858cfe5bcdfbcb48355ccb0376039c23d98commit hash: 78600858cfe5bcdfbcb48355ccb0376039c23d98 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.25.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.24.1
16 Apr 2022 04:19:26
commit hash: 9ddfc37b9b1d2edf70bb31ddd82c172290ce596fcommit hash: 9ddfc37b9b1d2edf70bb31ddd82c172290ce596fcommit hash: 9ddfc37b9b1d2edf70bb31ddd82c172290ce596fcommit hash: 9ddfc37b9b1d2edf70bb31ddd82c172290ce596f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.24.1

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.23.0
30 Mar 2022 22:21:18
commit hash: 621f06846fd4c4c7227c9810336ec736dba87175commit hash: 621f06846fd4c4c7227c9810336ec736dba87175commit hash: 621f06846fd4c4c7227c9810336ec736dba87175commit hash: 621f06846fd4c4c7227c9810336ec736dba87175 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.23.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.22.0
25 Mar 2022 13:37:12
commit hash: 75598e33a979ab2db4f704dc1dc41c27ff9e748ecommit hash: 75598e33a979ab2db4f704dc1dc41c27ff9e748ecommit hash: 75598e33a979ab2db4f704dc1dc41c27ff9e748ecommit hash: 75598e33a979ab2db4f704dc1dc41c27ff9e748e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.22.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.21.0
07 Mar 2022 18:11:25
commit hash: 825d90829541244917244104e47dd54f43a4ba0bcommit hash: 825d90829541244917244104e47dd54f43a4ba0bcommit hash: 825d90829541244917244104e47dd54f43a4ba0bcommit hash: 825d90829541244917244104e47dd54f43a4ba0b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.21.0

- Fix build with harfbuzz 4.0.0 [1][2]

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
Obtained
from:	https://github.com/harfbuzz/uharfbuzz/pull/110/commits/6a926ca7746a35a98ed8d719c870e340d1733e63
[1]
		https://github.com/harfbuzz/uharfbuzz/pull/110/commits/5d9150cc267b16401f98d0f0effd656dcc0d6c38
[2]
0.19.0
06 Mar 2022 18:25:15
commit hash: 42090df722b864eb10a7cabb73221b98a0c49c46commit hash: 42090df722b864eb10a7cabb73221b98a0c49c46commit hash: 42090df722b864eb10a7cabb73221b98a0c49c46commit hash: 42090df722b864eb10a7cabb73221b98a0c49c46 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
print/py-uharfbuzz: mark BROKEN after ef3919b1cf9d

src/uharfbuzz/_harfbuzz.cpp:15707:10: error: use of undeclared identifier
'hb_font_draw_glyph'; did you mean 'hb_font_get_glyph'?
  (void)(hb_font_draw_glyph(__pyx_v_font->_hb_font, __pyx_t_1,
__pyx_v_self->_hb_drawfuncs, ((void *)__pyx_v_self)));
         ^~~~~~~~~~~~~~~~~~
         hb_font_get_glyph
/usr/local/include/harfbuzz/hb-font.h:899:1: note: 'hb_font_get_glyph' declared
here
hb_font_get_glyph (hb_font_t *font,
^
src/uharfbuzz/_harfbuzz.cpp:15707:64: error: cannot initialize a parameter of
type 'hb_codepoint_t' (aka 'unsigned int') with an lvalue of type
'hb_draw_funcs_t *'
  (void)(hb_font_draw_glyph(__pyx_v_font->_hb_font, __pyx_t_1,
__pyx_v_self->_hb_drawfuncs, ((void *)__pyx_v_self)));
                                                              
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/harfbuzz/hb-font.h:900:45: note: passing argument to
parameter 'variation_selector' here
                   hb_codepoint_t unicode, hb_codepoint_t variation_selector,
                                                          ^
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.19.0
11 Jan 2022 18:44:39
commit hash: 6a76ec2335a7285bda7c0b1538185a9c008a0deecommit hash: 6a76ec2335a7285bda7c0b1538185a9c008a0deecommit hash: 6a76ec2335a7285bda7c0b1538185a9c008a0deecommit hash: 6a76ec2335a7285bda7c0b1538185a9c008a0dee files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.19.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.18.0
05 Nov 2021 23:54:22
commit hash: 69a6b9052ab82af093f575a97c4ae6c7a5593bf8commit hash: 69a6b9052ab82af093f575a97c4ae6c7a5593bf8commit hash: 69a6b9052ab82af093f575a97c4ae6c7a5593bf8commit hash: 69a6b9052ab82af093f575a97c4ae6c7a5593bf8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Remove -f because RM has it already
0.18.0
21 Sep 2021 03:44:54
commit hash: 77c600d623ad7133c82d364001c778d535af1270commit hash: 77c600d623ad7133c82d364001c778d535af1270commit hash: 77c600d623ad7133c82d364001c778d535af1270commit hash: 77c600d623ad7133c82d364001c778d535af1270 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.18.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.17.1
08 Aug 2021 21:44:05
commit hash: e040dc501583f11ec3ba79bb3b9c53e7d04fca51commit hash: e040dc501583f11ec3ba79bb3b9c53e7d04fca51commit hash: e040dc501583f11ec3ba79bb3b9c53e7d04fca51commit hash: e040dc501583f11ec3ba79bb3b9c53e7d04fca51 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.17.1

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.17.0
08 Aug 2021 14:54:10
commit hash: 1df96162d7fd5d1c2d8d0326c66a5e943ec47d54commit hash: 1df96162d7fd5d1c2d8d0326c66a5e943ec47d54commit hash: 1df96162d7fd5d1c2d8d0326c66a5e943ec47d54commit hash: 1df96162d7fd5d1c2d8d0326c66a5e943ec47d54 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.17.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.16.1
26 May 2021 12:55:13
commit hash: acd8a9c82b5d11a5b4d4b0c71a19ab86d1e6cbdbcommit hash: acd8a9c82b5d11a5b4d4b0c71a19ab86d1e6cbdbcommit hash: acd8a9c82b5d11a5b4d4b0c71a19ab86d1e6cbdbcommit hash: acd8a9c82b5d11a5b4d4b0c71a19ab86d1e6cbdb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Update to 0.16.1

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
0.16.0
16 May 2021 15:23:48
commit hash: c7864c5a12e00502b72ecbe8275dafe3d4e7de30commit hash: c7864c5a12e00502b72ecbe8275dafe3d4e7de30commit hash: c7864c5a12e00502b72ecbe8275dafe3d4e7de30commit hash: c7864c5a12e00502b72ecbe8275dafe3d4e7de30 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
print/py-uharfbuzz: Add print/py-uharfbuzz 0.16.0

uharfbuzz provides streamlined Cython bindings for the HarfBuzz shaping engine.

WWW: https://github.com/harfbuzz/uharfbuzz

Number of commits found: 38