This is a cache solution for the Flask framework. Check http://packages.python.org/Flask-Cache/ for details.
wen 2011-04-14 00:38:46 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-flask-cache Makefile distinfo pkg-descr pkg-plist Log: Flask-Cache adds cache support to your Flask application. The cache backend can Be chosen from simple, memcached, and filesystem. Install databases/memcached from ports if needed. WWW: http://packages.python.org/Flask-Cache/ PR: ports/156384 Submitted by: Zhihao Yuan <lichray@gmail.com> Revision Changes Path 1.2850 +1 -0 ports/www/Makefile 1.1 +24 -0 ports/www/py-flask-cache/Makefile (new) 1.1 +2 -0 ports/www/py-flask-cache/distinfo (new) 1.1 +5 -0 ports/www/py-flask-cache/pkg-descr (new) 1.1 +20 -0 ports/www/py-flask-cache/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!