Bug 237310

Summary: [NEW PORT] archivers/lizard: Efficient compressor with very fast decompression
Product: Ports & Packages Reporter: Hiroki Tagato <tagattie>
Component: Individual Port(s)Assignee: Kai Knoblich <kai>
Status: Closed FIXED    
Severity: Affects Only Me CC: kai
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/inikep/lizard
Attachments:
Description Flags
Shar file none

Description Hiroki Tagato freebsd_committer freebsd_triage 2019-04-16 08:26:07 UTC
Created attachment 203712 [details]
Shar file

Add a new port archivers/lizard.

Description:
Lizard (formerly LZ5) is an efficient compressor with very fast
decompression. It achieves compression ratio that is comparable to
zip/zlib and zstd/brotli (at low and medium compression levels) at
decompression speed of 1000 MB/s and faster.

WWW: https://github.com/inikep/lizard
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-18 14:56:12 UTC
A commit references this bug:

Author: kai
Date: Thu Apr 18 14:55:41 UTC 2019
New revision: 499270
URL: https://svnweb.freebsd.org/changeset/ports/499270

Log:
  New port: archivers/lizard

  Lizard (formerly LZ5) is an efficient compressor with very fast
  decompression. It achieves compression ratio that is comparable to
  zip/zlib and zstd/brotli (at low and medium compression levels) at
  decompression speed of 1000 MB/s and faster.

  WWW: https://github.com/inikep/lizard

  PR:		237310
  Submitted by:	Hiroki Tagato <tagattie@yandex.com>
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19933

Changes:
  head/archivers/Makefile
  head/archivers/lizard/
  head/archivers/lizard/Makefile
  head/archivers/lizard/distinfo
  head/archivers/lizard/pkg-descr
  head/archivers/lizard/pkg-plist
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2019-04-18 14:57:42 UTC
Committed, thank you for another contribution to the Ports tree!