diff options
author | pooka <pooka@pkgsrc.org> | 1999-12-21 13:26:28 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 1999-12-21 13:26:28 +0000 |
commit | 49f79a74adb788a59245fa42947f6778c4f7004a (patch) | |
tree | 61108f2529fb1404c252177637c84461ae5a2eab /editors/vim-xaw/pkg | |
parent | bee6fbac642b8ea6398582f13ea26cbfedb8b321 (diff) | |
download | pkgsrc-49f79a74adb788a59245fa42947f6778c4f7004a.tar.gz |
Athena X11 GUI for the vim editor
Diffstat (limited to 'editors/vim-xaw/pkg')
-rw-r--r-- | editors/vim-xaw/pkg/COMMENT | 1 | ||||
-rw-r--r-- | editors/vim-xaw/pkg/DESCR | 12 | ||||
-rw-r--r-- | editors/vim-xaw/pkg/PLIST | 14 |
3 files changed, 27 insertions, 0 deletions
diff --git a/editors/vim-xaw/pkg/COMMENT b/editors/vim-xaw/pkg/COMMENT new file mode 100644 index 00000000000..12f69a31fe9 --- /dev/null +++ b/editors/vim-xaw/pkg/COMMENT @@ -0,0 +1 @@ +vim editor with X11 Athena GUI diff --git a/editors/vim-xaw/pkg/DESCR b/editors/vim-xaw/pkg/DESCR new file mode 100644 index 00000000000..db5edeffa01 --- /dev/null +++ b/editors/vim-xaw/pkg/DESCR @@ -0,0 +1,12 @@ +Vim is an almost compatible version of the UNIX editor Vi. Many new features +have been added: multi level undo, syntax highlighting, command line history, +on-line help, filename completion, block operations, etc. There is also a +Graphical User Interface (GUI) available. See doc/vi_diff.txt. + +If you are building the package from source you may want to enable some +features such as a perl or python interpreter which are not enabled by +default. + +This version also contains a X11 Athena GUI. Use the variable XAW_TYPE +to select between the `flat' and 3d widget set. If you don't have X11, +look at the `vim' package instead. diff --git a/editors/vim-xaw/pkg/PLIST b/editors/vim-xaw/pkg/PLIST new file mode 100644 index 00000000000..d97d9054e34 --- /dev/null +++ b/editors/vim-xaw/pkg/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/21 13:26:30 pooka Exp $ +bin/vim +bin/gvim +bin/gview +bin/rgvim +bin/rgview +bin/ex +bin/view +bin/rvim +bin/rview +man/man1/gvim.1 +man/man1/gview.1 +man/man1/rgvim.1 +man/man1/rgview.1 |