The freeze/melt archiver.

Submitted by:	lukin@okbmei.msk.su
This commit is contained in:
Satoshi Asami 1996-08-09 08:16:17 +00:00
parent 2ca9abcb58
commit 9d76846433
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3559
5 changed files with 65 additions and 0 deletions

25
archivers/freeze/Makefile Normal file
View file

@ -0,0 +1,25 @@
# New ports collection makefile for: freeze
# Version required: 2.5
# Date created: 20 Jul 1996
# Whom: lukin@okbmei.msk.su
#
# $Id: Makefile,v 1.1 1996/07/20 00:17:21 lukin Exp $
#
DISTNAME= freeze-2.5
CATEGORIES+= archivers
MASTER_SITES= ftp://lupin.csv.warwick.ac.uk/pub/compression/
MAINTAINER= lukin@okbmei.msk.su
GNU_CONFIGURE= yes
ALL_TARGET= prog
post-install:
.if !defined(NOMANCOMPRESS)
.for man in freeze melt unfreeze fcat statist
gzip -9nf ${PREFIX}/man/man1/${man}.1
.endfor
.endif
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (freeze-2.5.tar.gz) = 2bc3c88ad87eca6b2df2a40b2fae626c

View file

@ -0,0 +1 @@
FREEZE / MELT compression program - often used in QNX

View file

@ -0,0 +1,28 @@
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

View file

@ -0,0 +1,10 @@
bin/freeze
bin/melt
bin/unfreeze
bin/fcat
bin/statist
man/man1/freeze.1.gz
man/man1/melt.1.gz
man/man1/unfreeze.1.gz
man/man1/fcat.1.gz
man/man1/statist.1.gz