mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 22:53:31 +02:00
What? * brotli is widely used compression in web (better than gzip), so is PHP. PHP applications (i.e. w3 total cache) use this extension to compress http responses on-the-fly. * Features live ebuild * Compatible with php versions currently available in tree * Links with app-arch/brotli Why (in ::gentoo)? * I don't have any strong reason for it to be in ::gentoo. It can be in ::guru too. * It is not a standalone application or package but the extension to already established PHP ecosystem. * There are already 200+ dev-php/\* packages including extensions like this one in ::gentoo. * Alpine and freebsd have already packaged it https://repology.org/project/php:brotli/ indicates that package is trusted by other downstreams as well. Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/35978 Signed-off-by: Sam James <sam@gentoo.org>
17 lines
621 B
XML
17 lines
621 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>me@rahil.rocks</email>
|
|
<name>Rahil Bhimjiani</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">kjdev/php-ext-brotli</remote-id>
|
|
<bugs-to>https://github.com/kjdev/php-ext-brotli/issues</bugs-to>
|
|
<doc>https://github.com/kjdev/php-ext-brotli/blob/master/README.md</doc>
|
|
</upstream>
|
|
</pkgmetadata>
|