A file editor/viewer/analyzer for executables
This commit is contained in:
Ying-Chieh Liao 2001-06-12 07:34:44 +00:00
parent c2ba58d307
commit be5f4f3ab3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43882
6 changed files with 45 additions and 0 deletions

View File

@ -57,6 +57,7 @@
SUBDIR += hexcurse
SUBDIR += hexedit
SUBDIR += hexpert
SUBDIR += hte
SUBDIR += iiimecf
SUBDIR += jed
SUBDIR += jedit

21
editors/hte/Makefile Normal file
View File

@ -0,0 +1,21 @@
# ex:ts=8
# New ports collection makefile for: HT Editor
# Date created: Jun 12, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= hte
PORTVERSION= 0.4.4c
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ht-${PORTVERSION}
MAINTAINER= ijliao@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-final
.include <bsd.port.mk>

1
editors/hte/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ht-0.4.4c.tar.gz) = ba776b1851f6ae35b1eed321ee261c40

1
editors/hte/pkg-comment Normal file
View File

@ -0,0 +1 @@
A file editor/viewer/analyzer for executables

20
editors/hte/pkg-descr Normal file
View File

@ -0,0 +1,20 @@
HT is a file editor/viewer/analyzer for executables. The goal is to combine
the low-level functionality of a debugger and the usability of IDEs. We aim
towards a perfect hex-editing ability and support of the most important file
formats.
Support means that HT will be able to correctly display and modify the
executable header, image and other extensions specific to the file (import/
export sections, relocations, debugging information etc.). Support will
probably include the following file formats:
- Win32 portable executables (PE) (good support)
- Unix executable and linkable format (ELF) (good support)
- DOS standard executables (MZ) (supported)
- Win32 linear executables (LE) (supported)
- Windows/OS2 "new" executables (NE) (supported)
- Unix common object file format (COFF) + DJGPP COFF (supported)
- OS2 linear executables (LX)
- M$ object files (.obj)
WWW: http://hte.sourceforge.net/

1
editors/hte/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/ht