Bug 156384 - New port: www/py-flask-cache
Summary: New port: www/py-flask-cache
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-14 00:50 UTC by lichray
Modified: 2011-04-14 01:40 UTC (History)
0 users

See Also:


Attachments
py-flask-cache.shar (3.24 KB, text/plain)
2011-04-14 00:50 UTC, lichray
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!