Bug 166991

Summary: [NEW PORT] archivers/zlib: A Massively Spiffy Yet Delicately Unobtrusive Compression Library
Product: Ports & Packages Reporter: Muhammad Moinur Rahman <bofh>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
.shar none

Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2012-04-16 13:10:13 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-16 13:10:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-16 06:14:42 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2012-05-16 06:15:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!