Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2009 16:54:34 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases Makefile ports/databases/py-simplecouchdb Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200902091654.n19GsYRk032997@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2009-02-09 16:54:34 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/py-simplecouchdb Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  py-simplecouchdb is a simple librairy to allow your python
  applicationto use CouchDB.
  
  With simplecouchdb, you can manage documents like you do
  directly with CouchDB, schema-free. So document instance
  (see :ref:schema-ref) are completly dynamic, you could
  add/delete properties in your documents, retrieve them
  without any schema, etc.
  
  WWW:    http://code.google.com/p/py-simplecouchdb/
  
  PR:             ports/131296
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.735     +1 -0      ports/databases/Makefile
  1.1       +25 -0     ports/databases/py-simplecouchdb/Makefile (new)
  1.1       +3 -0      ports/databases/py-simplecouchdb/distinfo (new)
  1.1       +10 -0     ports/databases/py-simplecouchdb/pkg-descr (new)
  1.1       +47 -0     ports/databases/py-simplecouchdb/pkg-plist (new)



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