Bug 166991 - [NEW PORT] archivers/zlib: A Massively Spiffy Yet Delicately Unobtrusive Compression Library
Summary: [NEW PORT] archivers/zlib: A Massively Spiffy Yet Delicately Unobtrusive Comp...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-16 13:10 UTC by Muhammad Moinur Rahman
Modified: 2012-05-16 06:20 UTC (History)
0 users

See Also:


Attachments
.shar (2.25 KB, text/plain)
2012-04-16 13:10 UTC, Muhammad Moinur Rahman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!