From owner-svn-src-all@FreeBSD.ORG Thu May 29 13:41:08 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9A13BCB; Thu, 29 May 2014 13:41:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6A7F2B1F; Thu, 29 May 2014 13:41:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TDf89L014918; Thu, 29 May 2014 13:41:08 GMT (envelope-from ray@svn.freebsd.org) Received: (from ray@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4TDf8Rt014915; Thu, 29 May 2014 13:41:08 GMT (envelope-from ray@svn.freebsd.org) Message-Id: <201405291341.s4TDf8Rt014915@svn.freebsd.org> From: Aleksandr Rybalko Date: Thu, 29 May 2014 13:41:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266838 - in head/share/vt: . fonts X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 13:41:08 -0000 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 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 Added: head/share/vt/fonts/gallant.fnt ============================================================================== Binary file. No diff available.