Bug 236610 - [NEW PORT] archivers/php-brotli: PHP Extension for Brotli
Summary: [NEW PORT] archivers/php-brotli: PHP Extension for Brotli
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://reviews.freebsd.org/D19619
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-18 00:01 UTC by Daniel Shafer
Modified: 2019-03-18 20:33 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Shafer 2019-03-18 00:01:19 UTC
Brotli is a generic-purpose lossless compression algorithm that compresses
data using a combination of a modern variant of the LZ77 algorithm, Huffman
coding and 2nd order context modeling, with a compression ratio comparable
to the best currently available general-purpose compression methods. It is
similar in speed with deflate but offers more dense compression.

This is the Brotli Extension for PHP

WWW: https://github.com/kjdev/php-ext-brotli
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-18 20:25:56 UTC
A commit references this bug:

Author: tcberner
Date: Mon Mar 18 20:24:58 UTC 2019
New revision: 496204
URL: https://svnweb.freebsd.org/changeset/ports/496204

Log:
  [NEW PORT] archivers/php-brotli: PHP Extension for Brotli

  Brotli is a generic-purpose lossless compression algorithm that compresses
  data using a combination of a modern variant of the LZ77 algorithm, Huffman
  coding and 2nd order context modeling, with a compression ratio comparable
  to the best currently available general-purpose compression methods. It is
  similar in speed with deflate but offers more dense compression.

  This is the Brotli Extension for PHP

  WWW: https://github.com/kjdev/php-ext-brotli

  PR:		236610
  Submitted by:	Daniel Shafer <daniel@shafer.cc>
  Differential_Revision:	https://reviews.freebsd.org/D19619

Changes:
  head/archivers/Makefile
  head/archivers/php-brotli/
  head/archivers/php-brotli/Makefile
  head/archivers/php-brotli/distinfo
  head/archivers/php-brotli/pkg-descr
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2019-03-18 20:33:55 UTC
Commmitted. Thanks.