Index: head/archivers/freeze/pkg-descr =================================================================== --- head/archivers/freeze/pkg-descr (revision 12601) +++ head/archivers/freeze/pkg-descr (revision 12602) @@ -1,28 +1,7 @@ FREEZE / MELT COMPRESSION PROGRAM This version is tested under SunOS 4.1.2, Xenix 2.3.2, MS-DOS. The format of frozen (2.X) file is incompatible with that of frozen (1.0), but if this package is compiled with -DCOMPAT switch, you will able to unpack frozen (1.0) files, if you have them. - ---------- CALGARY COMPRESSION CORPUS RESULTS -------- - - 41127 bib.F - 340447 book1.F - 229188 book2.F - 68610 geo.F - 155157 news.F - 10551 obj1.F - 86216 obj2.F - 19924 paper1.F - 32439 paper2.F - 54993 pic.F - 14180 progc.F - 17136 progl.F - 11771 progp.F - 22903 trans.F - -Average bits/byte on the standard set (except paper3-6) = - 1104642 * 8 / 3141622 = 2.813 - Property changes on: head/archivers/freeze/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/archivers/ha/pkg-descr =================================================================== --- head/archivers/ha/pkg-descr (revision 12601) +++ head/archivers/ha/pkg-descr (revision 12602) @@ -1,47 +1,45 @@ HA is an archiver which I released in january 1993 as version 0.98. After that I had plans to improve speed, archive handling etc. which would have required total rewrite of the code. For that I unfortunately could not find time. Because there has been quite considerably interest for internals of HA (especially for the HSC compression method) I decided to make a source level release from my current test version (0.999 beta) and place it under GNU General Public License. The sources 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: - 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. - 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 - - Property changes on: head/archivers/ha/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/archivers/unarj/Makefile =================================================================== --- head/archivers/unarj/Makefile (revision 12601) +++ head/archivers/unarj/Makefile (revision 12602) @@ -1,20 +1,20 @@ # New ports collection makefile for: unarj # Version required: 2.41 # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.7 1998/01/23 00:43:40 jseger Exp $ +# $Id: Makefile,v 1.8 1998/01/26 10:11:37 asami Exp $ # -DISTNAME= unarj +DISTNAME= unarj PKGNAME= unarj-2.41 CATEGORIES= archivers MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ -DISTFILES= unarj241.tar.Z +EXTRACT_SUFX= .tar.Z MAINTAINER= ache@FreeBSD.ORG do-install: cd ${WRKSRC}; ${INSTALL_PROGRAM} ${DISTNAME} ${PREFIX}/bin .include Property changes on: head/archivers/unarj/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property