pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ht Update package and add lzo dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56a76e3f42eb
branches:  trunk
changeset: 546310:56a76e3f42eb
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Tue Aug 26 23:00:01 2008 +0000

description:
Update package and add lzo dependency.

version 2.0.14:
        - [x86] movbe, invept, invvpid
        - [eval] better help
        - [eval] last result (symbol _)
        - [eval] u8, u16 etc. for current byte, word..
        - fixed embarrassing endianess bug

version 2.0.13:
        - [win32] optimize redrawing (reduce flicker)
        - [x86] intel avx, aes and pclmulqdq extension

version 2.0.12:
        - fixed crash with too long lines
        - fixed some cosmetic resizing things in dialogs
          (File-Open, Show-Xrefs)
        - c++-demangler from gcc 4.3

version 2.0.11:
        - [Win32] Save config in home directory
        - fixed crash while changing text highlighting
        - small bug fixes

version 2.0.10:
        - [x86] SSE5 :)

version 2.0.9:
        - [Mach-O] ARM and X86_64 support
        - [Mach-O] support for 64 bit images
        - small bugs fixes

version 2.0.8:
        - Loading Analyser for java class files was broken
        - Fixed some cosmetic resizing bugs
        - Fixed infinite loop in fgetstrz

version 2.0.7:
        - Added a missing #include found by gcc 4.3
        - Fixed minor problems found by gcc 4.3

version 2.0.6:
        - [POSIX] Ignore mouse events
        - Dump analyser output function was broken
        - Fixed a lot of (possible) buffer overflows

version 2.0.5:
        - Editing bytes in image mode was broken under
          subtile circumstances

version 2.0.4:
        - Fixed some 64 bit issues

version 2.0.3:
        - [POSIX] Resize application on SIGWINCH
        - [x86] SSE4.1/SSE4.2
        - [x86] small bug fixes
        - [x86] reduced opcode table bloat
        - Allow different displacements in hex view

version 2.0.2:
        - [IA64] disassembler works again (is anybody using this?)
        - [Java] fixed stupid undefined behaviour bug
        - [Java] use Signature information when available
                 (annotates generic functions etc.)

version 2.0.1:
        - [Java] annotate exception handlers in byte code
        - [Java] some byte code improvements (lookupswitch, tableswitch)
        - Analyser can export HTML files again
        - [PowerPC] added Cell and POWER6 instructions

version 2.0:
        - renamed process.h to htprocess.h because of some stupid
          cygwin build problems
        - fixed some problem with file sizes > 4 GiB

version 2.0beta6:
        - fixed crash when opening read only files in obscure situations
        - [ELF & java] fixed binary search in image view
        - [ELF64] some cosmetic fixes
        - [java] off by one

version 2.0beta5:
        - [Win32] messed up file-saving code

version 2.0beta4:
        - fixed crash in cp-demangle
        - [Win32] Relax CPU

version 2.0beta3:
        - fixed crash in drop-down widget
        - fixed loading of class files
        - fixed generating text output files of analyser
        - implemented automatic window tiling
        - fixed saving of text files

version 2.0beta2:
        - should now really support file sizes > 4 GiB
        - some ncurses wuerg-arounds
        - better handling of ELFs without program headers
        - bug fixes

version 2.0beta:
        - new disassembler: (PE and ELF)
          * x86_64
          * ARM
          * 64 bit PowerPC
          * VMX128 extension for PowerPC
        - x86_64 assembler
        - Allow file sizes > 4 GiB
        - Rewrote a lot

version 0.9.5:
        - [x86] wrong mnemnonics for iret/d/q

version 0.9.4:
        - [x86] Fixed stupid bug in assembler (group insns weren't
        accessible)
        - [x86] Some labels generated by the analyzer were had wrong prefix

version 0.9.3:
        - [x86] added SSSE3 and missing vanderpool/pacifica instructions
        - [x86] andpd had wrong mnemonic
        - [x86] allow alternative mnemonics (like jz vs. je)

version 0.9.2:
        - updated ELF program header types
        - better Mach-O executable sections detection
        - allow ':' key for changing comments in analyser
        - [Win] use unicode output
        - compile with gcc 4.1
        - updated minilzo
        - small bug fixes

diffstat:

 devel/ht/Makefile         |   7 +++++--
 devel/ht/distinfo         |   9 ++++-----
 devel/ht/patches/patch-aa |  13 -------------
 3 files changed, 9 insertions(+), 20 deletions(-)

diffs (59 lines):

diff -r dbc4e3d326f5 -r 56a76e3f42eb devel/ht/Makefile
--- a/devel/ht/Makefile Tue Aug 26 22:28:43 2008 +0000
+++ b/devel/ht/Makefile Tue Aug 26 23:00:01 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2006/05/31 13:02:31 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2008/08/26 23:00:01 ahoka Exp $
 #
 
-DISTNAME=      ht-0.9.1
+DISTNAME=      ht-2.0.14
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hte/}
 EXTRACT_SUFX=  .tar.bz2
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://hte.sourceforge.net/
 COMMENT=       Viewer, editor and analyzer for text, binary and executable files
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE=         YES
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bison lex
@@ -18,4 +20,5 @@
 LIBS+=                 -lm
 
 .include "../../devel/ncurses/buildlink3.mk"
+.include "../../archivers/lzo/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r dbc4e3d326f5 -r 56a76e3f42eb devel/ht/distinfo
--- a/devel/ht/distinfo Tue Aug 26 22:28:43 2008 +0000
+++ b/devel/ht/distinfo Tue Aug 26 23:00:01 2008 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2007/09/29 12:54:13 rillig Exp $
+$NetBSD: distinfo,v 1.8 2008/08/26 23:00:01 ahoka Exp $
 
-SHA1 (ht-0.9.1.tar.bz2) = f77723739a929ad48ba5381fd6882d1d54a7cd55
-RMD160 (ht-0.9.1.tar.bz2) = dd14227fe5c7d93f5db2965fcd61e832f2f1bbd9
-Size (ht-0.9.1.tar.bz2) = 737690 bytes
-SHA1 (patch-aa) = 9ce77ee200a8f96e55397bde6a5600880a13072c
+SHA1 (ht-2.0.14.tar.bz2) = f461e4e74f89bb8f5fdbf9eb37ad1d287db757e4
+RMD160 (ht-2.0.14.tar.bz2) = deab4eec0fd2aedbe77ac116627cdcaa0c1b0200
+Size (ht-2.0.14.tar.bz2) = 869714 bytes
diff -r dbc4e3d326f5 -r 56a76e3f42eb devel/ht/patches/patch-aa
--- a/devel/ht/patches/patch-aa Tue Aug 26 22:28:43 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2007/09/29 12:54:13 rillig Exp $
-
---- srt/srt_x86.cc.orig        2005-05-11 18:46:16.000000000 +0200
-+++ srt/srt_x86.cc     2007-09-29 14:52:49.000000000 +0200
-@@ -76,7 +76,7 @@ void srt_x86_setreg(CPU *cpu, UINT idx, 
- 
- class sym_int_reg_x86: public sym_int_reg {
- public:
--      sym_int_reg_x86::sym_int_reg_x86(UINT r): sym_int_reg(r)
-+      sym_int_reg_x86(UINT r): sym_int_reg(r)
-       {
-       }
- 



Home | Main Index | Thread Index | Old Index