diff options
author | agc <agc> | 1998-10-05 12:43:46 +0000 |
---|---|---|
committer | agc <agc> | 1998-10-05 12:43:46 +0000 |
commit | 12e9ad3a0ac0f82b069d0f3f519f7d13f9b24f27 (patch) | |
tree | 587002446d8b35781f58b78f6c3f77a96c458257 /editors/xvile | |
parent | 2341f889c247797a0ad608833459b1e2ddd54048 (diff) | |
download | pkgsrc-12e9ad3a0ac0f82b069d0f3f519f7d13f9b24f27.tar.gz |
Update xvile package to version 8.1.
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 6 | ||||
-rw-r--r-- | editors/xvile/files/md5 | 4 | ||||
-rw-r--r-- | editors/xvile/patches/patch-ab | 15 | ||||
-rw-r--r-- | editors/xvile/pkg/PLIST | 4 |
4 files changed, 23 insertions, 6 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index cca70ae77c2..b3f0ac6137f 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 1998/07/20 13:46:45 frueauf Exp $ +# $NetBSD: Makefile,v 1.14 1998/10/05 12:43:46 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # -DISTNAME= vile-8.0 -PKGNAME= xvile-8.0 +DISTNAME= vile-8.1 +PKGNAME= xvile-8.1 CATEGORIES= editors MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \ ftp://id.wing.net/pub/pgf/vile/ diff --git a/editors/xvile/files/md5 b/editors/xvile/files/md5 index f1d6d2df721..8a307832b2f 100644 --- a/editors/xvile/files/md5 +++ b/editors/xvile/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:43:46 agc Exp $ -MD5 (vile-8.0.tgz) = 014e06dd13686e1bae3662f938c2e82e +MD5 (vile-8.1.tgz) = 970477aa874229ba6d3b6fff78d7898a diff --git a/editors/xvile/patches/patch-ab b/editors/xvile/patches/patch-ab new file mode 100644 index 00000000000..5e22dd36611 --- /dev/null +++ b/editors/xvile/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 1998/10/05 12:43:47 agc Exp $ + +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/xvile/pkg/PLIST b/editors/xvile/pkg/PLIST index b540d34ff7c..8e861375914 100644 --- a/editors/xvile/pkg/PLIST +++ b/editors/xvile/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1998/06/04 11:57:51 agc Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/10/05 12:43:46 agc Exp $ bin/xvile bin/vile-c-filt bin/vile-crypt @@ -7,9 +7,11 @@ bin/vile-pas-filt man/man1/xvile.1.gz share/xvile/perl/glob2re.pl share/xvile/perl/hgrep.pl +share/xvile/perl/hilite.pl share/xvile/perl/manfilt.pl share/xvile/perl/search.pl share/xvile/perl/shell.pl +share/xvile/perl/syntax.pl share/xvile/perl/tailf.pl share/xvile/perl/visit.pl share/xvile/vile.hlp |