Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2023 09:44:05 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ddaba2f25b0c - main - x11-fonts/cozette: Add new port
Message-ID:  <202305250944.34P9i5R9001221@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

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  | 26 ++++++++++++++++++++++++++
 x11-fonts/cozette/distinfo  |  3 +++
 x11-fonts/cozette/pkg-descr |  3 +++
 x11-fonts/cozette/pkg-plist |  1 +
 5 files changed, 34 insertions(+)

diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index d0a9de5e0455..4de6adda6c49 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -38,6 +38,7 @@
     SUBDIR += comic-neue
     SUBDIR += consolamono-ttf
     SUBDIR += courier-prime
+    SUBDIR += cozette
     SUBDIR += croscorefonts-fonts-ttf
     SUBDIR += crosextrafonts-caladea-ttf
     SUBDIR += crosextrafonts-carlito-ttf
diff --git a/x11-fonts/cozette/Makefile b/x11-fonts/cozette/Makefile
new file mode 100644
index 000000000000..f987e01024d2
--- /dev/null
+++ b/x11-fonts/cozette/Makefile
@@ -0,0 +1,26 @@
+PORTNAME=	cozette
+DISTVERSIONPREFIX=	v.
+DISTVERSION=	1.19.2
+CATEGORIES=	x11-fonts
+MASTER_SITES=	https://github.com/slavfox/Cozette/releases/download/${DISTVERSIONFULL}/
+DISTNAME=	${FONTNAME}Fonts
+DIST_SUBDIR=	${PORTNAME}-${DISTVERSION}
+
+MAINTAINER=	7lae@pm.me
+COMMENT=	Bitmap programming font optimized for coziness
+WWW=		https://github.com/slavfox/Cozette
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		fonts zip
+FONTNAME=	Cozette
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.otb ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>
diff --git a/x11-fonts/cozette/distinfo b/x11-fonts/cozette/distinfo
new file mode 100644
index 000000000000..3ad85ed8acad
--- /dev/null
+++ b/x11-fonts/cozette/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1684786814
+SHA256 (cozette-1.19.2/CozetteFonts.zip) = 1f7b0287ea991b1f7a791491dfad6fbc6d253601a6c259fe54cef102b7a12bf1
+SIZE (cozette-1.19.2/CozetteFonts.zip) = 477987
diff --git a/x11-fonts/cozette/pkg-descr b/x11-fonts/cozette/pkg-descr
new file mode 100644
index 000000000000..9077cc266eb9
--- /dev/null
+++ b/x11-fonts/cozette/pkg-descr
@@ -0,0 +1,3 @@
+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.
diff --git a/x11-fonts/cozette/pkg-plist b/x11-fonts/cozette/pkg-plist
new file mode 100644
index 000000000000..e91ab0480e34
--- /dev/null
+++ b/x11-fonts/cozette/pkg-plist
@@ -0,0 +1 @@
+%%FONTSDIR%%/cozette.otb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305250944.34P9i5R9001221>