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/ For Committer's reference: http://tb.s.ubze.ro//logs/7.4-FreeBSD/i386/zlib-1.2.6.log http://tb.s.ubze.ro//logs/7.4-FreeBSD/amd64/zlib-1.2.6.log http://tb.s.ubze.ro//logs/8.2-RELEASE/i386/zlib-1.2.6.log http://tb.s.ubze.ro//logs/8.2-RELEASE/amd64/zlib-1.2.6.log http://tb.s.ubze.ro//logs/9.0-FreeBSD/i386/zlib-1.2.6.log http://tb.s.ubze.ro//logs/9.0-FreeBSD/amd64/zlib-1.2.6.log Generated with FreeBSD Port Tools 0.99_5 (mode: new)
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
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) _______________________________________________ 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!