Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2009 13:03:50 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/gaeutilities Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200908181303.n7ID3osM057676@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908181303.n7ID3osM057676>