svn commit: r266838 - in head/share/vt: . fonts

Aleksandr Rybalko ray at FreeBSD.org
Thu May 29 13:41:08 UTC 2014


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.


More information about the svn-src-head mailing list