Bug 279913 - [NEW PORT] japanese/font-bizin-gothic: a japanese font for programming
Summary: [NEW PORT] japanese/font-bizin-gothic: a japanese font for programming
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://github.com/yuru7/bizin-gothic
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-22 16:14 UTC by Hiroo Ono
Modified: 2024-08-18 06:13 UTC (History)
1 user (show)

See Also:


Attachments
ports patch of japanese/font-bizin-gothic (6.32 KB, patch)
2024-06-22 16:14 UTC, Hiroo Ono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!