cvs commit: ports/databases Makefile ports/databases/py-Elixir Makefile distinfo pkg-descr pkg-plist

Nicola Vitale nivit at FreeBSD.org
Tue Feb 13 16:19:05 UTC 2007


nivit       2007-02-13 16:19:04 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/py-Elixir  Makefile distinfo pkg-descr pkg-plist 
  Log:
  A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which
  provides the ability to define model objects following the Active Record
  design pattern, and using a DSL syntax similar to that of the Ruby on Rails
  ActiveRecord system.
  
  Elixir does not intend to replace SQLAlchemy's core features, but instead
  focuses on providing a simpler syntax for defining model objects when you do
  not need the full expressiveness of SQLAlchemy's manual mapper definitions.
  
  Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the
  TurboEntity project.
  
  WWW:    http://elixir.ematia.de
  
  Revision  Changes    Path
  1.594     +1 -0      ports/databases/Makefile
  1.1       +42 -0     ports/databases/py-Elixir/Makefile (new)
  1.1       +3 -0      ports/databases/py-Elixir/distinfo (new)
  1.1       +13 -0     ports/databases/py-Elixir/pkg-descr (new)
  1.1       +4 -0      ports/databases/py-Elixir/pkg-plist (new)


More information about the cvs-all mailing list