aboutsummaryrefslogtreecommitdiff
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-02-02 14:53:47 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-02-02 14:53:47 +0000
commit26e89a1c90c7d85a6cc0cc9255e13e587ac251d9 (patch)
tree666772f837d3c01cd2aab7230924d442f241a427 /archivers/Makefile
parent3d78f0eb91f9c577f95446c9242e196e3f805e27 (diff)
downloadports-26e89a1c90c7d85a6cc0cc9255e13e587ac251d9.tar.gz
ports-26e89a1c90c7d85a6cc0cc9255e13e587ac251d9.zip
Add port archivers/grzip:
grzip is a high-performance file compressor based on Burrows-Wheeler Transform, Schindler Transform, Move-To-Front, and Weighted Frequency Counting. It uses the Block-Sorting Lossless Data Compression Algorithm, which has received considerable attention in recent years for both its simplicity and effectiveness. This implementation has a compression rate of 2.234 bps on the Calgary Corpus (14 files) without preprocessing filters. WWW: http://magicssoft.ru/?folder=projects&page=GRZipII Author: Ilya Grebnov
Notes
Notes: svn path=/head/; revision=183959
Diffstat (limited to 'archivers/Makefile')
-rw-r--r--archivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index bfb76285241d..483a30982fd5 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -27,6 +27,7 @@
SUBDIR += fpc-unzip
SUBDIR += freetar
SUBDIR += freeze
+ SUBDIR += grzip
SUBDIR += gtar
SUBDIR += gzip
SUBDIR += gzrecover