pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/libertinus-ttf
Module Name: pkgsrc
Committed By: joerg
Date: Wed Mar 29 15:32:42 UTC 2023
Added Files:
pkgsrc/fonts/libertinus-ttf: DESCR Makefile PLIST distinfo
Log Message:
Add libertinus-ttf-7.040
The Libertinus Fonts project includes four main type families:
- The Libertinus Serif family:
6 serif typefaces cover three weights (Regular, Semibold, Bold) in each
of two styles (Regular, Italic); originally forked from Linux
Libertine.
- The Libertinus Sans family:
3 sans-serif typefaces cover Regular, a Bold weight, and an Italic
style; originally forked from Linux Biolinum.
- The Libertinus Mono family:
1 monospace typeface derived from the serif family; originally forked
from Linux Libertine Mono.
- The Libertinus Math family:
1 OpenType math typeface derived from the serif family with many extra
glyphs and features for use in OpenType math-capable applications (such
as LuaTeX, XeTeX, or MS Word 2007+).
Additionally included are 3 special-use families with a single typeface
each:
- Libertinus Serif Display: A derivative of Libertinus Serif Regular
optimized for display at large sizes.
- Libertinus Serif Initials: A derivative of Libertinus Serif with
outlined variants of capital letter glyphs suitable for drop-caps or
other decorations.
- Libertinus Keyboard: A derivative of Libertinus Sans with keyboard key
outlines around each character suitable for use in technical
documentation.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/libertinus-ttf/DESCR \
pkgsrc/fonts/libertinus-ttf/Makefile pkgsrc/fonts/libertinus-ttf/PLIST \
pkgsrc/fonts/libertinus-ttf/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/libertinus-ttf/DESCR
diff -u /dev/null pkgsrc/fonts/libertinus-ttf/DESCR:1.1
--- /dev/null Wed Mar 29 15:32:42 2023
+++ pkgsrc/fonts/libertinus-ttf/DESCR Wed Mar 29 15:32:42 2023
@@ -0,0 +1,37 @@
+The Libertinus Fonts project includes four main type families:
+
+- The Libertinus Serif family:
+
+ 6 serif typefaces cover three weights (Regular, Semibold, Bold) in each
+ of two styles (Regular, Italic); originally forked from Linux
+ Libertine.
+
+- The Libertinus Sans family:
+
+ 3 sans-serif typefaces cover Regular, a Bold weight, and an Italic
+ style; originally forked from Linux Biolinum.
+
+- The Libertinus Mono family:
+
+ 1 monospace typeface derived from the serif family; originally forked
+ from Linux Libertine Mono.
+
+- The Libertinus Math family:
+
+ 1 OpenType math typeface derived from the serif family with many extra
+ glyphs and features for use in OpenType math-capable applications (such
+ as LuaTeX, XeTeX, or MS Word 2007+).
+
+Additionally included are 3 special-use families with a single typeface
+each:
+
+- Libertinus Serif Display: A derivative of Libertinus Serif Regular
+ optimized for display at large sizes.
+
+- Libertinus Serif Initials: A derivative of Libertinus Serif with
+ outlined variants of capital letter glyphs suitable for drop-caps or
+ other decorations.
+
+- Libertinus Keyboard: A derivative of Libertinus Sans with keyboard key
+ outlines around each character suitable for use in technical
+ documentation.
Index: pkgsrc/fonts/libertinus-ttf/Makefile
diff -u /dev/null pkgsrc/fonts/libertinus-ttf/Makefile:1.1
--- /dev/null Wed Mar 29 15:32:42 2023
+++ pkgsrc/fonts/libertinus-ttf/Makefile Wed Mar 29 15:32:42 2023
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2023/03/29 15:32:42 joerg Exp $
+
+DISTNAME= Libertinus-7.040
+PKGNAME= libertinus-ttf-7.040
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_GITHUB:=alerque/}
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
+GITHUB_PROJECT= libertinus
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/alerque/libertinus
+COMMENT= Libertinus font family
+LICENSE= ofl-v1.1
+
+USE_LANGUAGES= # none
+NO_BUILD= yes
+
+INSTALLATION_DIRS= share/fonts/X11/OTF
+FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/OTF
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/static/OTF/*.otf ${DESTDIR}${PREFIX}/share/fonts/X11/OTF
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/fonts/libertinus-ttf/PLIST
diff -u /dev/null pkgsrc/fonts/libertinus-ttf/PLIST:1.1
--- /dev/null Wed Mar 29 15:32:42 2023
+++ pkgsrc/fonts/libertinus-ttf/PLIST Wed Mar 29 15:32:42 2023
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2023/03/29 15:32:42 joerg Exp $
+share/fonts/X11/OTF/LibertinusKeyboard-Regular.otf
+share/fonts/X11/OTF/LibertinusMath-Regular.otf
+share/fonts/X11/OTF/LibertinusMono-Regular.otf
+share/fonts/X11/OTF/LibertinusSans-Bold.otf
+share/fonts/X11/OTF/LibertinusSans-Italic.otf
+share/fonts/X11/OTF/LibertinusSans-Regular.otf
+share/fonts/X11/OTF/LibertinusSerif-Bold.otf
+share/fonts/X11/OTF/LibertinusSerif-BoldItalic.otf
+share/fonts/X11/OTF/LibertinusSerif-Italic.otf
+share/fonts/X11/OTF/LibertinusSerif-Regular.otf
+share/fonts/X11/OTF/LibertinusSerif-Semibold.otf
+share/fonts/X11/OTF/LibertinusSerif-SemiboldItalic.otf
+share/fonts/X11/OTF/LibertinusSerifDisplay-Regular.otf
+share/fonts/X11/OTF/LibertinusSerifInitials-Regular.otf
Index: pkgsrc/fonts/libertinus-ttf/distinfo
diff -u /dev/null pkgsrc/fonts/libertinus-ttf/distinfo:1.1
--- /dev/null Wed Mar 29 15:32:42 2023
+++ pkgsrc/fonts/libertinus-ttf/distinfo Wed Mar 29 15:32:42 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/29 15:32:42 joerg Exp $
+
+BLAKE2s (Libertinus-7.040.tar.xz) = a91730d24a7e4912474e15435ae0ff7f3b6b19591c76e395276308e232fcdf35
+SHA512 (Libertinus-7.040.tar.xz) = 9cd870adc2c9007dd7265b4c0bcb8590c3467506ed4c912190cb198f07e27a784ec62c6922e8244cc875a94e880afaa96937ff5b547f7868ac4f0ffb6747f2a3
+Size (Libertinus-7.040.tar.xz) = 4374448 bytes
Home |
Main Index |
Thread Index |
Old Index