New commits:
commit 1d1613551a557c3b065a3c547dae165dd0c9ef2c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
bvi: => 1.4.0
commit 314c064954f213ee70203ad95340770f65d78cb3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
nvi: fix segfaults on config parsing errors
diff --git a/editors/bvi/BUILD b/editors/bvi/BUILD
deleted file mode 100755
index 8140ec6..0000000
--- a/editors/bvi/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-sedit "s:ncurses/term.h:term.h:" bmore.h
-default_build
diff --git a/editors/bvi/DEPENDS b/editors/bvi/DEPENDS
new file mode 100755
index 0000000..5764a9c
--- /dev/null
+++ b/editors/bvi/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
diff --git a/editors/bvi/DETAILS b/editors/bvi/DETAILS
index 595f720..623dd00 100755
--- a/editors/bvi/DETAILS
+++ b/editors/bvi/DETAILS
@@ -1,21 +1,17 @@
SPELL=bvi
- VERSION=1.3.2
+ VERSION=1.4.0
SOURCE=${SPELL}-${VERSION}.src.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/bvi/${SOURCE}
-
SOURCE_HASH=sha512:eb8a01602751b61c471207124c90346375ccf34ba85e661143f6da8f113f48070d132e98213484bd16d0b6b4c8d0fa27776d36f18cac21336076ca35bcfcb58c
+
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:119cfc7350f81c324e77243f948cfb91cd9a3122fef307616e4756a99732f69131aed2a26ebe48048698b9c211a0214255f3e6605ad2cbf479a14a4a0f88923c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://bvi.sourceforge.net/
LICENSE[0]=GPL
ENTERED=20010923
- UPDATED=20040617
KEYWORDS="editors"
-SHORT="Editor for binary files using common vi commands"
+ SHORT="editor for binary files using common vi commands"
cat << EOF
-
-bvi is a display-oriented binary editor based on the vi
-texteditor. It uses commands similar to the commands of
-vi, with some changes and extensions dependent of their
-different tasks.
-
+bvi is a display-oriented binary editor based on the vi texteditor. It uses
+commands similar to the commands of vi, with some changes and extensions
+dependent of their different tasks.
EOF
diff --git a/editors/bvi/HISTORY b/editors/bvi/HISTORY
index dc386ad..ab62f32 100644
--- a/editors/bvi/HISTORY
+++ b/editors/bvi/HISTORY
@@ -1,3 +1,8 @@
+2017-08-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.0
+ * DEPENDS: added, for missing ncurses dependency
+ * BUILD: dropped, no longer needed
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)