diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-27 19:57:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-27 19:57:25 +0000 |
commit | 95448515d9690714bbbc5e0c967c8df9393ee28a (patch) | |
tree | 167d41d6f6f7c7215173d53bc0d0ce2703487a0b /x11-fonts | |
parent | e0b9ea5f4e19d9016eaaa8a0b44e7872b8382a63 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/b612/Makefile | 33 | ||||
-rw-r--r-- | x11-fonts/b612/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/b612/pkg-descr | 9 | ||||
-rw-r--r-- | x11-fonts/b612/pkg-plist | 8 |
5 files changed, 54 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 8b54a2ba22dd..4f9cfa8df49a 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -15,6 +15,7 @@ SUBDIR += artwiz-aleczapka-se SUBDIR += artwiz-fonts SUBDIR += averiagwf + SUBDIR += b612 SUBDIR += bdfresize SUBDIR += bdftopcf SUBDIR += bitstream-vera diff --git a/x11-fonts/b612/Makefile b/x11-fonts/b612/Makefile new file mode 100644 index 000000000000..e2503ba65e5b --- /dev/null +++ b/x11-fonts/b612/Makefile @@ -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> diff --git a/x11-fonts/b612/distinfo b/x11-fonts/b612/distinfo new file mode 100644 index 000000000000..ed0bc484e763 --- /dev/null +++ b/x11-fonts/b612/distinfo @@ -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 diff --git a/x11-fonts/b612/pkg-descr b/x11-fonts/b612/pkg-descr new file mode 100644 index 000000000000..2e692f01096d --- /dev/null +++ b/x11-fonts/b612/pkg-descr @@ -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 diff --git a/x11-fonts/b612/pkg-plist b/x11-fonts/b612/pkg-plist new file mode 100644 index 000000000000..fcfc65f8626e --- /dev/null +++ b/x11-fonts/b612/pkg-plist @@ -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 |