diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-28 07:01:11 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-28 07:01:11 +0800 |
commit | b73e024abfd79b352bdea4040da479af724d4f26 (patch) | |
tree | ea75a38a2afd7a2a472fa80dcb1bd83919d85299 /editors | |
parent | f437d75cb5d7a3fdeaed9a91bb328890f3e2839b (diff) | |
download | freebsd-ports-gnome-b73e024abfd79b352bdea4040da479af724d4f26.tar.gz freebsd-ports-gnome-b73e024abfd79b352bdea4040da479af724d4f26.tar.zst freebsd-ports-gnome-b73e024abfd79b352bdea4040da479af724d4f26.zip |
Bring in xvile port from the author, Paul Fox, and Gary Jennejohn.
Submitted by: gj
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xvile/Makefile | 16 | ||||
-rw-r--r-- | editors/xvile/distinfo | 1 | ||||
-rw-r--r-- | editors/xvile/pkg-comment | 1 | ||||
-rw-r--r-- | editors/xvile/pkg-descr | 23 | ||||
-rw-r--r-- | editors/xvile/pkg-plist | 9 |
5 files changed, 50 insertions, 0 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile new file mode 100644 index 000000000000..96b40900e99a --- /dev/null +++ b/editors/xvile/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: xvile +# Version required: 5.2 +# Date created: Tue Feb 21, 1995 +# Whom: pgf +# +# $Id$ +# + +PKGNAME= xvile-5.2 +DISTNAME= vile-5.2 +MASTER_SITES= ftp://id.wing.net/pub/pgf/vile +MAKEFILE= makefile +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --with-screen=x11 + +.include <bsd.port.mk> diff --git a/editors/xvile/distinfo b/editors/xvile/distinfo new file mode 100644 index 000000000000..4cc8bcb7cbac --- /dev/null +++ b/editors/xvile/distinfo @@ -0,0 +1 @@ +MD5 (vile-5.2.tar.gz) = 7dcb56133ed6efa85aa8db541e121c80 diff --git a/editors/xvile/pkg-comment b/editors/xvile/pkg-comment new file mode 100644 index 000000000000..fbd9db2333a6 --- /dev/null +++ b/editors/xvile/pkg-comment @@ -0,0 +1 @@ +xvile - 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 000000000000..e2574f69ed74 --- /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. + diff --git a/editors/xvile/pkg-plist b/editors/xvile/pkg-plist new file mode 100644 index 000000000000..55d3672ddb2e --- /dev/null +++ b/editors/xvile/pkg-plist @@ -0,0 +1,9 @@ +@cd /usr/local +@owner bin +@mode 555 +bin/xvile +bin/vile-manfilt +bin/vile-c-filt +@mode 444 +lib/vile.hlp +man/man1/xvile.1 |