diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-28 07:00:37 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-28 07:00:37 +0800 |
commit | f437d75cb5d7a3fdeaed9a91bb328890f3e2839b (patch) | |
tree | c1052ae0cb168759dd1e2b57f4e27eb1f50fdeed /editors | |
parent | 97370e06033becb69d897fead21ac9b269ac8e80 (diff) | |
download | freebsd-ports-gnome-f437d75cb5d7a3fdeaed9a91bb328890f3e2839b.tar.gz freebsd-ports-gnome-f437d75cb5d7a3fdeaed9a91bb328890f3e2839b.tar.zst freebsd-ports-gnome-f437d75cb5d7a3fdeaed9a91bb328890f3e2839b.zip |
Bring in vile port (from the author, Paul Fox, and FreeBSD member
Gary Jennejohn).
Submitted by: gj
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 16 | ||||
-rw-r--r-- | editors/vile/distinfo | 1 | ||||
-rw-r--r-- | editors/vile/pkg-comment | 1 | ||||
-rw-r--r-- | editors/vile/pkg-descr | 18 | ||||
-rw-r--r-- | editors/vile/pkg-plist | 9 |
5 files changed, 45 insertions, 0 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile new file mode 100644 index 000000000000..a694e34b027d --- /dev/null +++ b/editors/vile/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: vile +# Version required: 5.2 +# Date created: Thu Feb 23, 1995 +# Whom: pgf +# +# $Id$ +# + + +DISTNAME= vile-5.2 +MASTER_SITES= ftp://id.wing.net/pub/pgf/vile +MAKEFILE= makefile +GNU_CONFIGURE= YES + + +.include <bsd.port.mk> diff --git a/editors/vile/distinfo b/editors/vile/distinfo new file mode 100644 index 000000000000..4cc8bcb7cbac --- /dev/null +++ b/editors/vile/distinfo @@ -0,0 +1 @@ +MD5 (vile-5.2.tar.gz) = 7dcb56133ed6efa85aa8db541e121c80 diff --git a/editors/vile/pkg-comment b/editors/vile/pkg-comment new file mode 100644 index 000000000000..1981b864ece7 --- /dev/null +++ b/editors/vile/pkg-comment @@ -0,0 +1 @@ +vile - VI Like Emacs. a vi "workalike", with many additional features. diff --git a/editors/vile/pkg-descr b/editors/vile/pkg-descr new file mode 100644 index 000000000000..63047a1e4119 --- /dev/null +++ b/editors/vile/pkg-descr @@ -0,0 +1,18 @@ + +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/vile/pkg-plist b/editors/vile/pkg-plist new file mode 100644 index 000000000000..4de60e9bd4ca --- /dev/null +++ b/editors/vile/pkg-plist @@ -0,0 +1,9 @@ +@cd /usr/local +@owner bin +@mode 555 +bin/vile +bin/vile-manfilt +bin/vile-c-filt +@mode 444 +lib/vile.hlp +man/man1/vile.1 |