Date: Wed, 16 May 2012 05:14:28 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers Makefile ports/archivers/zlib Makefile distinfo pkg-descr Message-ID: <201205160514.q4G5ESWR008444@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2012-05-16 05:14:28 UTC
FreeBSD ports repository
Modified files:
archivers Makefile
Added files:
archivers/zlib Makefile distinfo pkg-descr
Log:
zlib is designed to be a free, general-purpose, legally unencumbered -- that is,
not covered by any patents -- lossless data-compression library for use on
virtually any computer hardware and operating system. The zlib data format is
itself portable across platforms. Unlike the LZW compression method used in Unix
compress(1) and in the GIF image format, the compression method currently used
in zlib essentially never expands the data. (LZW can double or triple the file
size in extreme cases.) zlib's memory footprint is also independent of the input
data and can be reduced, if necessary, at some cost in compression.
WWW: http://zlib.net/
PR: ports/166991
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Revision Changes Path
1.273 +1 -0 ports/archivers/Makefile
1.3 +36 -0 ports/archivers/zlib/Makefile (new)
1.3 +2 -0 ports/archivers/zlib/distinfo (new)
1.3 +10 -0 ports/archivers/zlib/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205160514.q4G5ESWR008444>
