1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Nicola Vitale
6d5f710654 - Update to 1.3
- Set MANUAL_PACKAGE_BUILD, because the port requires Python 2.5
2009-10-13 08:41:00 +00:00
Nicola Vitale
aaf802305c 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/
2009-08-18 13:03:50 +00:00