diff options
author | agc <agc@pkgsrc.org> | 1998-06-02 16:16:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-02 16:16:15 +0000 |
commit | 2587455bcbc1277515a500b384ab3f402098cb6e (patch) | |
tree | 24787a55d4def20fc207973d4b60474fed80d7c8 /editors | |
parent | 3bfd2cd7b07db2d994148ac1eb382c639b89c313 (diff) | |
download | pkgsrc-2587455bcbc1277515a500b384ab3f402098cb6e.tar.gz |
Update xvile, the vi clone for X11, to version 8.0 - mainly bug fixes, but
with added Perl scripting functionality.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xvile/Makefile | 21 | ||||
-rw-r--r-- | editors/xvile/files/md5 | 2 | ||||
-rw-r--r-- | editors/xvile/pkg/PLIST | 17 |
3 files changed, 26 insertions, 14 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 01c11e8bd01..188469e4d13 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,27 +1,28 @@ -# $NetBSD: Makefile,v 1.7 1998/05/06 09:03:50 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/02 16:16:15 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # DISTNAME= vile -PKGNAME= xvile-7.3 -WRKSRC= ${WRKDIR}/vile-7.3 +PKGNAME= xvile-8.0 +WRKSRC= ${WRKDIR}/vile-8.0 CATEGORIES= editors -# agc - vile-7.4 is on the MASTER_SITES now, so grab the 7.3 distfile -# from ftp.netbsd.org. We'll do a 7.4 package ASAP, when circumstances -# permit. -# MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \ -# ftp://id.wing.net/pub/pgf/vile/ -MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ +MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \ + ftp://id.wing.net/pub/pgf/vile/ MAINTAINER= packages@netbsd.org MAKEFILE= makefile GNU_CONFIGURE= yes +USE_PERL5= yes CONFIGURE_ARGS+= --with-screen=${SCREEN_TYPE} +INSTALL_TARGET= install install-perl MAN1= xvile.1 +#.include "../../mk/bsd.prefs.mk" + pre-configure: - @echo "To use xvile with menus, set the environment variable USE_MENUS" + @echo "To use xvile with menus, set the variable USE_MENUS" + @echo "in the environment or in /etc/mk.conf" .if defined(USE_MENUS) SCREEN_TYPE= Xaw diff --git a/editors/xvile/files/md5 b/editors/xvile/files/md5 index d2715209b0e..e1655d4a5b8 100644 --- a/editors/xvile/files/md5 +++ b/editors/xvile/files/md5 @@ -1 +1 @@ -MD5 (vile.tar.gz) = a52ed55679fd5bf8b5466106e2f81c87 +MD5 (vile.tar.gz) = 014e06dd13686e1bae3662f938c2e82e diff --git a/editors/xvile/pkg/PLIST b/editors/xvile/pkg/PLIST index 4f41361aa74..d31353b9c51 100644 --- a/editors/xvile/pkg/PLIST +++ b/editors/xvile/pkg/PLIST @@ -1,6 +1,17 @@ -@comment $NetBSD: PLIST,v 1.2 1997/11/06 09:59:53 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/06/02 16:16:16 agc Exp $ bin/xvile -bin/vile-manfilt bin/vile-c-filt -lib/vile.hlp +bin/vile-crypt +bin/vile-manfilt +bin/vile-pas-filt man/man1/xvile.1.gz +share/vile/perl/glob2re.pl +share/vile/perl/hgrep.pl +share/vile/perl/manfilt.pl +share/vile/perl/search.pl +share/vile/perl/shell.pl +share/vile/perl/tailf.pl +share/vile/perl/visit.pl +share/vile/vile.hlp +@dirrm share/vile/perl +@dirrm share/vile |