diff options
author | agc <agc> | 1997-10-06 12:41:48 +0000 |
---|---|---|
committer | agc <agc> | 1997-10-06 12:41:48 +0000 |
commit | b44ee34dd2643cdf78f285bb76ed49acef23db51 (patch) | |
tree | 0363673b064c6396ecb75b530d8cf48ff0a0e668 /editors/vile | |
parent | c77137a3d26a7a9596b9368f3f43e79ad7903505 (diff) | |
download | pkgsrc-b44ee34dd2643cdf78f285bb76ed49acef23db51.tar.gz |
Initial import of FreeBSD's editors ports into the NetBSD packages
system.
Diffstat (limited to 'editors/vile')
-rw-r--r-- | editors/vile/Makefile | 25 | ||||
-rw-r--r-- | editors/vile/files/md5 | 1 | ||||
-rw-r--r-- | editors/vile/patches/patch-aa | 19 | ||||
-rw-r--r-- | editors/vile/pkg/COMMENT | 1 | ||||
-rw-r--r-- | editors/vile/pkg/DESCR | 18 | ||||
-rw-r--r-- | editors/vile/pkg/PLIST | 5 |
6 files changed, 69 insertions, 0 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile new file mode 100644 index 00000000000..2c4cbf6a648 --- /dev/null +++ b/editors/vile/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: vile +# Version required: 7.2 +# Date created: Wed Nov 26, 1996 +# Whom: pgf +# +# FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp +# + +DISTNAME= vile-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 +MAN1= vile.1 + +post-install: + @echo "You might want to copy the *.rc files from the source tree before" + @echo "doing \`make clean'." + +.include <bsd.port.mk> diff --git a/editors/vile/files/md5 b/editors/vile/files/md5 new file mode 100644 index 00000000000..26b9d74143e --- /dev/null +++ b/editors/vile/files/md5 @@ -0,0 +1 @@ +MD5 (vile-7.2.tgz) = 5cd867614c542071d757cefdcdbce5da diff --git a/editors/vile/patches/patch-aa b/editors/vile/patches/patch-aa new file mode 100644 index 00000000000..852efee9feb --- /dev/null +++ b/editors/vile/patches/patch-aa @@ -0,0 +1,19 @@ +*** makefile.in.orig Thu Sep 5 10:59:48 1996 +--- makefile.in Fri Oct 18 18:12:56 1996 +*************** +*** 33,39 **** + CC = @CC@ + LINK = $(CC) $(CFLAGS) + INSTALL = @INSTALL@ +! INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ + + CFLAGS = @CFLAGS@ +--- 33,39 ---- + CC = @CC@ + LINK = $(CC) $(CFLAGS) + INSTALL = @INSTALL@ +! INSTALL_PROGRAM = @INSTALL_PROGRAM@ -o bin -g bin + INSTALL_DATA = @INSTALL_DATA@ + + CFLAGS = @CFLAGS@ diff --git a/editors/vile/pkg/COMMENT b/editors/vile/pkg/COMMENT new file mode 100644 index 00000000000..669f999b169 --- /dev/null +++ b/editors/vile/pkg/COMMENT @@ -0,0 +1 @@ +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 00000000000..ed7efc435a1 --- /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, Win32, OS/2 + diff --git a/editors/vile/pkg/PLIST b/editors/vile/pkg/PLIST new file mode 100644 index 00000000000..f56399538bc --- /dev/null +++ b/editors/vile/pkg/PLIST @@ -0,0 +1,5 @@ +bin/vile +bin/vile-manfilt +bin/vile-c-filt +lib/vile.hlp +man/man1/vile.1.gz |