pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/hs-zlib



Module Name:    pkgsrc
Committed By:   szptvlfn
Date:           Tue Aug 12 21:22:13 UTC 2014

Added Files:
        pkgsrc/archivers/hs-zlib: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Import zlib-0.5.4.1 as archivers/hs-zlib,
packaged for wip by pho.

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/hs-zlib/DESCR \
    pkgsrc/archivers/hs-zlib/Makefile pkgsrc/archivers/hs-zlib/PLIST \
    pkgsrc/archivers/hs-zlib/buildlink3.mk pkgsrc/archivers/hs-zlib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index