pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/biew Update to 5.6.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db73d0a6a859
branches:  trunk
changeset: 480811:db73d0a6a859
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 20 23:57:30 2004 +0000

description:
Update to 5.6.1:

Changes in 5.6.1:
This release fixes a bug which blocked dialog's item selection.

Changes in 5.6.0:
+ Java disassembler
+ New feature: "Tabbed" browsing.
   (Now you may access F1-F10 actions through TAB key)
+ Textmode syntax highlighing
+ New submodes of binmode
+ AVR disassembler by Stephan Linz
+ Enable SSE3 for Athlon64
   (due Intel Extended Memory 64 Technology)
+ New feature: input viewer
* Fixed Bug 234729(debian.org):
  Hexadecimal dump is not hex, but binary
  (if hexmode was forced by -h key in command line)
* Fixed Bug 235005(debian.org): Missing values in hex listing
  (was detected when width of terminal window was 106 chars)
* Fixes by Alex:
   * Fixed bug of block-device opening
   * Fixed case sensitive search in hexmode
* Fixed old and evil bug of not repainting of low part of window
   under some terminals.
+ Add russian locales support in linux/unix systems
* Fixing multiple QNX related bugs
+ Added support for QNX 6 Neutrino
* QNX6 related fixes and improvements
+ Added mouse wheel support for Win2k+
* Some MSWin related fixes
   by Oblomov Sergey
* Fixed correct elf32 reading after applying 64-bit support
* Other minor/major fixes.

diffstat:

 editors/biew/Makefile |  7 ++++---
 editors/biew/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r b677c29ca1b0 -r db73d0a6a859 editors/biew/Makefile
--- a/editors/biew/Makefile     Mon Sep 20 23:44:00 2004 +0000
+++ b/editors/biew/Makefile     Mon Sep 20 23:57:30 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2004/04/11 08:05:36 snj Exp $
+# $NetBSD: Makefile,v 1.11 2004/09/20 23:57:30 wiz Exp $
 #
 
-DISTNAME=      biew-550
-PKGNAME=       biew-5.5.0
+DISTNAME=      biew561
+PKGNAME=       biew-5.6.1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=biew/}
 EXTRACT_SUFX=  .tar.bz2
@@ -16,6 +16,7 @@
 USE_BUILDLINK3=        YES
 USE_GNU_TOOLS+=        make
 MAKEFILE=      makefile
+WRKSRC=                ${WRKDIR}/biew-561
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/biew
diff -r b677c29ca1b0 -r db73d0a6a859 editors/biew/distinfo
--- a/editors/biew/distinfo     Mon Sep 20 23:44:00 2004 +0000
+++ b/editors/biew/distinfo     Mon Sep 20 23:57:30 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/07/22 12:27:07 wiz Exp $
+$NetBSD: distinfo,v 1.4 2004/09/20 23:57:30 wiz Exp $
 
-SHA1 (biew-550.tar.bz2) = d9a273ed82830a6825d58bf36fdd50560c99abc1
-Size (biew-550.tar.bz2) = 526883 bytes
+SHA1 (biew561.tar.bz2) = c8a422149db337c0b57e02d7409d2dfd63ed418d
+Size (biew561.tar.bz2) = 600398 bytes
 SHA1 (patch-aa) = 6a717b0bd36c39dbdc2e50f4536d28e40e876f88



Home | Main Index | Thread Index | Old Index