summaryrefslogtreecommitdiff
path: root/sysutils/fontedit
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-22 10:31:27 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-22 10:31:27 +0000
commit9b2695c26ac5c5868d3c7c4642d5385a95a35ad7 (patch)
tree8c792b79d56e3ee8529e7221e8a7621404975e1b /sysutils/fontedit
parent- Fix MASTER_SITES (diff)
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>
Notes
Notes: svn path=/head/; revision=29772
Diffstat (limited to 'sysutils/fontedit')
-rw-r--r--sysutils/fontedit/Makefile19
-rw-r--r--sysutils/fontedit/distinfo1
-rw-r--r--sysutils/fontedit/pkg-comment1
-rw-r--r--sysutils/fontedit/pkg-descr5
-rw-r--r--sysutils/fontedit/pkg-plist2
5 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/fontedit/Makefile b/sysutils/fontedit/Makefile
new file mode 100644
index 000000000000..2ab2e5431f1f
--- /dev/null
+++ b/sysutils/fontedit/Makefile
@@ -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>
diff --git a/sysutils/fontedit/distinfo b/sysutils/fontedit/distinfo
new file mode 100644
index 000000000000..4228548bd56f
--- /dev/null
+++ b/sysutils/fontedit/distinfo
@@ -0,0 +1 @@
+MD5 (fontedit-1.0.tar.gz) = 3ce2561db3c75d232a3938faeb159485
diff --git a/sysutils/fontedit/pkg-comment b/sysutils/fontedit/pkg-comment
new file mode 100644
index 000000000000..475c1dd19405
--- /dev/null
+++ b/sysutils/fontedit/pkg-comment
@@ -0,0 +1 @@
+Tools for creating and editing console (syscons) font files
diff --git a/sysutils/fontedit/pkg-descr b/sysutils/fontedit/pkg-descr
new file mode 100644
index 000000000000..86fbc481e180
--- /dev/null
+++ b/sysutils/fontedit/pkg-descr
@@ -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>
diff --git a/sysutils/fontedit/pkg-plist b/sysutils/fontedit/pkg-plist
new file mode 100644
index 000000000000..941006b0d8da
--- /dev/null
+++ b/sysutils/fontedit/pkg-plist
@@ -0,0 +1,2 @@
+bin/fontdump
+bin/fontmake