Commit graph

13 commits

Author SHA1 Message Date
Nicola Vitale
c8a6af0499 - Fix *_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
2011-06-25 07:21:20 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Nicola Vitale
b86df1e063 - Update to 0.7.1 2009-12-17 20:29:07 +00:00
Nicola Vitale
9e73f954c9 - Update to 0.7.0 2009-10-27 09:54:06 +00:00
Nicola Vitale
7d47557605 - Update to 0.6.1
- Add pkg-plist
- Add post-install stage to install examples
2008-08-19 08:42:23 +00:00
Nicola Vitale
a1022d843d - Update to 0.6.0 2008-07-26 07:18:24 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Nicola Vitale
daaba9f435 - Update to 0.5.2 2008-04-09 22:09:30 +00:00
Nicola Vitale
bd3c9b998b - Update to 0.5.1
- Add a secondary download site
2008-02-17 10:18:52 +00:00
Nicola Vitale
c7292ee598 - Set PLIST_FILES to %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% (as suggested by sat@) 2007-08-24 13:33:19 +00:00
Nicola Vitale
96eaba7c5b - Update to 0.3.0
- Convert easy_install support to bsd.python.mk's
- Remove pkg-plist
2007-08-06 13:46:27 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- 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
2007-07-30 09:42:28 +00:00
Nicola Vitale
323c87d50a 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
2007-02-13 16:19:04 +00:00