pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ht Initial import of ht, version 0.7.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1269e84dd0c4
branches:  trunk
changeset: 471997:1269e84dd0c4
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Apr 02 09:23:35 2004 +0000

description:
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.

diffstat:

 devel/ht/DESCR    |   9 +++++++++
 devel/ht/Makefile |  21 +++++++++++++++++++++
 devel/ht/PLIST    |   2 ++
 devel/ht/distinfo |   4 ++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 1b98107faf76 -r 1269e84dd0c4 devel/ht/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ht/DESCR    Fri Apr 02 09:23:35 2004 +0000
@@ -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 -r 1b98107faf76 -r 1269e84dd0c4 devel/ht/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ht/Makefile Fri Apr 02 09:23:35 2004 +0000
@@ -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@localhost
+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 -r 1b98107faf76 -r 1269e84dd0c4 devel/ht/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ht/PLIST    Fri Apr 02 09:23:35 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/02 09:23:35 jmmv Exp $
+bin/ht
diff -r 1b98107faf76 -r 1269e84dd0c4 devel/ht/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ht/distinfo Fri Apr 02 09:23:35 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index