Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2020 14:53:04 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543968 - in head/x11-fonts: . libertinus
Message-ID:  <202008021453.072Er4nQ040890@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Aug  2 14:53:04 2020
New Revision: 543968
URL: https://svnweb.freebsd.org/changeset/ports/543968

Log:
  New port: x11-fonts/libertinus
  
  The Libertinus fonts project began as a fork of the Linux Libertine and Linux
  Biolinum fonts. The original impetus was to add an OpenType math companion to
  the Libertine font family. Over time it grew into to a full-fledged fork
  addressing many of the bugs in the Libertine fonts.
  
  WWW: https://github.com/alerque/libertinus

Added:
  head/x11-fonts/libertinus/
  head/x11-fonts/libertinus/Makefile   (contents, props changed)
  head/x11-fonts/libertinus/distinfo   (contents, props changed)
  head/x11-fonts/libertinus/pkg-descr   (contents, props changed)
  head/x11-fonts/libertinus/pkg-plist   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Aug  2 14:50:56 2020	(r543967)
+++ head/x11-fonts/Makefile	Sun Aug  2 14:53:04 2020	(r543968)
@@ -141,6 +141,7 @@
     SUBDIR += libXfont2
     SUBDIR += libXft
     SUBDIR += liberation-fonts-ttf
+    SUBDIR += libertinus
     SUBDIR += libfontenc
     SUBDIR += linden-hill
     SUBDIR += linux-c7-fontconfig

Added: head/x11-fonts/libertinus/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/libertinus/Makefile	Sun Aug  2 14:53:04 2020	(r543968)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	libertinus
+DISTVERSIONPREFIX=	v
+DISTVERSION=	6.12
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	tcberner@FreeBSD.org
+COMMENT=	Libertinus Open Fonts
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/OFL.txt
+
+USES=		fonts
+USE_GITHUB=	yes
+GH_ACCOUNT=	alerque
+
+MO_ARCH=	yes
+NO_BUILD=	yes
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/libertinus/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/libertinus/distinfo	Sun Aug  2 14:53:04 2020	(r543968)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1596379249
+SHA256 (alerque-libertinus-v6.12_GH0.tar.gz) = 64249bc2ed80f41ffa78a5fdd396e53b4fb5601e469f0f93c842fc6a775ac9e7
+SIZE (alerque-libertinus-v6.12_GH0.tar.gz) = 11166433

Added: head/x11-fonts/libertinus/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/libertinus/pkg-descr	Sun Aug  2 14:53:04 2020	(r543968)
@@ -0,0 +1,6 @@
+The Libertinus fonts project began as a fork of the Linux Libertine and Linux
+Biolinum fonts. The original impetus was to add an OpenType math companion to
+the Libertine font family. Over time it grew into to a full-fledged fork
+addressing many of the bugs in the Libertine fonts.
+
+WWW: https://github.com/alerque/libertinus

Added: head/x11-fonts/libertinus/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/libertinus/pkg-plist	Sun Aug  2 14:53:04 2020	(r543968)
@@ -0,0 +1,14 @@
+%%FONTSDIR%%/LibertinusKeyboard-Regular.otf
+%%FONTSDIR%%/LibertinusMath-Regular.otf
+%%FONTSDIR%%/LibertinusMono-Regular.otf
+%%FONTSDIR%%/LibertinusSans-Bold.otf
+%%FONTSDIR%%/LibertinusSans-Italic.otf
+%%FONTSDIR%%/LibertinusSans-Regular.otf
+%%FONTSDIR%%/LibertinusSerif-Bold.otf
+%%FONTSDIR%%/LibertinusSerif-BoldItalic.otf
+%%FONTSDIR%%/LibertinusSerif-Italic.otf
+%%FONTSDIR%%/LibertinusSerif-Regular.otf
+%%FONTSDIR%%/LibertinusSerif-Semibold.otf
+%%FONTSDIR%%/LibertinusSerif-SemiboldItalic.otf
+%%FONTSDIR%%/LibertinusSerifDisplay-Regular.otf
+%%FONTSDIR%%/LibertinusSerifInitials-Regular.otf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008021453.072Er4nQ040890>