diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-29 18:28:42 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-29 18:28:42 +0000 |
commit | abdb4db29ab26b45cc958d3cb88e25a38ddedede (patch) | |
tree | f7297ada64d0b4f234aecac94f0f7b5eba21482c /editors/Makefile | |
parent | - Don't remove share/sounds as this port does not own it, (diff) |
se is a screen oriented version of the classic UNIX text editor ed.
se has a long history dating back to the early 1980s.
Features
- command syntax that is very familiar to users who already know ed.
- full visual interface allowing you to see the text you're editing.
- built-in help system which describes many of the available commands.
- many configurable options which can be loaded from a .serc file.
- can be run interactively or in a script via the included scriptse utility.
- portable across many platforms.
- will notify you if you have new/unread e-mail.
- optional usage logging.
WWW: http://se-editor.org/
PR: ports/177361
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Notes
Notes:
svn path=/head/; revision=315556
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 ffde45427500..be356642872e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -247,6 +247,7 @@ SUBDIR += rox-edit SUBDIR += scite SUBDIR += scribes + SUBDIR += se SUBDIR += semi SUBDIR += semi-emacs21 SUBDIR += semi-emacs22 |