diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-11-04 21:24:37 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-11-04 21:24:37 +0000 |
commit | 586d14085131929419d875f284b686a4251a8e83 (patch) | |
tree | 791b1fb627dddf84365336db6a7eb5e876682aaf /archivers/Makefile | |
parent | ebb7c8c54bf5d16c5c6798694c6d46767edc5de8 (diff) | |
download | ports-586d14085131929419d875f284b686a4251a8e83.tar.gz ports-586d14085131929419d875f284b686a4251a8e83.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>
Notes
Notes:
svn path=/head/; revision=222399
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 |