diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 22:47:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 22:47:42 +0000 |
commit | 1920a91664657622d2d5bbc5862cabab1e85daae (patch) | |
tree | 0ab3ffac82d32903d78006983be0a80be77eb187 /archivers/ha/pkg-descr | |
parent | a86013b06bd4cf83697ee0534f1550d8cf9a30d3 (diff) | |
download | ports-1920a91664657622d2d5bbc5862cabab1e85daae.tar.gz ports-1920a91664657622d2d5bbc5862cabab1e85daae.zip |
Notes
Diffstat (limited to 'archivers/ha/pkg-descr')
-rw-r--r-- | archivers/ha/pkg-descr | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/archivers/ha/pkg-descr b/archivers/ha/pkg-descr index 831e99383d92..d2faf265b1ea 100644 --- a/archivers/ha/pkg-descr +++ b/archivers/ha/pkg-descr @@ -21,25 +21,4 @@ called version 1.0. Some of the most obvious of these are: in compression routines which get used very rarely. - Documentation of code and algorithms is totally missing. -This archive (ha0999.zip) contains this readme, MSDOS executable ha.exe -and source files for HA 0.999beta. Ha.exe is NOT compiled directly from -included sources. Some critical parts of it were compiled from hand -optimized versions of compiler output. It is somewhat faster than "pure -C" version. - -MSDOS sources are for Borland C 4.0 but older versions of bcc should -work. Makefile needs some editing as some paths are hardcoded in it. -UNIX sources are not very generic. I have only tested this using Linux -on PC and AIX on IBM6000. Only compiler and make utility that I have -tested are GCC and GNU MAKE. - -Porting HA should be fairly easy as all machine specific code is in -machine.h and machine.c under machine specific directories. Md_funcs.txt -documents these functions. Examples can be found from pc and nix -directories. - -Email address where I can be reached is "harri.hirvola@vaisala.infonet.com". -My email addresses have not been very stable and I would not be very -surprised if this one too is only valid for some months... - - Harri Hirvola +Author: Harri Hirvola <harri.hirvola@vaisala.infonet.com> |