diff options
author | agc <agc@pkgsrc.org> | 1998-06-02 12:06:29 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-02 12:06:29 +0000 |
commit | 4d86e5db9247e5b1df9fb132eea52170a369b80d (patch) | |
tree | 67c2a0e9d5c5176df87cf63ca4bd9e7c830742a6 /editors | |
parent | fbf824e93c38e0d8383c178db7694a5e617b36bb (diff) | |
download | pkgsrc-4d86e5db9247e5b1df9fb132eea52170a369b80d.tar.gz |
Upgrade to version 8.0 of vile, and use the new Perl utilities.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 14 | ||||
-rw-r--r-- | editors/vile/files/md5 | 2 | ||||
-rw-r--r-- | editors/vile/pkg/PLIST | 17 |
3 files changed, 21 insertions, 12 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index b7d13868c96..59b2ac05936 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,22 +1,20 @@ -# $NetBSD: Makefile,v 1.7 1998/05/06 07:56:35 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/02 12:06:29 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp # DISTNAME= vile -PKGNAME= vile-7.3 +PKGNAME= 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 WRKSRC= ${WRKDIR}/${PKGNAME} +INSTALL_TARGET= install install-perl MAN1= vile.1 post-install: diff --git a/editors/vile/files/md5 b/editors/vile/files/md5 index d2715209b0e..e1655d4a5b8 100644 --- a/editors/vile/files/md5 +++ b/editors/vile/files/md5 @@ -1 +1 @@ -MD5 (vile.tar.gz) = a52ed55679fd5bf8b5466106e2f81c87 +MD5 (vile.tar.gz) = 014e06dd13686e1bae3662f938c2e82e diff --git a/editors/vile/pkg/PLIST b/editors/vile/pkg/PLIST index ff1c22ca2cc..0c9335bed2f 100644 --- a/editors/vile/pkg/PLIST +++ b/editors/vile/pkg/PLIST @@ -1,6 +1,17 @@ -@comment $NetBSD: PLIST,v 1.2 1997/11/06 09:59:46 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/06/02 12:06:29 agc Exp $ bin/vile -bin/vile-manfilt bin/vile-c-filt -lib/vile.hlp +bin/vile-crypt +bin/vile-manfilt +bin/vile-pas-filt man/man1/vile.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 |