pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/cozette



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun May  4 16:30:38 UTC 2025

Added Files:
        pkgsrc/fonts/cozette: DESCR Makefile PLIST distinfo

Log Message:
fonts/cozette: initial import of package

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/cozette/DESCR \
    pkgsrc/fonts/cozette/Makefile pkgsrc/fonts/cozette/PLIST \
    pkgsrc/fonts/cozette/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/fonts/cozette/DESCR
diff -u /dev/null pkgsrc/fonts/cozette/DESCR:1.1
--- /dev/null   Sun May  4 16:30:38 2025
+++ pkgsrc/fonts/cozette/DESCR  Sun May  4 16:30:38 2025
@@ -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.
Index: pkgsrc/fonts/cozette/Makefile
diff -u /dev/null pkgsrc/fonts/cozette/Makefile:1.1
--- /dev/null   Sun May  4 16:30:38 2025
+++ pkgsrc/fonts/cozette/Makefile       Sun May  4 16:30:38 2025
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.1 2025/05/04 16:30:38 vins Exp $
+
+DISTNAME=      ${PKGNAME:S/cozette/CozetteFonts-v/:S/./-/g}
+PKGNAME=       cozette-1.28.0
+CATEGORIES=    fonts
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=slavfox/}
+GITHUB_RELEASE=        v.${PKGVERSION_NOREV}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    vins%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/slavfox/Cozette/
+COMMENT=       Bitmap programming font optimized for coziness
+LICENSE=       mit
+
+WRKSRC=                ${WRKDIR}/CozetteFonts
+
+USE_LANGUAGES= # none
+
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+
+FONTS=         cozette cozettecrossedseven \
+               cozette_hidpi cozettecrossedseven_hidpi
+FONTS_TTF=     CozetteVector CozetteCrossedSevenVector \
+               CozetteVectorBold CozetteCrossedSevenVectorBold
+
+FONTS_DIRS.ttf=                share/fonts/X11/TTF
+FONTS_DIRS.x11=                share/fonts/X11/misc
+
+INSTALLATION_DIRS+=    ${FONTS_DIRS.ttf} ${FONTS_DIRS.x11}
+
+do-install:
+       ${RUN}for f in ${FONTS}; do                     \
+       ${INSTALL_DATA} ${WRKSRC}/$${f}.otb             \
+         ${DESTDIR}${PREFIX}/share/fonts/X11/misc;     \
+       done
+       ${RUN}for f in ${FONTS_TTF}; do                 \
+       ${INSTALL_DATA} ${WRKSRC}/$${f}.ttf             \
+         ${DESTDIR}${PREFIX}/share/fonts/X11/TTF;      \
+       done
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/fonts/cozette/PLIST
diff -u /dev/null pkgsrc/fonts/cozette/PLIST:1.1
--- /dev/null   Sun May  4 16:30:38 2025
+++ pkgsrc/fonts/cozette/PLIST  Sun May  4 16:30:38 2025
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/04 16:30:38 vins Exp $
+share/fonts/X11/TTF/CozetteCrossedSevenVector.ttf
+share/fonts/X11/TTF/CozetteCrossedSevenVectorBold.ttf
+share/fonts/X11/TTF/CozetteVector.ttf
+share/fonts/X11/TTF/CozetteVectorBold.ttf
+share/fonts/X11/misc/cozette.otb
+share/fonts/X11/misc/cozette_hidpi.otb
+share/fonts/X11/misc/cozettecrossedseven.otb
+share/fonts/X11/misc/cozettecrossedseven_hidpi.otb
Index: pkgsrc/fonts/cozette/distinfo
diff -u /dev/null pkgsrc/fonts/cozette/distinfo:1.1
--- /dev/null   Sun May  4 16:30:38 2025
+++ pkgsrc/fonts/cozette/distinfo       Sun May  4 16:30:38 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/04 16:30:38 vins Exp $
+
+BLAKE2s (CozetteFonts-v-1-28-0.zip) = 2de59e0727b5964df5f31614f35f9c940867fa736710b07894266d48d60f73ba
+SHA512 (CozetteFonts-v-1-28-0.zip) = f52fd53f7d0435be782a03635671474e11f39e66d44ae29f0feb37360e01dde2e846087b5ede13c7ca224a436308766cd11c5c3cf7c42f9c8f5ca3173494cbde
+Size (CozetteFonts-v-1-28-0.zip) = 4027535 bytes



Home | Main Index | Thread Index | Old Index