diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-09 09:21:36 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-09 09:21:36 +0000 |
commit | a19d8120e2c5cfa3b72e1e8493c4f67190e2ba5e (patch) | |
tree | ebae4b0c2cc2743d563ae20bbf4253da64034004 /misc | |
parent | 22ac1f0d6e14985e9beb726b6063aece030dad6f (diff) | |
download | ports-a19d8120e2c5cfa3b72e1e8493c4f67190e2ba5e.tar.gz ports-a19d8120e2c5cfa3b72e1e8493c4f67190e2ba5e.zip |
Notes
Diffstat (limited to 'misc')
-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 |