pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update bvi from 1.3.0 to 1.3.2. Remove from TODO and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0f9db3d7efe
branches:  trunk
changeset: 469966:f0f9db3d7efe
user:      ben <ben%pkgsrc.org@localhost>
date:      Wed Mar 03 21:30:08 2004 +0000

description:
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:

 doc/CHANGES          |   3 ++-
 doc/TODO             |   1 -
 editors/bvi/Makefile |  13 +++++++------
 editors/bvi/PLIST    |   4 ++--
 editors/bvi/distinfo |   6 +++---
 5 files changed, 14 insertions(+), 13 deletions(-)

diffs (80 lines):

diff -r 6b6c0765b739 -r f0f9db3d7efe doc/CHANGES
--- a/doc/CHANGES       Wed Mar 03 21:19:34 2004 +0000
+++ b/doc/CHANGES       Wed Mar 03 21:30:08 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5078 2004/03/03 21:19:34 ben Exp $
+$NetBSD: CHANGES,v 1.5079 2004/03/03 21:30:08 ben Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1143,3 +1143,4 @@
        Updated silc-server to 0.9.18 [salo 2004-03-03]
        Updated milter-regex to 1.2 [manu 2004-03-03]
        Deleted lynx-current [ben 2004-03-03]
+       Updated bvi to 1.3.2 [ben 2004-03-03]
diff -r 6b6c0765b739 -r f0f9db3d7efe doc/TODO
--- a/doc/TODO  Wed Mar 03 21:19:34 2004 +0000
+++ b/doc/TODO  Wed Mar 03 21:30:08 2004 +0000
@@ -145,7 +145,6 @@
        o boehm-gc-6.3alpha2
        o bomberclone-0.11.2
        o boost-1.31.0
-       o bvi-1.3.2
        o calc-2.11.9.2
        o centericq-4.9.10
        o cervisia-2.1
diff -r 6b6c0765b739 -r f0f9db3d7efe editors/bvi/Makefile
--- a/editors/bvi/Makefile      Wed Mar 03 21:19:34 2004 +0000
+++ b/editors/bvi/Makefile      Wed Mar 03 21:30:08 2004 +0000
@@ -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 @@
 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 -r 6b6c0765b739 -r f0f9db3d7efe editors/bvi/PLIST
--- a/editors/bvi/PLIST Wed Mar 03 21:19:34 2004 +0000
+++ b/editors/bvi/PLIST Wed Mar 03 21:30:08 2004 +0000
@@ -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 -r 6b6c0765b739 -r f0f9db3d7efe editors/bvi/distinfo
--- a/editors/bvi/distinfo      Wed Mar 03 21:19:34 2004 +0000
+++ b/editors/bvi/distinfo      Wed Mar 03 21:30:08 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index