From b73e024abfd79b352bdea4040da479af724d4f26 Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 27 Feb 1995 23:01:11 +0000 Subject: Bring in xvile port from the author, Paul Fox, and Gary Jennejohn. Submitted by: gj --- editors/xvile/Makefile | 16 ++++++++++++++++ editors/xvile/distinfo | 1 + editors/xvile/pkg-comment | 1 + editors/xvile/pkg-descr | 23 +++++++++++++++++++++++ editors/xvile/pkg-plist | 9 +++++++++ 5 files changed, 50 insertions(+) create mode 100644 editors/xvile/Makefile create mode 100644 editors/xvile/distinfo create mode 100644 editors/xvile/pkg-comment create mode 100644 editors/xvile/pkg-descr create mode 100644 editors/xvile/pkg-plist (limited to 'editors') diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile new file mode 100644 index 0000000..96b4090 --- /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 diff --git a/editors/xvile/distinfo b/editors/xvile/distinfo new file mode 100644 index 0000000..4cc8bcb --- /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 0000000..fbd9db2 --- /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 0000000..e2574f6 --- /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 0000000..55d3672 --- /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 -- cgit v1.1