diff options
author | wxs <wxs@FreeBSD.org> | 2008-11-05 05:24:37 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-11-05 05:24:37 +0800 |
commit | 7f932517111417942e0f4f880a07f17815826c13 (patch) | |
tree | be4644743075d67a7309c61944ac1d653b582117 /archivers/Makefile | |
parent | 7769cb7dcb4f5f1f4a4fe4596879eb441eaf1a5d (diff) | |
download | freebsd-ports-gnome-7f932517111417942e0f4f880a07f17815826c13.tar.gz freebsd-ports-gnome-7f932517111417942e0f4f880a07f17815826c13.tar.zst freebsd-ports-gnome-7f932517111417942e0f4f880a07f17815826c13.zip |
This package provides a pure interface for compressing and decompressing
streams of data represented as lazy ByteStrings. It uses the zlib C
library so it has high performance. It supports the "zlib", "gzip" and
"raw" compression formats. It provides a convenient high level api suitable
for most tasks and for the few cases where more control is needed it provides
access to the full zlib feature set.
PR: ports/128552
Submitted by: Samy Al Bahra <sbahra@kerneled.org>
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 30039506d36d..e64cf8aa29c1 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -35,6 +35,7 @@ SUBDIR += hffzip SUBDIR += hlextract SUBDIR += hpack.non-usa.only + SUBDIR += hs-zlib SUBDIR += javatar SUBDIR += jzip.org SUBDIR += jzlib |