Summary: | [new port] www/py-flask-compress Compresses responses in Flask apps with gzip | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Andrej Ebert <andrej> | ||||||||
Component: | Individual Port(s) | Assignee: | Pawel Pekala <pawel> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Some People | CC: | pawel | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Bug Depends on: | |||||||||||
Bug Blocks: | 210984 | ||||||||||
Attachments: |
|
Created attachment 172333 [details]
poudriere log
Created attachment 172334 [details]
poudriere-portlint log
A commit references this bug: Author: pawel Date: Sat Jul 16 17:05:03 UTC 2016 New revision: 418642 URL: https://svnweb.freebsd.org/changeset/ports/418642 Log: Extension for Flask that compresses responses with gzip WWW: https://github.com/libwilliam/flask-compress PR: 210977 Submitted by: Andrej Ebert <andrej@ebert.su> Changes: head/www/Makefile head/www/py-flask-compress/ head/www/py-flask-compress/Makefile head/www/py-flask-compress/distinfo head/www/py-flask-compress/pkg-descr A commit references this bug: Author: pawel Date: Sat Jul 16 17:08:50 UTC 2016 New revision: 49123 URL: https://svnweb.freebsd.org/changeset/doc/49123 Log: For www/py-flask-compress PR: 210977 Changes: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml |
Created attachment 172332 [details] py-flask-compress Flask-Compress allows you to easily compress your Flask application's responses with gzip. It is a dependency of (newer versions of) www/py-flexget.