diff options
author | agc <agc@pkgsrc.org> | 1997-10-06 12:41:48 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-10-06 12:41:48 +0000 |
commit | 62b0ecf20278a7041bed61b6298c8864315fd6db (patch) | |
tree | 0363673b064c6396ecb75b530d8cf48ff0a0e668 /editors/xvile/pkg | |
parent | 40363cb16780569491e24252bd3aeed7cb04b156 (diff) | |
download | pkgsrc-62b0ecf20278a7041bed61b6298c8864315fd6db.tar.gz |
Initial import of FreeBSD's editors ports into the NetBSD packages
system.
Diffstat (limited to 'editors/xvile/pkg')
-rw-r--r-- | editors/xvile/pkg/COMMENT | 1 | ||||
-rw-r--r-- | editors/xvile/pkg/DESCR | 23 | ||||
-rw-r--r-- | editors/xvile/pkg/PLIST | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/editors/xvile/pkg/COMMENT b/editors/xvile/pkg/COMMENT new file mode 100644 index 00000000000..69bffdff2e1 --- /dev/null +++ b/editors/xvile/pkg/COMMENT @@ -0,0 +1 @@ +VI Like Emacs, X11 version -- a fully "X aware" vi work-alike diff --git a/editors/xvile/pkg/DESCR b/editors/xvile/pkg/DESCR new file mode 100644 index 00000000000..2a5a5562450 --- /dev/null +++ b/editors/xvile/pkg/DESCR @@ -0,0 +1,23 @@ + +xvile is the X11 version of vile. in addition to the capabilities +listed below for the character-oriented version of vile, xvile offers +scrollbars and more complete mouse integration. + +vile is a text editor which is extremely compatible with vi in terms of +"finger feel". in addition, it has extended capabilities in many areas, +notably: + + multi-file editing and viewing + key rebinding (in addition to :map, :map!, and :abbr) + mouse support (in an xterm, or when built as xvile) + infinite undo + many additional operator commands + selection highlighting + rectangular operations + "next error" cursor positioning after compilation + full function- and arrow-key support + filename, command, internal mode and variable completion + auxiliary utilities for man page and C program syntax highlighting + built-in macro language + portability to all UNIX platforms, VMS, DOS, Win32, OS/2 + diff --git a/editors/xvile/pkg/PLIST b/editors/xvile/pkg/PLIST new file mode 100644 index 00000000000..52b830dc102 --- /dev/null +++ b/editors/xvile/pkg/PLIST @@ -0,0 +1,5 @@ +bin/xvile +bin/vile-manfilt +bin/vile-c-filt +lib/vile.hlp +man/man1/xvile.1.gz |