Bug 271518 - [NEW PORT] x11-fonts/cozette: Bitmap programming font optimized for coziness
Summary: [NEW PORT] x11-fonts/cozette: Bitmap programming font optimized for coziness
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: Robert Clausecker
URL: https://github.com/slavfox/Cozette
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-19 18:59 UTC by laxul
Modified: 2023-05-25 09:52 UTC (History)
1 user (show)

See Also:


Attachments
x11-fonts/cozette patch (2.21 KB, patch)
2023-05-19 18:59 UTC, laxul
laxul: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description laxul 2023-05-19 18:59:34 UTC
Created attachment 242286 [details]
x11-fonts/cozette patch

Description:

Cozette is a 6x13px (bounding box; average 5px character width, 3px descent,
10px ascent, 8px cap height) bitmap font with great coverage of all the
ghyphs.

WWW: https://github.com/slavfox/Cozette

QA:

* portlint: ok
* testport: ok (poudriere: 13.2-RELEASE, amd64)
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-05-22 20:18:50 UTC
Looks cool!  I wonder if you could install it in such a way that it can also be used as a console font for vt(4) or sc(4).

Will commit with my next batch.  If you want to add a variant that can be used as a console font, just submit an update to the port.
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-05-22 20:19:49 UTC
On commit, I'll add

    DIST_SUBDIR= ${PORTNAME}-${DISTVERSION}

as the distfile name isn't versioned.
Comment 3 laxul 2023-05-23 09:00:50 UTC
(In reply to Robert Clausecker from comment #1)

I have tried it before submitting the patch! I will work on it and update the port. Thank you
Comment 4 laxul 2023-05-23 09:02:14 UTC
(In reply to Robert Clausecker from comment #2)

nice
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-05-25 09:45:02 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ddaba2f25b0c436d73b1484300aec8b5772fcd77

commit ddaba2f25b0c436d73b1484300aec8b5772fcd77
Author:     7lae <7lae@pm.me>
AuthorDate: 2023-05-19 18:48:26 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-05-25 09:39:33 +0000

    x11-fonts/cozette: Add new port

    Cozette is a 6x13px (bounding box; average 5px character width, 3px descent,
    10px ascent, 8px cap height) bitmap font with great coverage of all the
    ghyphs.

    WWW: https://github.com/slavfox/Cozette

    PR:             271518

 x11-fonts/Makefile                |  1 +
 x11-fonts/cozette/Makefile (new)  | 26 ++++++++++++++++++++++++++
 x11-fonts/cozette/distinfo (new)  |  3 +++
 x11-fonts/cozette/pkg-descr (new) |  3 +++
 x11-fonts/cozette/pkg-plist (new) |  1 +
 5 files changed, 34 insertions(+)
Comment 6 Robert Clausecker freebsd_committer freebsd_triage 2023-05-25 09:52:04 UTC
Thank you for your submission.