From 0225940925f04c1336372d14e138c887bab2b862 Mon Sep 17 00:00:00 2001 From: jmmv Date: Fri, 2 Apr 2004 09:23:35 +0000 Subject: Initial import of ht, version 0.7.5: ht is a file viewer, editor and analyzer for text, binary, and (especially) executable files. It recognizes the most common executable formats, like COFF, ELF, LE, MZ, NE, PE32, PE64 and Java .class files, and can disassemble them. It can also find branch sources and destinations recursively, find procedure entries, creates labels based on this information, create xref information, interactively analyse unexplored code, create/rename/delete labels and create/edit comments. --- devel/ht/DESCR | 9 +++++++++ devel/ht/Makefile | 21 +++++++++++++++++++++ devel/ht/PLIST | 2 ++ devel/ht/distinfo | 4 ++++ 4 files changed, 36 insertions(+) create mode 100644 devel/ht/DESCR create mode 100644 devel/ht/Makefile create mode 100644 devel/ht/PLIST create mode 100644 devel/ht/distinfo (limited to 'devel') diff --git a/devel/ht/DESCR b/devel/ht/DESCR new file mode 100644 index 00000000000..bd73d486ca5 --- /dev/null +++ b/devel/ht/DESCR @@ -0,0 +1,9 @@ +ht is a file viewer, editor and analyzer for text, binary, and (especially) +executable files. It recognizes the most common executable formats, like +COFF, ELF, LE, MZ, NE, PE32, PE64 and Java .class files, and can disassemble +them. + +It can also find branch sources and destinations recursively, find procedure +entries, creates labels based on this information, create xref information, +interactively analyse unexplored code, create/rename/delete labels and +create/edit comments. diff --git a/devel/ht/Makefile b/devel/ht/Makefile new file mode 100644 index 00000000000..e23c9c9cfa7 --- /dev/null +++ b/devel/ht/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/02 09:23:35 jmmv Exp $ +# + +DISTNAME= ht-0.7.5 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hte/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://hte.sourceforge.net/ +COMMENT= Viewer, editor and analyzer for text, binary and executable files + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_GNU_TOOLS+= lex yacc +USE_NCURSES= # missing WA_BOLD and WA_NORMAL + +LIBS+= -lm + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ht/PLIST b/devel/ht/PLIST new file mode 100644 index 00000000000..4cd46b633c8 --- /dev/null +++ b/devel/ht/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/02 09:23:35 jmmv Exp $ +bin/ht diff --git a/devel/ht/distinfo b/devel/ht/distinfo new file mode 100644 index 00000000000..2f2c78be85e --- /dev/null +++ b/devel/ht/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/04/02 09:23:35 jmmv Exp $ + +SHA1 (ht-0.7.5.tar.bz2) = 9fef242c37dea48d6afdfaae3edc7687b8822afe +Size (ht-0.7.5.tar.bz2) = 649346 bytes -- cgit v1.2.3