HarfBuzz is an OpenType text shaping engine. Using the HarfBuzz
library allows programs to convert a sequence of Unicode input into
properly formatted and positioned glyph output - for any writing
system and language.
WWW: https://harfbuzz.github.io/
Remove the hb-view utitilty from the main harfbuzz port and move it to it's
own port. The hb-view utility is the only part of harfbuzz that requires
cairo. So now harfbuzz doesn't pull in x11 libraries or mesa via cairo,this
is usefull for ports that want to use harfbuzz but don't use or want x11.
Add license
Exp-run by: antoine@
PR: 239662
print/harfbuzz-icu: pacify check-plist after r471882
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: include/harfbuzz/hb-map.h
PR: 228795
Reported by: rakuco
Pointy hat to: jbeich
Don't try to look for PLIST under .OBJDIR
If MAKEOBJDIRPREFIX and WRKDIRPREFIX are same PLIST may point to a
non-existing file under .OBJDIR without breaking build.
$ export MAKEOBJDIRPREFIX=/tmp
$ echo WRKDIRPREFIX=/tmp >>${__MAKE_CONF-/etc/make.conf}
$ cd /usr/ports/print/harfbuzz-icu
$ make clean patch
$ make -V .OBJDIR
/tmp/usr/ports/print/harfbuzz-icu
$ make install
$ pkg info -l harfbuzz-icu
harfbuzz-icu-1.5.1_2:
PR: 219008
Submitted by: Ilia Skalozubov (based on)
Approved by: portmgr blanket