Bug 279913

Summary: [NEW PORT] japanese/font-bizin-gothic: a japanese font for programming
Product: Ports & Packages Reporter: Hiroo Ono <hiroo.ono+freebsd>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: nobutaka
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/yuru7/bizin-gothic
Attachments:
Description Flags
ports patch of japanese/font-bizin-gothic none

Description Hiroo Ono 2024-06-22 16:14:00 UTC
Created attachment 251620 [details]
ports patch of japanese/font-bizin-gothic

A new font composing BizUD gothic and Inconsolata for programming.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-08-18 06:11:02 UTC
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(+)
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2024-08-18 06:13:44 UTC
Committed with slight modifications (petting portlint), thanks!