diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-06 12:22:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-06 12:22:21 +0000 |
commit | 9f89ab7bed88b47f3151c4c38f1fac222eb79141 (patch) | |
tree | b5151f1fdf2e07e96bd08d15ac9006092ba79bab /editors/Makefile | |
parent | Update port: www/p5-Apache-AuthCookie (diff) |
New port: puff (text editor) (very easy port)
Puff is an editor that is named after "Puff the fractal dragon" (see fortune).
Primary features:
- Simple and lightweight
- Can open multiple files
- Clipboard is an open file
- Keys may be reassigned
- Source is easy to extend
PR: ports/50607
Submitted by: Leif Pedersen <bilbo@developerpit.com>
Notes
Notes:
svn path=/head/; revision=82356
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 5d17657db92d..3b27b906e526 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -133,6 +133,7 @@ SUBDIR += psgml-emacs20 SUBDIR += psgml-mule SUBDIR += psgml-xemacs21-mule + SUBDIR += puff SUBDIR += qemacs SUBDIR += rox-edit SUBDIR += sam |