CVS log for ports/databases/py-axiom/Attic/pkg-plist
Up to [FreeBSD] / ports / databases / py-axiom
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7
Fri Nov 11 19:06:35 2011 UTC (2 months, 4 weeks ago) by rm
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.6: +0 -0 lines
2011-11-11 Has expired: Distfile missing, runtime broken. Use databases/py-sqlobject instead PR: ports/160260 Submitted by: rm (myself) Approved by: wen (maintainer), novel (mentor) Feature safe: yes
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 8 21:48:33 2009 UTC (3 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +72 -13 lines
- Update to 0.5.30 - Pass maintainership to submitter PR: 131327 Submitted by: Wen Heping <wenheping@gmail.com>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Apr 19 01:15:57 2008 UTC (3 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Make use of the @rmtry macro
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 24 05:31:45 2007 UTC (4 years, 2 months ago) by alexbl
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
- Cleanup plugin caches so that py-mantissa can be uninstalled cleanly Approved by: portmgr (pav)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Oct 12 22:19:24 2007 UTC (4 years, 3 months ago) by alexbl
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +132 -0 lines
- update to 0.5.20 - drop maintainership PR: 115409 Submitted by: Piet Delport <pjd@satori.za.net>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Apr 16 10:56:43 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -6 lines
[PATCH] databases/py-axiom: fix pkg-plist Stupid mistake in pkg-plist.. PR: ports/95845 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Apr 14 06:21:23 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
[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>
