Import vtfontcvt & console bitmap fonts
commit3fb5b84741b279039a70d7c57ca4113616ea89f3
authorToomas Soome <tsoome@me.com>
Sat, 25 Feb 2017 17:13:40 +0000 (25 19:13 +0200)
committerJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Fri, 13 Jul 2018 17:27:31 +0000 (13 13:27 -0400)
tree4db988cf08f3b2b1ebdb47cffbe5a33aa53e439b
parent2af7a8243d51c45fdc735372de3c49dc761cb2a1
Import vtfontcvt & console bitmap fonts

This is a port of illumos commit 4b529e40b9b8c5bcd0a4bc923a168c7988b72748.
It reshuffles the code and font files to use Unleashed native paths and
build using bmake.  Port done by Josef 'Jeff' Sipek <jeffpc@josefsipek.net>.

illumos bug# 8011
38 files changed:
Makefile
bin/Makefile
bin/vtfontcvt/.gitignore [new file with mode: 0644]
bin/vtfontcvt/Makefile [new file with mode: 0644]
bin/vtfontcvt/fnv_hash.h [new file with mode: 0644]
bin/vtfontcvt/vtfontcvt.1 [new file with mode: 0644]
bin/vtfontcvt/vtfontcvt.c [new file with mode: 0644]
boot/Makefile [new file with mode: 0644]
boot/Makefile.inc [new file with mode: 0644]
boot/fonts/.gitignore [new file with mode: 0644]
boot/fonts/Makefile [new file with mode: 0644]
contrib/consfonts/Gallant19.bdf [new file with mode: 0644]
contrib/consfonts/THIRDPARTYLICENSE [new file with mode: 0644]
contrib/consfonts/THIRDPARTYLICENSE.descrip [new file with mode: 0644]
contrib/consfonts/fonts.dir [new file with mode: 0644]
contrib/consfonts/ter-u12b.bdf [new file with mode: 0644]
contrib/consfonts/ter-u12n.bdf [new file with mode: 0644]
contrib/consfonts/ter-u14b.bdf [new file with mode: 0644]
contrib/consfonts/ter-u14n.bdf [new file with mode: 0644]
contrib/consfonts/ter-u14v.bdf [new file with mode: 0644]
contrib/consfonts/ter-u16b.bdf [new file with mode: 0644]
contrib/consfonts/ter-u16n.bdf [new file with mode: 0644]
contrib/consfonts/ter-u16v.bdf [new file with mode: 0644]
contrib/consfonts/ter-u18b.bdf [new file with mode: 0644]
contrib/consfonts/ter-u18n.bdf [new file with mode: 0644]
contrib/consfonts/ter-u20b.bdf [new file with mode: 0644]
contrib/consfonts/ter-u20n.bdf [new file with mode: 0644]
contrib/consfonts/ter-u22b.bdf [new file with mode: 0644]
contrib/consfonts/ter-u22n.bdf [new file with mode: 0644]
contrib/consfonts/ter-u24b.bdf [new file with mode: 0644]
contrib/consfonts/ter-u24n.bdf [new file with mode: 0644]
contrib/consfonts/ter-u28b.bdf [new file with mode: 0644]
contrib/consfonts/ter-u28n.bdf [new file with mode: 0644]
contrib/consfonts/ter-u32b.bdf [new file with mode: 0644]
contrib/consfonts/ter-u32n.bdf [new file with mode: 0644]
usr/src/pkg/manifests/SUNWcs.man1.inc
usr/src/pkg/manifests/system-core-os.mf
usr/src/pkg/manifests/system-data-console-fonts.mf [new file with mode: 0644]