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/Makefile | |
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/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 50b826bcb1b9..9e2712899a4c 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -32,6 +32,7 @@ SUBDIR += cooledit SUBDIR += cream SUBDIR += dedit + SUBDIR += dkns SUBDIR += doxymacs SUBDIR += drjava SUBDIR += e3 |