diff options
author | ben <ben@pkgsrc.org> | 2004-03-03 21:30:08 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-03-03 21:30:08 +0000 |
commit | 9a769f1c796c19c3fb92254e778a2d68ced135d3 (patch) | |
tree | c1f1e0b6eb8b605a53d5d90ee36281da2234bd98 /editors | |
parent | e7778aea730345df9206752b37d2dccde0bf5889 (diff) | |
download | pkgsrc-9a769f1c796c19c3fb92254e778a2d68ced135d3.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')
-rw-r--r-- | editors/bvi/Makefile | 13 | ||||
-rw-r--r-- | editors/bvi/PLIST | 4 | ||||
-rw-r--r-- | editors/bvi/distinfo | 6 |
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 |