Created attachment 251620 [details] ports patch of japanese/font-bizin-gothic A new font composing BizUD gothic and Inconsolata for programming.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0656eb413cfad4041663622f60a23a143b5fa4a5 commit 0656eb413cfad4041663622f60a23a143b5fa4a5 Author: MANTANI Nobutaka <nobutaka@FreeBSD.org> AuthorDate: 2024-08-18 06:03:03 +0000 Commit: MANTANI Nobutaka <nobutaka@FreeBSD.org> CommitDate: 2024-08-18 06:05:56 +0000 japanese/font-bizin-gothic: New port: Font for programming composed of BizUD gothic and Inconsolata Bizin Gothic is a font for programming composing the universal design font BizUD Gothic and the latin font Inconsolata. The goal is to combine the eye-friendly glyphs of BIZ UD Gothic and the quirky and beautiful glyphs of Inconsolata without any sense of discomfort. In addition, the specifications for various character adjustments to improve readability in this font were made with Ricty in mind. PR: 279913 Reported by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> japanese/Makefile | 1 + japanese/font-bizin-gothic/Makefile (new) | 38 ++++++++ japanese/font-bizin-gothic/distinfo (new) | 3 + .../files/20-unhint-bizin-gothic.conf (new) | 17 ++++ .../files/62-fonts-bizin-gothic.conf (new) | 11 +++ .../font-bizin-gothic/files/pkg-install.in (new) | 101 +++++++++++++++++++++ japanese/font-bizin-gothic/pkg-descr (new) | 8 ++ japanese/font-bizin-gothic/pkg-plist (new) | 6 ++ 8 files changed, 185 insertions(+)
Committed with slight modifications (petting portlint), thanks!