Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2014 13:41:08 +0000 (UTC)
From:      Aleksandr Rybalko <ray@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266838 - in head/share/vt: . fonts
Message-ID:  <201405291341.s4TDf8Rt014915@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ray
Date: Thu May 29 13:41:07 2014
New Revision: 266838
URL: http://svnweb.freebsd.org/changeset/base/266838

Log:
  Add gallant vt(4) font as an example of font loading for vt(4).
  
  MFC after:	7 days
  Sponsored by:	The FreeBSD Foundation

Added:
  head/share/vt/
  head/share/vt/Makefile   (contents, props changed)
  head/share/vt/fonts/
  head/share/vt/fonts/Makefile   (contents, props changed)
  head/share/vt/fonts/gallant.fnt   (contents, props changed)

Added: head/share/vt/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/share/vt/Makefile	Thu May 29 13:41:07 2014	(r266838)
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+SUBDIR= fonts
+
+.include <bsd.subdir.mk>

Added: head/share/vt/fonts/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/share/vt/fonts/Makefile	Thu May 29 13:41:07 2014	(r266838)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+FILES=	gallant.fnt
+
+FILESDIR= ${SHAREDIR}/vt/fonts
+
+NO_OBJ=
+
+.include <bsd.prog.mk>

Added: head/share/vt/fonts/gallant.fnt
==============================================================================
Binary file. No diff available.



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