Date: Tue, 4 Nov 2008 21:24:37 +0000 (UTC) From: Wesley Shields <wxs@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers Makefile ports/archivers/hs-zlib Makefile distinfo pkg-descr pkg-plist Message-ID: <200811042124.mA4LObeC069403@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811042124.mA4LObeC069403>
