Initial import of fontedit - a two symple tools to create and edit syscons fonts.

PR:		19430
Submitted by:	Ben Smithurst <ben@scientia.demon.co.uk>
This commit is contained in:
Maxim Sobolev 2000-06-22 10:31:27 +00:00
parent 52025bb575
commit 9b2695c26a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29772
5 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# New ports collection makefile for: fontedit
# Date created: 21 Jun 2000
# Whom: Ben Smithurst <ben@scientia.demon.co.uk>
#
# $FreeBSD$
PORTNAME= fontedit
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.scientia.demon.co.uk/users/ben/tarballs/ \
ftp://ukug.uk.freebsd.org/pub/mark/fontmake/
MAINTAINER= ben@scientia.demon.co.uk
do-install:
@cd ${WRKSRC} && \
${INSTALL_PROGRAM} fontdump fontmake ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (fontedit-1.0.tar.gz) = 3ce2561db3c75d232a3938faeb159485

View File

@ -0,0 +1 @@
Tools for creating and editing console (syscons) font files

View File

@ -0,0 +1,5 @@
These programs can be used to dump a syscons font file to human readable
form for editing, and then converted back to a raw syscons font file.
- Ben Smithurst
<ben@scientia.demon.co.uk>

View File

@ -0,0 +1,2 @@
bin/fontdump
bin/fontmake