Public Sans is a strong, neutral, principles-driven, open-source typeface
for text or display. It is a fork of the SIL Open Licensed face Libre
Franklin. Public Sans has many similarities with its parent, but differs
in its focus on longform reading and neutral UI applicability. It takes
inspiration from geometric sans faces of the 20th century, as well as the
original Franklins of the 19th, resulting in something of a mongrel face
that retains its American origin.
ok sthen@
Restrictive PERMIT_*; CONFIGURE_STYLE=imake; no updates in 15+ years.
If you're itching for the Plan 9 window experience, plan9port has rio.
ok markus@ (former 9wm maintainer)
This does *not* contain the major bump for the poppler-qt5 shared
library from the diff I initially sent to ports, because that isn't
needed (as pointed out by jca@).
Also build-tested with gcc-8 by jca@, thanks!
Current daemon flags are:
daemon_flags="-b 0 -f ${datadir} -p ${datadir}/sabnzbd.pid"
Intention is to be:
daemon_flags="-b 0 -f ${datadir} --pidfile ${datadir}/sabnzbd.pid"
Notice "--pidfile" instead of "-p". "-p" starts the daemon paused, which
isn't desired for most people. Additionally, the entire PID option can
be omitted.
Addressed offlist by Nick Templeton <nick () nicktempleton ! com>. Diff
by me.
libthreadutil merged into libupnp, ABI and API changes;
see http://pupnp.sourceforge.net/ChangeLog.
Enable `reuseaddr' support as requirement for an upcoming port.
OK rsadowski steven
Cope with libupnpp>=0.17.1, otherwise just "Minuscule source
changes mostly dealing with building and documentation".
Set COMPILER while here as C++11 is required.
OK pascal
Also drop all ffmpeg v4 compat and upstreamed patches.
Changelog:
https://github.com/cmus/cmus/releases/tag/v2.8.0
Original diff from Paco Esteban, with input from edd@ and jca@
- thanks you all - and additional ports-gcc and macppc tweaks
from me.
OK edd@