diff options
author | dougb <dougb@FreeBSD.org> | 2007-12-21 18:40:25 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-12-21 18:40:25 +0800 |
commit | d83f97ab9347889fd593ca9ddf0de1c1fb03598d (patch) | |
tree | 1c877df648c3b6ea8c2fcf81fb791686c1e2822b /editors/Makefile | |
parent | 3096e7c6cf79ea8822fd05290ac923b933772603 (diff) | |
download | freebsd-ports-gnome-d83f97ab9347889fd593ca9ddf0de1c1fb03598d.tar.gz freebsd-ports-gnome-d83f97ab9347889fd593ca9ddf0de1c1fb03598d.tar.zst freebsd-ports-gnome-d83f97ab9347889fd593ca9ddf0de1c1fb03598d.zip |
Add a slave port for the Alpine version of pico.
Pico and Pilot are simple, display-oriented tools. Commands are displayed
at the bottom of the screen, and context-sensitive help is provided.
In Pico as characters are typed they are immediately inserted into the text.
It has three basic features: paragraph justification, searching, and block
cut/paste.
In Pilot several basic file manipulation commands are provided:
Delete, Rename, Copy, View, Launch, and Edit. The "View" and "Edit"
commands operate on text files only. The "Edit" command invokes "pico."
The "Launch" command provides a convenient way to either execute the selected
file or to run an application on it.
WWW: http://www.washington.edu/alpine/
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 564d5bd24d5b..7c633ea47c2f 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -116,6 +116,7 @@ SUBDIR += openoffice.org-2-devel SUBDIR += pdfedit SUBDIR += pico + SUBDIR += pico-alpine SUBDIR += poedit SUBDIR += psgml SUBDIR += puff |