From c73e9d22485188d406f9c57ebba142f304726b60 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 3 Mar 2004 21:30:08 +0000 Subject: Update bvi from 1.3.0 to 1.3.2. Remove from TODO and make note in CHANGES. Changes include: * bug and portability fixes * -c option in bmore (clear before displaying) * -n num option in bmore (display the indicated number of lines in each screenful * -w num option in bmore (display the indicated number of bytes in each line) * autoconf 2.52 * bmore: nicer last line --- editors/bvi/Makefile | 13 +++++++------ editors/bvi/PLIST | 4 ++-- editors/bvi/distinfo | 6 +++--- 3 files changed, 12 insertions(+), 11 deletions(-) (limited to 'editors/bvi') diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile index 2e31a7b7271..3d924abac57 100644 --- a/editors/bvi/Makefile +++ b/editors/bvi/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2004/01/20 12:14:05 agc Exp $ +# $NetBSD: Makefile,v 1.18 2004/03/03 21:30:08 ben Exp $ # -DISTNAME= bvi-1.3.0.src -PKGNAME= bvi-1.3.0 -PKGREVISION= 1 +DISTNAME= bvi-1.3.2.src +PKGNAME= bvi-1.3.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bvi/} @@ -12,9 +11,11 @@ HOMEPAGE= http://bvi.sourceforge.net/ COMMENT= Vi-like editor for binary files WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES MAKE_ENV+= SHELL=${SH} -.include "../../devel/ncurses/buildlink2.mk" +PKG_INSTALLATION_TYPES= overwrite pkgviews + +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/bvi/PLIST b/editors/bvi/PLIST index 40e70f81f1f..1f6cf989f6a 100644 --- a/editors/bvi/PLIST +++ b/editors/bvi/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:22:40 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/03/03 21:30:08 ben Exp $ bin/bmore bin/bvedit bin/bvi bin/bview man/man1/bmore.1 man/man1/bvi.1 -share/bmore.help +lib/bmore.help diff --git a/editors/bvi/distinfo b/editors/bvi/distinfo index 2f69aa0372a..0ebafadc6b1 100644 --- a/editors/bvi/distinfo +++ b/editors/bvi/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/10/24 07:05:37 cjs Exp $ +$NetBSD: distinfo,v 1.4 2004/03/03 21:30:08 ben Exp $ -SHA1 (bvi-1.3.0.src.tar.gz) = 4ed72d12f3f6eaf41722949f002a9492f5ee5052 -Size (bvi-1.3.0.src.tar.gz) = 147282 bytes +SHA1 (bvi-1.3.2.src.tar.gz) = 0ff213ebb5cd0993c5d1f7c8d4172aaec709aac1 +Size (bvi-1.3.2.src.tar.gz) = 170444 bytes -- cgit v1.2.3