summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorcjs <cjs@pkgsrc.org>2001-10-24 07:02:57 +0000
committercjs <cjs@pkgsrc.org>2001-10-24 07:02:57 +0000
commit405cc95eea7966376dceac73b15e7224a5315a83 (patch)
treed27b92fc99f91cf2ed61f5dfc2ccdda8aa4fc633 /editors
parentc32957924a1b83d9ef2de6c9c156185868ca94f7 (diff)
downloadpkgsrc-405cc95eea7966376dceac73b15e7224a5315a83.tar.gz
Upgrade to version 1.3.0, and fetch from new home on sourceforge.
Changes: - can edit block special files - can read/edit/write parts of files - +cmd now works on command line - :e# bug fixed and a buffer overflow fixed - bmore program added to package
Diffstat (limited to 'editors')
-rw-r--r--editors/bvi/Makefile12
-rw-r--r--editors/bvi/distinfo7
-rw-r--r--editors/bvi/patches/patch-aa11
-rw-r--r--editors/bvi/pkg/DESCR2
-rw-r--r--editors/bvi/pkg/PLIST5
5 files changed, 14 insertions, 23 deletions
diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile
index 268504ae52d..8600c4e13f6 100644
--- a/editors/bvi/Makefile
+++ b/editors/bvi/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.8 2001/06/20 03:31:22 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2001/10/24 07:05:37 cjs Exp $
#
-DISTNAME= bvi-1.2.0.src
-PKGNAME= bvi-1.2.0
+DISTNAME= bvi-1.3.0.src
+PKGNAME= bvi-1.3.0
WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= editors
-MASTER_SITES= http://bvi.linuxave.net/download/
+MASTER_SITES= http://prdownloads.sourceforge.net/bvi/
MAINTAINER= sakamoto@netbsd.org
-HOMEPAGE= http://bvi.linuxave.net/
-COMMENT= Display-oriented editor for binary files, based on the vi editor
+HOMEPAGE= http://bvi.sourceforge.net/
+COMMENT= Vi-like editor for binary files
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
diff --git a/editors/bvi/distinfo b/editors/bvi/distinfo
index c475e0f7218..2f69aa0372a 100644
--- a/editors/bvi/distinfo
+++ b/editors/bvi/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 11:01:00 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/10/24 07:05:37 cjs Exp $
-SHA1 (bvi-1.2.0.src.tar.gz) = fc591885358ed7695234dfab6fc05c8aca210279
-Size (bvi-1.2.0.src.tar.gz) = 134685 bytes
-SHA1 (patch-aa) = 40097e5a57a5b91e40a257682e15d8c544685009
+SHA1 (bvi-1.3.0.src.tar.gz) = 4ed72d12f3f6eaf41722949f002a9492f5ee5052
+Size (bvi-1.3.0.src.tar.gz) = 147282 bytes
diff --git a/editors/bvi/patches/patch-aa b/editors/bvi/patches/patch-aa
deleted file mode 100644
index 5c9003b2161..00000000000
--- a/editors/bvi/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/11/08 09:05:42 sakamoto Exp $
-
---- ./Makefile.in.orig Fri Oct 22 18:27:36 1999
-+++ ./Makefile.in Mon Nov 8 14:56:50 1999
-@@ -50,5 +50,5 @@
- install: all installdirs
- @echo "Installing bvi"
-- @$(INSTALL_PROGRAM) bvi.1 $(man2dir)
-+ @$(INSTALL_DATA) bvi.1 $(man2dir)
- @$(INSTALL_PROGRAM) -s bvi $(bindir)
- @if [ -f $(bindir)/bview ]; then rm $(bindir)/bview; fi
diff --git a/editors/bvi/pkg/DESCR b/editors/bvi/pkg/DESCR
index 9f6cbde3633..5d98aedf283 100644
--- a/editors/bvi/pkg/DESCR
+++ b/editors/bvi/pkg/DESCR
@@ -1,4 +1,4 @@
-BVI - Binary visual editor
+BVI - A vi-like editor for binary files.
This editor for binary files was written by Gerhard Buergmann
and is distributed under the GPL (GNU Public License).
diff --git a/editors/bvi/pkg/PLIST b/editors/bvi/pkg/PLIST
index c8a746e2f33..326e165c854 100644
--- a/editors/bvi/pkg/PLIST
+++ b/editors/bvi/pkg/PLIST
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/08 09:05:41 sakamoto Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/10/24 07:02:58 cjs Exp $
+bin/bmore
bin/bvedit
bin/bvi
bin/bview
+man/man1/bmore.1
man/man1/bvi.1
+share/bmore.help