Migrate crimson to font module, and package web fonts.

This commit is contained in:
bentley
2026-02-11 22:44:36 +00:00
parent ba74e5b82c
commit 0119066d61
6 changed files with 36 additions and 12 deletions
+11 -10
View File
@@ -1,24 +1,25 @@
COMMENT= oldstyle book font COMMENT-main = oldstyle book font
COMMENT-web = oldstyle book font (web fonts)
MULTI_PACKAGES = -main -web
MODFONT_FAMILY = crimson
GH_ACCOUNT= skosch GH_ACCOUNT= skosch
GH_PROJECT= Crimson GH_PROJECT= Crimson
GH_TAGNAME= fonts-october2014 GH_TAGNAME= fonts-october2014
PKGNAME= crimson-2014.10 MODFONT_VERSION = 2014.10
REVISION = 0
CATEGORIES= fonts MODULES = font
# SIL OFL 1.1 # SIL OFL 1.1
PERMIT_PACKAGE= Yes PERMIT_PACKAGE= Yes
PKG_ARCH= *
NO_BUILD= Yes NO_BUILD= Yes
NO_TEST= Yes NO_TEST= Yes
FONTSDIR= ${PREFIX}/share/fonts/crimson MODFONT_FONTFILES = Desktop*Fonts/OTF/*.otf
MODFONT_WEBFILES = Web*Fonts/*.woff
do-install:
${INSTALL_DATA_DIR} ${FONTSDIR}
cd "${WRKSRC}/Desktop Fonts/OTF"; \
${INSTALL_DATA} *.otf ${FONTSDIR}
.include <bsd.port.mk> .include <bsd.port.mk>
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (Crimson-fonts-october2014.tar.gz) = q9i/wk4b102G8X2RYEgmektWcS9OXcfS4zuhhWGG0WM= SHA256 (Crimson-fonts-october2014.zip) = qygYfCrRX/7cQwYeRcGryV1YX3TPGrqgIBNPJTZvhYk=
SIZE (Crimson-fonts-october2014.tar.gz) = 2315861 SIZE (Crimson-fonts-october2014.zip) = 2304387
+15
View File
@@ -0,0 +1,15 @@
Crimson is a free and open-source text type family.
The font is designed in the tradition of beautiful oldstyle type,
and inspired particularly by the fantastic work of people like Jan
Tschichold (Sabon), Robert Slimbach (Arno, Minion) and Jonathan Hoefler
(Hoefler Text). It features
- six cuts (regular, semibold and bold; with a Roman and Italic each)
- characters for a wide range of European languages - though some are
still better supported than others between different cuts
- spacing/kerning done by Igino Marini's spectacular iKern
- an unbeatable price of zero!
+8
View File
@@ -0,0 +1,8 @@
fonts/
fonts/crimson/
fonts/crimson/crimson-bold-webfont.woff
fonts/crimson/crimson-bolditalic-webfont.woff
fonts/crimson/crimson-italic-webfont.woff
fonts/crimson/crimson-roman-webfont.woff
fonts/crimson/crimson-semibold-webfont.woff
fonts/crimson/crimson-semibolditalic-webfont.woff