Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2019 19:57:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491385 - in head/x11-fonts: . b612
Message-ID:  <201901271957.x0RJvPPP013095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 27 19:57:25 2019
New Revision: 491385
URL: https://svnweb.freebsd.org/changeset/ports/491385

Log:
  Add b612 1.005
  
  B612 is an highly legible open source font family designed and tested to be used
  on aircraft cockpit screens.
  
  Main characteristics are:
  - Maximize the distance between the forms of the characters
  - Respect the primitives of the different letters
  - Harmonize the forms and their spacing
  
  WWW: https://github.com/polarsys/b612

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Jan 27 19:57:19 2019	(r491384)
+++ head/x11-fonts/Makefile	Sun Jan 27 19:57:25 2019	(r491385)
@@ -15,6 +15,7 @@
     SUBDIR += artwiz-aleczapka-se
     SUBDIR += artwiz-fonts
     SUBDIR += averiagwf
+    SUBDIR += b612
     SUBDIR += bdfresize
     SUBDIR += bdftopcf
     SUBDIR += bitstream-vera

Added: head/x11-fonts/b612/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/b612/Makefile	Sun Jan 27 19:57:25 2019	(r491385)
@@ -0,0 +1,33 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	b612
+PORTVERSION=	1.005
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Highly legible font family for aircraft cockpit screens
+
+LICENSE=	EDL EPL OFL11
+LICENSE_COMB=	dual
+LICENSE_NAME_EDL=	Eclipse Distribution License
+LICENSE_FILE_EDL=	${WRKSRC}/edl-v10.html
+LICENSE_FILE_EPL=	${WRKSRC}/epl-v10.html
+LICENSE_PERMS_EDL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+USES=		fonts
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+FONTNAME=	b612
+
+GH_ACCOUNT=	polarsys
+GH_TAGNAME=	97aa715
+USE_GITHUB=	yes
+
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/fonts/ttf/*.ttf ${STAGEDIR}${FONTSDIR}/
+
+.include <bsd.port.mk>

Added: head/x11-fonts/b612/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/b612/distinfo	Sun Jan 27 19:57:25 2019	(r491385)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1548543380
+SHA256 (polarsys-b612-1.005-97aa715_GH0.tar.gz) = ea16bd548373d4ec74d42a7a2eb73e338357eefa43d26537b6a5d2e62c261163
+SIZE (polarsys-b612-1.005-97aa715_GH0.tar.gz) = 3887792

Added: head/x11-fonts/b612/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/b612/pkg-descr	Sun Jan 27 19:57:25 2019	(r491385)
@@ -0,0 +1,9 @@
+B612 is an highly legible open source font family designed and tested to be used
+on aircraft cockpit screens.
+
+Main characteristics are:
+- Maximize the distance between the forms of the characters
+- Respect the primitives of the different letters
+- Harmonize the forms and their spacing
+
+WWW: https://github.com/polarsys/b612

Added: head/x11-fonts/b612/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/b612/pkg-plist	Sun Jan 27 19:57:25 2019	(r491385)
@@ -0,0 +1,8 @@
+%%FONTSDIR%%/B612-Bold.ttf
+%%FONTSDIR%%/B612-BoldItalic.ttf
+%%FONTSDIR%%/B612-Italic.ttf
+%%FONTSDIR%%/B612-Regular.ttf
+%%FONTSDIR%%/B612Mono-Bold.ttf
+%%FONTSDIR%%/B612Mono-BoldItalic.ttf
+%%FONTSDIR%%/B612Mono-Italic.ttf
+%%FONTSDIR%%/B612Mono-Regular.ttf



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