summaryrefslogtreecommitdiff
path: root/editors/bvi
diff options
context:
space:
mode:
authorben <ben>2004-03-03 21:30:08 +0000
committerben <ben>2004-03-03 21:30:08 +0000
commitcd92c5f127c6ec33bd1d289295e5d8b5de4ea5b6 (patch)
treec1f1e0b6eb8b605a53d5d90ee36281da2234bd98 /editors/bvi
parent22351cae59fed166930034f90e417bf51ba2e590 (diff)
downloadpkgsrc-cd92c5f127c6ec33bd1d289295e5d8b5de4ea5b6.tar.gz
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
Diffstat (limited to 'editors/bvi')
-rw-r--r--editors/bvi/Makefile13
-rw-r--r--editors/bvi/PLIST4
-rw-r--r--editors/bvi/distinfo6
3 files changed, 12 insertions, 11 deletions
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