Cascadia Code is a fun, new monospaced font that includes programming
ligatures and is designed to enhance the modern look and feel of
the Windows Terminal.
WWW: https://github.com/microsoft/cascadia-code
C++11 compiler is necessary:
The compiler feature "cxx_decltype" is not known to CXX compiler
"GNU"
version 4.2.1.
Approved by: mentors (implicit approval)
Open Sans is a clean and modern sans-serif typeface designed by
Steve Matteson and commissioned by Google. It is especially designed
for legibility across print, web, and mobile interfaces.
WWW: https://www.opensans.com
PR: 231311
Submitted by: Florian Limberger <flo@snakeoilproductions.net>
Deprecate various xorg libraries, as they have been deprecated upstream.
Remove them from xorg-libraries.
List of deprecated ports:
x11/libXevie
x11/liboldX
x11/libxkbui
x11-fonts/libXfontcache
Changelog for 2.3.0:
- Experimental proportional variant Aile!
- Experimental proportional variant Etoile!
- Experimental wide variant Expanded!
- Adjusted horizontal stroke width for heavy weights.
https://github.com/be5invis/Iosevka/releases/tag/v2.3.0
- Add a new option called EXPERIMENTAL for experimental font variants.
- Mute some insignificant commands in do-install.
- Add a maintainer target to ease the regeneration of pkg-plist.
Reported by: Repology
Update x11-fonts/terminus-font to 4.48
Changelog:
* Added the basic 27 hebrew letters and sheqel, with uppercase height.
* Some improvements in the font build scripts.
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Update x11-fonts/libFS to 1.0.8
This release contains a fixes for a bunch of sign comparision warnings,
and changes to the build system
add LICENSE and LICENSE_FILE
pet portlint a bit, move USES= earlier
use INSTALL_TARGET=install-strip to strip binaries and files
Changelog:
https://lists.x.org/archives/xorg-announce/2019-March/002970.html
Sponsored by: B3 Init
Eliminate LINUXNAME from port Makefiles. This was just a helper variable
without special meaning outside port Makefiles but several developers have
copied it to new ports where it was then unused, apparently thinking that
it did have some special meaning.