cvs commit: ports/www Makefile ports/www/gaeutilities Makefile
distinfo pkg-descr pkg-plist
Nicola Vitale
nivit at FreeBSD.org
Tue Aug 18 13:03:51 UTC 2009
nivit 2009-08-18 13:03:50 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/gaeutilities Makefile distinfo pkg-descr pkg-plist
Log:
gaeutilities is a collection of classes to aid in development
on Google Appengine.
The stable version includes the following classes:
Session: An http session class to preserve identity across http requests.
It uses both BigTable and Memcache for performance and reliability.
It also includes middleware to plug in with django.
Cache: A BigTable and Memcache caching class. Any object that can be pickled
can be stored in cache.
Event: A subscribe/fire event system that gives developers the ability to set
callback functions.
Flash: A cookie based messaging library. Using json, data structures can be
stored as a cookie in the browser and retrieved on the next request.
Useful for messages such as "Thank you for logging in."
WWW: http://code.google.com/p/gaeutilities/
Revision Changes Path
1.2424 +1 -0 ports/www/Makefile
1.1 +34 -0 ports/www/gaeutilities/Makefile (new)
1.1 +3 -0 ports/www/gaeutilities/distinfo (new)
1.1 +17 -0 ports/www/gaeutilities/pkg-descr (new)
1.1 +71 -0 ports/www/gaeutilities/pkg-plist (new)
More information about the cvs-all
mailing list