Bug 156384

Summary: New port: www/py-flask-cache
Product: Ports & Packages Reporter: lichray
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-flask-cache.shar none

Description lichray 2011-04-14 00:50:05 UTC
	
	This is a cache solution for the Flask framework. Check
	http://packages.python.org/Flask-Cache/
	for details.
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-04-14 01:38:54 UTC
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"
Comment 2 Wen Heping freebsd_committer freebsd_triage 2011-04-14 01:40:35 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!