[Lunar-commits] CVS: moonbase/editors/ht DEPENDS, NONE, 1.1 BUILD, 1.1, 1.2 DETAILS, 1.1, 1.2

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Sep 19 03:09:14 UTC 2004


Update of /var/cvs/lunar/moonbase/editors/ht
In directory espresso.lunar-linux.org:/tmp/cvs-serv11174/ht

Modified Files:
	BUILD DETAILS 
Added Files:
	DEPENDS 
Log Message:
Version bump 0.7.0 -> 0.8.0 (feature enhancements and added gcc3.4 support)
Added a set of dependancies that probably should have existed back when it
was still 0.7.0


--- NEW FILE: DEPENDS ---
depends bison &&
depends flex  &&
depends ncurses

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/ht/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	21 Oct 2002 07:16:38 -0000	1.1
+++ BUILD	19 Sep 2004 03:09:12 -0000	1.2
@@ -1,3 +1,6 @@
-OPTS=$OPTS" --enable-release"
-default_build &&
-cp tools/bin2c /usr/bin
+(
+  OPTS=$OPTS" --enable-release" && 
+  default_build                 &&
+  install -m0755 tools/bin2c /usr/bin
+
+) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/ht/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	21 Oct 2002 07:16:38 -0000	1.1
+++ DETAILS	19 Sep 2004 03:09:12 -0000	1.2
@@ -1,29 +1,35 @@
           MODULE=ht
-         VERSION=0.7.0
+         VERSION=0.8.0
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL[0]=$SFORGE_URL/hte/$SOURCE
+      SOURCE_URL=$SFORGE_URL/hte/$SOURCE
+      SOURCE_VRY=sha1:86bd53b2c37c1e637ea2f1e1eaa89affda018767
         WEB_SITE=http://hte.sourceforge.net/
          ENTERED=20021021
-         UPDATED=20021021
+         UPDATED=20020918
       MAINTAINER=kongar at tsrsb.org.tr
-           SHORT="ht is a file editor/viewer/analyzer for executables."
-
+           SHORT="HT is a file editor/viewer/analyzer for executables."
 
 cat << EOF
-ht is a file editor/viewer/analyzer for executables.
+HT is a file viewer, editor, and analyser for test, binary, and
+especially executable files that attempts to combine the low-level
+functionality of a debugger and the usbility of an IDE.
 
-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:
+Below is a list of supported executable formats.  Supported means that
+HT will be able to correctly display and modify the executable header 
+and image.  Anything with "extended support" means it offers things 
+support above and beyond, like possibly import/export sections,
+relocations, or debugging information. 
 
-  * 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) 
+  * Win32 portable executables (PE32/PE64) (extended support)
+  * Unix executable and linkable format (ELF) (extended support)
+  * DOS standard executables (MZ)
+  * Win32 linear executables (LE) (extended support)
+  * Windows/OS2 "new" executables (NE) (extended support)
+  * Unix common object file format (COFF/XCOFF32)
+  * Java class files (CLASS)
+  * Mach exe/link format (Mach0)
+  * X-Box executables (XBE) (extended support)
+  * Flat (FLT)
+  * PowerPC executable format (PEF)
 EOF



More information about the Lunar-commits mailing list