diff options
author | agc <agc> | 1998-10-05 12:30:51 +0000 |
---|---|---|
committer | agc <agc> | 1998-10-05 12:30:51 +0000 |
commit | 5f94df77848b97bdda407753204f558d47dfefff (patch) | |
tree | 272bca42bc75fd95e24ca753c02b2ae7f06f52b5 /editors/vile | |
parent | 600d72b17e9b18da4876b752a990951b3fa58c62 (diff) | |
download | pkgsrc-5f94df77848b97bdda407753204f558d47dfefff.tar.gz |
Update the vile package to version 8.1.
Diffstat (limited to 'editors/vile')
-rw-r--r-- | editors/vile/Makefile | 4 | ||||
-rw-r--r-- | editors/vile/files/md5 | 4 | ||||
-rw-r--r-- | editors/vile/patches/patch-aa | 34 | ||||
-rw-r--r-- | editors/vile/pkg/PLIST | 4 |
4 files changed, 21 insertions, 25 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 202c0f73270..49d52b0402e 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 1998/07/20 13:46:44 frueauf Exp $ +# $NetBSD: Makefile,v 1.11 1998/10/05 12:30:51 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp # -DISTNAME= vile-8.0 +DISTNAME= vile-8.1 CATEGORIES= editors MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \ ftp://id.wing.net/pub/pgf/vile/ diff --git a/editors/vile/files/md5 b/editors/vile/files/md5 index f1d6d2df721..a67e5677780 100644 --- a/editors/vile/files/md5 +++ b/editors/vile/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.6 1998/08/07 13:21:28 agc Exp $ +$NetBSD: md5,v 1.7 1998/10/05 12:30:52 agc Exp $ -MD5 (vile-8.0.tgz) = 014e06dd13686e1bae3662f938c2e82e +MD5 (vile-8.1.tgz) = 970477aa874229ba6d3b6fff78d7898a diff --git a/editors/vile/patches/patch-aa b/editors/vile/patches/patch-aa index c941dc015d5..5bbd20cbc6b 100644 --- a/editors/vile/patches/patch-aa +++ b/editors/vile/patches/patch-aa @@ -1,21 +1,15 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:33 agc Exp $ +$NetBSD: patch-aa,v 1.3 1998/10/05 12:30:52 agc Exp $ -*** 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@ +Remember to create the Perl example dir. + +--- makefile.in 1998/10/05 12:07:06 1.1 ++++ makefile.in 1998/10/05 12:07:54 +@@ -599,5 +599,8 @@ + $(INSTALL_DIRS): + $(SHELL) ${srcdir}/mkdirs.sh $@ + ++${INSTALL_PERL_DIRS}: ++ ${SHELL} ${srcdir}/mkdirs.sh $@ ++ + ALWAYS: + diff --git a/editors/vile/pkg/PLIST b/editors/vile/pkg/PLIST index 0c9335bed2f..2ad3f28e4a8 100644 --- a/editors/vile/pkg/PLIST +++ b/editors/vile/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/06/02 12:06:29 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/10/05 12:30:52 agc Exp $ bin/vile bin/vile-c-filt bin/vile-crypt @@ -7,9 +7,11 @@ bin/vile-pas-filt man/man1/vile.1.gz share/vile/perl/glob2re.pl share/vile/perl/hgrep.pl +share/vile/perl/hilite.pl share/vile/perl/manfilt.pl share/vile/perl/search.pl share/vile/perl/shell.pl +share/vile/perl/syntax.pl share/vile/perl/tailf.pl share/vile/perl/visit.pl share/vile/vile.hlp |