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:
parent
52025bb575
commit
9b2695c26a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29772
19
sysutils/fontedit/Makefile
Normal file
19
sysutils/fontedit/Makefile
Normal 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>
|
1
sysutils/fontedit/distinfo
Normal file
1
sysutils/fontedit/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (fontedit-1.0.tar.gz) = 3ce2561db3c75d232a3938faeb159485
|
1
sysutils/fontedit/pkg-comment
Normal file
1
sysutils/fontedit/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
Tools for creating and editing console (syscons) font files
|
5
sysutils/fontedit/pkg-descr
Normal file
5
sysutils/fontedit/pkg-descr
Normal 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>
|
2
sysutils/fontedit/pkg-plist
Normal file
2
sysutils/fontedit/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
bin/fontdump
|
||||||
|
bin/fontmake
|
Loading…
Reference in New Issue
Block a user