Commit graph

7 commits

Author SHA1 Message Date
Alexander Botero-Lowry
e1977e85c9 - Cleanup plugin caches so that py-mantissa can be uninstalled cleanly
Approved by:	portmgr (pav)
2007-11-24 05:31:45 +00:00
Alexander Botero-Lowry
cfd30c28ff - Actually drop maintainership 2007-10-12 22:21:13 +00:00
Alexander Botero-Lowry
4bc73d4882 - update to 0.5.20
- drop maintainership

PR:		115409
Submitted by:	Piet Delport <pjd@satori.za.net>
2007-10-12 22:19:24 +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
Alexander Botero-Lowry
5eaac8b2ca Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by:	novel
2006-09-13 03:21:38 +00:00
Edwin Groothuis
05366d301e [PATCH] databases/py-axiom: fix pkg-plist
Stupid mistake in pkg-plist..

PR:		ports/95845
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-16 10:56:43 +00:00
Edwin Groothuis
a4e557cd7c [NEW PORT] databases/py24-axiom: Axion is an object database in python using sqlite3
Axiom is an object database, or alternatively, an
	object-relational mapper.

	Its primary goal is to provide an object-oriented layer
	with what we consider to be the key aspects of OO, i.e.
	polymorphism and message dispatch, without hindering the
	power of an RDBMS. It is designed to "feel pythonic", without
	encouraging the typical ORM behavior such as potato
	programming.

	Axiom provides a full interface to the database, which
	strongly suggests that you do not write any SQL of your
	own. Metaprogramming is difficult and dangerous (as many,
	many SQL injection attacks amply demonstrate). Writing your
	own SQL is still possible, however, and Axiom does have
	several methods which return fragments of generated schema
	if you wish to use them in your own queries.

	WWW: http://divmod.org/trac/wiki/DivmodAxiom

PR:		ports/95724
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-14 06:21:23 +00:00