are outdated. ok benoit@ ajacoutot@
These are library classes written in PHP for various functionality and
used to be needed to support PHP applications in the ports tree (things
like roundcube, horde and others used them) but all of this type of
software in ports now uses bundled dependencies. For development,
typically a language-specific dependency manager (like www/composer)
is used rather than OS packages.
www/pear (providing pear itself and pear-utils) is still kept.
BadWolf is a minimalist and privacy-oriented WebKitGTK+ browser,
which aims to provide a distraction free user experience for daily
tasks.
Features:
* Minimalist and clean UI
* Toggles for javascript and images
* No distracting popups or autoplay
* Dedicated downloads tab
* Isolated sessions per tab
* No browser level tracking
* Small and easy to inspect codebase
Port created by Adnan Shameem who takes MAINTAINER
with help from sthen@ and Omar Polo. Thank you!
Committed with tweak suggested by solene@
- @comment apparmor profile, because it's useless on OpenBSD.
ok sthen@ and solene@
expat-sys, freetype-sys and servo-fontconfig-sys are embedding C source directories.
remove them to ensure system-libs are used.
found while reviewing alacritty crates.
no changes for alacritty as system-libs were already used.
- set USE_GMAKE so the upstream install target works properly, which
means we don't need to handroll installing the lm files in post-install,
which means they get installed to the correct directory. tracked
down from a problem with Dovecot reported by Johan Huldtgren.
- build/install the testtextcat program that's used in regression tests,
as a simple way to see what the library is doing (run it with a path
to fpdb.conf, feed on stdin, it tries to identify the language.
looks like you need to be in share/libexttextcat for it to pick up
the lm files correctly)
Notable change since 1.29.0: Keep default output encoding of s16
for raw and file outputs also with the new resampler. This reverts
the unintentional change in 1.26.0 of switching to f32 for forced
output rate unless the NtoM resampler is selected. In any case, you
should make sure to specify your desired --encoding if you depend
on it.