From 5452916980cbdb1aeba0bdbdbf700f38a526f599 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 11 Dec 2019 12:42:01 +0000 Subject: [PATCH] import fonts/crimson, fix/ok tb@ 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! --- fonts/crimson/Makefile | 26 ++++++++++++++++++++++++++ fonts/crimson/distinfo | 2 ++ fonts/crimson/pkg/DESCR | 15 +++++++++++++++ fonts/crimson/pkg/PLIST | 9 +++++++++ 4 files changed, 52 insertions(+) create mode 100644 fonts/crimson/Makefile create mode 100644 fonts/crimson/distinfo create mode 100644 fonts/crimson/pkg/DESCR create mode 100644 fonts/crimson/pkg/PLIST diff --git a/fonts/crimson/Makefile b/fonts/crimson/Makefile new file mode 100644 index 00000000000..d52be15f1f6 --- /dev/null +++ b/fonts/crimson/Makefile @@ -0,0 +1,26 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2019/12/11 12:42:01 sthen Exp $ + +COMMENT= oldstyle book font + +GH_ACCOUNT= skosch +GH_PROJECT= Crimson +GH_TAGNAME= fonts-october2014 +PKGNAME= crimson-2014.10 + +CATEGORIES= fonts + +# SIL OFL 1.1 +PERMIT_PACKAGE= Yes + +PKG_ARCH= * +NO_BUILD= Yes +NO_TEST= Yes + +FONTSDIR= ${PREFIX}/share/fonts/crimson + +do-install: + ${INSTALL_DATA_DIR} ${FONTSDIR} + cd "${WRKSRC}/Desktop Fonts/OTF"; \ + ${INSTALL_DATA} *.otf ${FONTSDIR} + +.include diff --git a/fonts/crimson/distinfo b/fonts/crimson/distinfo new file mode 100644 index 00000000000..c74f2e764ba --- /dev/null +++ b/fonts/crimson/distinfo @@ -0,0 +1,2 @@ +SHA256 (Crimson-fonts-october2014.tar.gz) = q9i/wk4b102G8X2RYEgmektWcS9OXcfS4zuhhWGG0WM= +SIZE (Crimson-fonts-october2014.tar.gz) = 2315861 diff --git a/fonts/crimson/pkg/DESCR b/fonts/crimson/pkg/DESCR new file mode 100644 index 00000000000..ca118fb30de --- /dev/null +++ b/fonts/crimson/pkg/DESCR @@ -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! diff --git a/fonts/crimson/pkg/PLIST b/fonts/crimson/pkg/PLIST new file mode 100644 index 00000000000..cd716af1c04 --- /dev/null +++ b/fonts/crimson/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2019/12/11 12:42:01 sthen Exp $ +share/fonts/ +@fontdir share/fonts/crimson/ +share/fonts/crimson/Crimson-Bold.otf +share/fonts/crimson/Crimson-BoldItalic.otf +share/fonts/crimson/Crimson-Italic.otf +share/fonts/crimson/Crimson-Roman.otf +share/fonts/crimson/Crimson-Semibold.otf +share/fonts/crimson/Crimson-SemiboldItalic.otf