diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-02-04 23:17:03 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-02-04 23:17:03 +0800 |
commit | d3356908b2346b24c4d77faa02281106b3fcef82 (patch) | |
tree | 343d797db608009c79c53fd94829a90af1017fc4 /editors/dkns | |
parent | 8b2d411e32889b734e52ce472c0648d6fb75fce2 (diff) | |
download | freebsd-ports-gnome-d3356908b2346b24c4d77faa02281106b3fcef82.tar.gz freebsd-ports-gnome-d3356908b2346b24c4d77faa02281106b3fcef82.tar.zst freebsd-ports-gnome-d3356908b2346b24c4d77faa02281106b3fcef82.zip |
Dickens is a simple, one-buffer-in-one-window, console text editor.
Dickens only understands UNIX-style text files expressed in ASCII, and is
therefore of little or no use to the non-English-speaking world.
Dickens is written in Munger(1). Features include interactive filename
completion, tags support, regular-expression search-and-replace, and
unlimited undo/redo.
WWW: http://www.mammothcheese.ca/munger.html
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca
PR: ports/120242
Submitted by: James Bailie <jimmy at mammothcheese.ca>
Diffstat (limited to 'editors/dkns')
-rw-r--r-- | editors/dkns/Makefile | 22 | ||||
-rw-r--r-- | editors/dkns/distinfo | 3 | ||||
-rw-r--r-- | editors/dkns/pkg-descr | 14 |
3 files changed, 39 insertions, 0 deletions
diff --git a/editors/dkns/Makefile b/editors/dkns/Makefile new file mode 100644 index 000000000000..cac123a01bcf --- /dev/null +++ b/editors/dkns/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: drood +# Date created: Sun, 03 Feb 2008 23:06:00 EST +# Whom: James Bailie <jimmy@mammothcheese.ca> +# +# $FreeBSD$ +# + +PORTNAME= dkns +PORTVERSION= 1.74 +CATEGORIES= editors +MASTER_SITES= http://www.mammothcheese.ca/ + +MAINTAINER= jimmy@mammothcheese.ca +COMMENT= Simple console text editor. + +RUN_DEPENDS= munger:${PORTSDIR}/lang/munger +MAN1= dkns.1 +MANCOMPRESSED= yes + +PLIST_FILES= bin/dkns + +.include <bsd.port.mk> diff --git a/editors/dkns/distinfo b/editors/dkns/distinfo new file mode 100644 index 000000000000..6cf7cf11e386 --- /dev/null +++ b/editors/dkns/distinfo @@ -0,0 +1,3 @@ +MD5 (dkns-1.74.tar.gz) = c124621ce6d5df6af6b4f65ad75e0293 +SHA256 (dkns-1.74.tar.gz) = 58e249aca0919fb388dd5255f6a2a3d0a82b026be2c2b86d64ad22568c71a8ca +SIZE (dkns-1.74.tar.gz) = 33768 diff --git a/editors/dkns/pkg-descr b/editors/dkns/pkg-descr new file mode 100644 index 000000000000..ebeba0313f50 --- /dev/null +++ b/editors/dkns/pkg-descr @@ -0,0 +1,14 @@ +Dickens is a simple, one-buffer-in-one-window, console text editor. + +Dickens only understands UNIX-style text files expressed in ASCII, and is +therefore of little or no use to the non-English-speaking world. + +Dickens is written in Munger(1). Features include interactive filename +completion, tags support, regular-expression search-and-replace, and +unlimited undo/redo. + +WWW: http://www.mammothcheese.ca/munger.html + +-- +James Bailie <jimmy@mammothcheese.ca> +http://www.mammothcheese.ca |