aboutsummaryrefslogtreecommitdiff
path: root/databases/py-Elixir
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.7.1Nicola Vitale2009-12-173-60/+4
| | | | Notes: svn path=/head/; revision=246058
* - Update to 0.7.0Nicola Vitale2009-10-273-5/+6
| | | | Notes: svn path=/head/; revision=243377
* - Update to 0.6.1Nicola Vitale2008-08-193-5/+60
| | | | | | | | - Add pkg-plist - Add post-install stage to install examples Notes: svn path=/head/; revision=218821
* - Update to 0.6.0Nicola Vitale2008-07-262-6/+5
| | | | Notes: svn path=/head/; revision=217541
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 0.5.2Nicola Vitale2008-04-092-4/+4
| | | | Notes: svn path=/head/; revision=210959
* - Update to 0.5.1Nicola Vitale2008-02-172-5/+6
| | | | | | | - Add a secondary download site Notes: svn path=/head/; revision=207450
* - Set PLIST_FILES to %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% (as ↵Nicola Vitale2007-08-241-1/+1
| | | | | | | suggested by sat@) Notes: svn path=/head/; revision=198243
* - Update to 0.3.0Nicola Vitale2007-08-063-30/+8
| | | | | | | | - Convert easy_install support to bsd.python.mk's - Remove pkg-plist Notes: svn path=/head/; revision=197217
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, whichNicola Vitale2007-02-134-0/+62
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 Notes: svn path=/head/; revision=185106