diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-02-09 17:21:36 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-02-09 17:21:36 +0800 |
commit | 0698c21612b3d992b11885c277aafbffff0b8cea (patch) | |
tree | 744a3624c13051224ceaee2d9892242322737545 | |
parent | 4f24d300ff4e4c9b15f4e38cb03b48b867fed5c6 (diff) | |
download | freebsd-ports-gnome-0698c21612b3d992b11885c277aafbffff0b8cea.tar.gz freebsd-ports-gnome-0698c21612b3d992b11885c277aafbffff0b8cea.tar.zst freebsd-ports-gnome-0698c21612b3d992b11885c277aafbffff0b8cea.zip |
add cfe 0.12
Console font editor
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/cfe/Makefile | 21 | ||||
-rw-r--r-- | misc/cfe/distinfo | 1 | ||||
-rw-r--r-- | misc/cfe/pkg-comment | 1 | ||||
-rw-r--r-- | misc/cfe/pkg-descr | 7 | ||||
-rw-r--r-- | misc/cfe/pkg-plist | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index d6d60eb0cc2e..8aac18da077c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -34,6 +34,7 @@ SUBDIR += buffer SUBDIR += cassowary SUBDIR += cave + SUBDIR += cfe SUBDIR += cheatah SUBDIR += chord SUBDIR += cmatrix diff --git a/misc/cfe/Makefile b/misc/cfe/Makefile new file mode 100644 index 000000000000..015fdd25abf6 --- /dev/null +++ b/misc/cfe/Makefile @@ -0,0 +1,21 @@ +# ex:ts=8 +# Ports collection makefile for: cfe +# Date created: Feb 9, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= cfe +PORTVERSION= 0.12 +CATEGORIES= misc +MASTER_SITES= http://lrn.ru/~osgene/files/ + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes + +MANCOMPRESSED= no +MAN1= cfe.1 + +.include <bsd.port.mk> diff --git a/misc/cfe/distinfo b/misc/cfe/distinfo new file mode 100644 index 000000000000..55539094865c --- /dev/null +++ b/misc/cfe/distinfo @@ -0,0 +1 @@ +MD5 (cfe-0.12.tar.gz) = c37cca14cacd6c6be27f8fa6cc10e89b diff --git a/misc/cfe/pkg-comment b/misc/cfe/pkg-comment new file mode 100644 index 000000000000..1da8f6d9d5ba --- /dev/null +++ b/misc/cfe/pkg-comment @@ -0,0 +1 @@ +Console font editor diff --git a/misc/cfe/pkg-descr b/misc/cfe/pkg-descr new file mode 100644 index 000000000000..0edccd1d1647 --- /dev/null +++ b/misc/cfe/pkg-descr @@ -0,0 +1,7 @@ +cfe is a console font editor which works well both on the console and the +terminal. It includes such abilities as various glyph transforming, +multi-level undo, and comparing glyphs of two fonts. cfe automatically +supports loading of .psf and raw binary fonts. Other types of fonts can be +opened using the proper options. + +WWW: http://lrn.ru/~osgene/ diff --git a/misc/cfe/pkg-plist b/misc/cfe/pkg-plist new file mode 100644 index 000000000000..0f9c1fb5afff --- /dev/null +++ b/misc/cfe/pkg-plist @@ -0,0 +1 @@ +bin/cfe |