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. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
wxs 2008-11-04 21:24:37 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/hs-zlib Makefile distinfo pkg-descr pkg-plist Log: 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> Revision Changes Path 1.207 +1 -0 ports/archivers/Makefile 1.1 +37 -0 ports/archivers/hs-zlib/Makefile (new) 1.1 +3 -0 ports/archivers/hs-zlib/distinfo (new) 1.1 +8 -0 ports/archivers/hs-zlib/pkg-descr (new) 1.1 +18 -0 ports/archivers/hs-zlib/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!