Date: Sat, 16 Jul 2016 17:05:03 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418642 - in head/www: . py-flask-compress Message-ID: <201607161705.u6GH53pM069927@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Jul 16 17:05:03 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> Added: head/www/py-flask-compress/ head/www/py-flask-compress/Makefile (contents, props changed) head/www/py-flask-compress/distinfo (contents, props changed) head/www/py-flask-compress/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Jul 16 16:26:03 2016 (r418641) +++ head/www/Makefile Sat Jul 16 17:05:03 2016 (r418642) @@ -1596,6 +1596,7 @@ SUBDIR += py-flask-admin SUBDIR += py-flask-bootstrap SUBDIR += py-flask-cache + SUBDIR += py-flask-compress SUBDIR += py-flask-cors SUBDIR += py-flask-flatpages SUBDIR += py-flask-oauthlib Added: head/www/py-flask-compress/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-compress/Makefile Sat Jul 16 17:05:03 2016 (r418642) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= Flask-Compress +PORTVERSION= 1.3.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= andrej@ebert.su +COMMENT= Extension for Flask that compresses responses with gzip + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/www/py-flask-compress/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-compress/distinfo Sat Jul 16 17:05:03 2016 (r418642) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468168542 +SHA256 (Flask-Compress-1.3.0.tar.gz) = e6c52f1e56b59e8702aed6eb73c6fb0bffe942e5ca188f10e54a33ec11bc5ed4 +SIZE (Flask-Compress-1.3.0.tar.gz) = 2468 Added: head/www/py-flask-compress/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-compress/pkg-descr Sat Jul 16 17:05:03 2016 (r418642) @@ -0,0 +1,3 @@ +Extension for Flask that compresses responses with gzip + +WWW: https://github.com/libwilliam/flask-compress
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607161705.u6GH53pM069927>