mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
x11-fonts/cascadia-next: Add cascadia-next g20240828
Cascadia Code is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal. Cascadia Next is the next evolution of the Cascadia font family.
This commit is contained in:
parent
726bf485e7
commit
cb4b46659e
@ -29,6 +29,7 @@
|
||||
SUBDIR += c64bdf
|
||||
SUBDIR += cantarell-fonts
|
||||
SUBDIR += cascadia-code
|
||||
SUBDIR += cascadia-next
|
||||
SUBDIR += charis
|
||||
SUBDIR += charis-compact
|
||||
SUBDIR += chomsky
|
||||
|
29
x11-fonts/cascadia-next/Makefile
Normal file
29
x11-fonts/cascadia-next/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
PORTNAME= cascadia-next
|
||||
PORTVERSION= g20240828
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= https://github.com/microsoft/cascadia-code/releases/download/cascadia-next/
|
||||
DISTFILES= CascadiaNextJP.wght.ttf \
|
||||
CascadiaNextSC.wght.ttf \
|
||||
CascadiaNextTC.wght.ttf
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Monospaced font with programming ligatures
|
||||
WWW= https://github.com/microsoft/cascadia-code
|
||||
|
||||
LICENSE= OFL11
|
||||
|
||||
USES= fonts
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= ${FONTSDIR}/CascadiaNextJP.wght.ttf \
|
||||
${FONTSDIR}/CascadiaNextSC.wght.ttf \
|
||||
${FONTSDIR}/CascadiaNextTC.wght.ttf
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
cd ${DISTDIR} && ${INSTALL_DATA} ${DISTFILES} ${STAGEDIR}${FONTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
7
x11-fonts/cascadia-next/distinfo
Normal file
7
x11-fonts/cascadia-next/distinfo
Normal file
@ -0,0 +1,7 @@
|
||||
TIMESTAMP = 1727260369
|
||||
SHA256 (CascadiaNextJP.wght.ttf) = af8bf9ee98e2b09d376066bb971dbd84ae6bb098427edfe80d5d65efe10245cf
|
||||
SIZE (CascadiaNextJP.wght.ttf) = 4215976
|
||||
SHA256 (CascadiaNextSC.wght.ttf) = 0f2d43245faf8c9ea4c94daa2cbd07853e3108e347e96fd44e37d6aeaa8a7eef
|
||||
SIZE (CascadiaNextSC.wght.ttf) = 5834800
|
||||
SHA256 (CascadiaNextTC.wght.ttf) = 3bac961f2f511ab6707af3b0b564d1dd8e56983e7381454149d1566ed7d06ff0
|
||||
SIZE (CascadiaNextTC.wght.ttf) = 6833112
|
4
x11-fonts/cascadia-next/pkg-descr
Normal file
4
x11-fonts/cascadia-next/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Cascadia Code is a fun, new monospaced font that includes programming ligatures
|
||||
and is designed to enhance the modern look and feel of the Windows Terminal.
|
||||
|
||||
Cascadia Next is the next evolution of the Cascadia font family.
|
Loading…
Reference in New Issue
Block a user