diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-12 07:34:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-12 07:34:44 +0000 |
commit | be5f4f3ab3d96f4ffbad7cafb7148797850aeca7 (patch) | |
tree | e46cdfc9dcdc265b856e6f8cbfa0acd406cb991c /editors/hte | |
parent | c2ba58d30791b43431e18193d2db2b9be4f962d8 (diff) | |
download | ports-be5f4f3ab3d96f4ffbad7cafb7148797850aeca7.tar.gz ports-be5f4f3ab3d96f4ffbad7cafb7148797850aeca7.zip |
Notes
Diffstat (limited to 'editors/hte')
-rw-r--r-- | editors/hte/Makefile | 21 | ||||
-rw-r--r-- | editors/hte/distinfo | 1 | ||||
-rw-r--r-- | editors/hte/pkg-comment | 1 | ||||
-rw-r--r-- | editors/hte/pkg-descr | 20 | ||||
-rw-r--r-- | editors/hte/pkg-plist | 1 |
5 files changed, 44 insertions, 0 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile new file mode 100644 index 000000000000..9f91f33d3a11 --- /dev/null +++ b/editors/hte/Makefile @@ -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> diff --git a/editors/hte/distinfo b/editors/hte/distinfo new file mode 100644 index 000000000000..4d129d059ebf --- /dev/null +++ b/editors/hte/distinfo @@ -0,0 +1 @@ +MD5 (ht-0.4.4c.tar.gz) = ba776b1851f6ae35b1eed321ee261c40 diff --git a/editors/hte/pkg-comment b/editors/hte/pkg-comment new file mode 100644 index 000000000000..0f8657fb6ec1 --- /dev/null +++ b/editors/hte/pkg-comment @@ -0,0 +1 @@ +A file editor/viewer/analyzer for executables diff --git a/editors/hte/pkg-descr b/editors/hte/pkg-descr new file mode 100644 index 000000000000..305bb3f653e6 --- /dev/null +++ b/editors/hte/pkg-descr @@ -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/ diff --git a/editors/hte/pkg-plist b/editors/hte/pkg-plist new file mode 100644 index 000000000000..eeec6de521fe --- /dev/null +++ b/editors/hte/pkg-plist @@ -0,0 +1 @@ +bin/ht |