Bug 128552 - New port: archivers/hs-zlib
Summary: New port: archivers/hs-zlib
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-03 02:30 UTC by Samy Al Bahra
Modified: 2008-11-04 21:30 UTC (History)
0 users

See Also:


Attachments
file.shar (3.58 KB, text/plain)
2008-11-03 02:30 UTC, Samy Al Bahra
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samy Al Bahra 2008-11-03 02:30:01 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2008-11-03 14:01:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-04 21:24:45 UTC
wxs         2008-11-04 21:24:37 UTC

  FreeBSD ports repository

  Modified files:
    archivers            Makefile 
  Added files:
    archivers/hs-zlib    Makefile distinfo pkg-descr pkg-plist 
  Log:
  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.
  
  PR:             ports/128552
  Submitted by:   Samy Al Bahra <sbahra@kerneled.org>
  
  Revision  Changes    Path
  1.207     +1 -0      ports/archivers/Makefile
  1.1       +37 -0     ports/archivers/hs-zlib/Makefile (new)
  1.1       +3 -0      ports/archivers/hs-zlib/distinfo (new)
  1.1       +8 -0      ports/archivers/hs-zlib/pkg-descr (new)
  1.1       +18 -0     ports/archivers/hs-zlib/pkg-plist (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 Wesley Shields freebsd_committer freebsd_triage 2008-11-04 21:24:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!