summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/ht/DESCR9
-rw-r--r--devel/ht/Makefile21
-rw-r--r--devel/ht/PLIST2
-rw-r--r--devel/ht/distinfo4
4 files changed, 36 insertions, 0 deletions
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