summaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-02-27 23:00:37 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-02-27 23:00:37 +0000
commit55b006f832008a35ea4db8e93d2d2bdb416c5153 (patch)
tree40164f953122632a5cc1b2fd5ccdd9a352cca374 /editors/vile
parentUpgrade (diff)
Bring in vile port (from the author, Paul Fox, and FreeBSD member
Gary Jennejohn). Submitted by: gj
Notes
Notes: svn path=/head/; revision=1057
Diffstat (limited to 'editors/vile')
-rw-r--r--editors/vile/Makefile16
-rw-r--r--editors/vile/distinfo1
-rw-r--r--editors/vile/pkg-comment1
-rw-r--r--editors/vile/pkg-descr18
-rw-r--r--editors/vile/pkg-plist9
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