summaryrefslogtreecommitdiff
path: root/editors/xvile
diff options
context:
space:
mode:
authoragc <agc>1997-10-06 12:41:48 +0000
committeragc <agc>1997-10-06 12:41:48 +0000
commitd25af5c6014945d85964ef5d68f16ed20d0ee034 (patch)
tree0363673b064c6396ecb75b530d8cf48ff0a0e668 /editors/xvile
parent723ac2d2bdf43a01589609f6569a509e0e1721bd (diff)
downloadpkgsrc-d25af5c6014945d85964ef5d68f16ed20d0ee034.tar.gz
Initial import of FreeBSD's editors ports into the NetBSD packages
system.
Diffstat (limited to 'editors/xvile')
-rw-r--r--editors/xvile/Makefile39
-rw-r--r--editors/xvile/files/md51
-rw-r--r--editors/xvile/pkg/COMMENT1
-rw-r--r--editors/xvile/pkg/DESCR23
-rw-r--r--editors/xvile/pkg/PLIST5
5 files changed, 69 insertions, 0 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
new file mode 100644
index 00000000000..f5a89d5db06
--- /dev/null
+++ b/editors/xvile/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: xvile
+# Version required: 7.2
+# Date created: Wed Nov 26, 1996
+# Whom: pgf
+#
+# FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp
+#
+
+DISTNAME= vile-7.2
+PKGNAME= xvile-7.2
+CATEGORIES= editors
+MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \
+ ftp://id.wing.net/pub/pgf/vile/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= gj@freebsd.org
+
+MAKEFILE= makefile
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-screen=${SCREEN_TYPE}
+MAN1= xvile.1
+
+pre-configure:
+ @echo "To use xvile with menus, set the environment variable USE_MENUS"
+
+.if defined(USE_MENUS)
+SCREEN_TYPE= Xaw
+.else
+SCREEN_TYPE= x11
+.endif
+
+post-install:
+ @echo "You might want to copy the *.rc files from the source tree before"
+ @echo "doing \`make clean'."
+.if defined(USE_MENUS)
+ @echo "And also take a look at README.MENU !"
+.endif
+
+.include <bsd.port.mk>
diff --git a/editors/xvile/files/md5 b/editors/xvile/files/md5
new file mode 100644
index 00000000000..26b9d74143e
--- /dev/null
+++ b/editors/xvile/files/md5
@@ -0,0 +1 @@
+MD5 (vile-7.2.tgz) = 5cd867614c542071d757cefdcdbce5da
diff --git a/editors/xvile/pkg/COMMENT b/editors/xvile/pkg/COMMENT
new file mode 100644
index 00000000000..69bffdff2e1
--- /dev/null
+++ b/editors/xvile/pkg/COMMENT
@@ -0,0 +1 @@
+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 00000000000..2a5a5562450
--- /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, Win32, OS/2
+
diff --git a/editors/xvile/pkg/PLIST b/editors/xvile/pkg/PLIST
new file mode 100644
index 00000000000..52b830dc102
--- /dev/null
+++ b/editors/xvile/pkg/PLIST
@@ -0,0 +1,5 @@
+bin/xvile
+bin/vile-manfilt
+bin/vile-c-filt
+lib/vile.hlp
+man/man1/xvile.1.gz