diff options
author | jmmv <jmmv> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-06 17:40:18 +0000 |
commit | 5a79423b6feb188f48299ebbaf981575b33d3f48 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /archivers/ha | |
parent | f58f4f25565243e0fcd6ee359261be2e3cfc7286 (diff) | |
download | pkgsrc-5a79423b6feb188f48299ebbaf981575b33d3f48.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'archivers/ha')
-rw-r--r-- | archivers/ha/DESCR | 16 | ||||
-rw-r--r-- | archivers/ha/Makefile | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/archivers/ha/DESCR b/archivers/ha/DESCR index af08917135b..0d18f9ed1be 100644 --- a/archivers/ha/DESCR +++ b/archivers/ha/DESCR @@ -9,14 +9,14 @@ for this version are not very consistent or clean, but everything should work. There are several improvements which should be made before this could be -called version 1.0. Some of the most obvious of these are: +called version 1.0. Some of the most obvious of these are: - Compression methods should be coded in assembler for PC and using more efficient data structures for 32 bit platforms. Current version does - some things only to overcome 64kB segments of 8086. -- UNIX port has still some problems and is missing some things (for example - a grouping operator in wildcard matches). -- File handling is far from optimum. -- Archive handling is not too clever either. -- Testing should be done more thoroughly as there are many special cases - in compression routines which get used very rarely. + some things only to overcome 64kB segments of 8086. +- UNIX port has still some problems and is missing some things (for example + a grouping operator in wildcard matches). +- File handling is far from optimum. +- Archive handling is not too clever either. +- Testing should be done more thoroughly as there are many special cases + in compression routines which get used very rarely. - Documentation of code and algorithms is totally missing. diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 98ab8b19432..29797f862e4 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.12 2003/03/29 12:40:01 jmmv Exp $ -# FreeBSD Id: Makefile,v 1.9 1997/08/10 22:31:19 fenner Exp +# $NetBSD: Makefile,v 1.13 2003/05/06 17:40:20 jmmv Exp $ +# FreeBSD Id: Makefile,v 1.9 1997/08/10 22:31:19 fenner Exp # DISTNAME= ha0999 |