Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup ruby 1.0

ruby.setup og 0.9.5 copy_install:lib {README.og test examples} rubyforge:2866
maintainers nomaintainer@macports.org
description Og provides transparent serialization of object graphs to \
a RDBMS backend
long_description Unlike other similar libraries Og maps standard Ruby \
objects to SQL tables and not vice versa. Og provides a meta language \
to describe the relations between objects, a flexible and intuitive api \
for querieng the database, raw access to the SQL language if needed \
(for example to fine tune the automatically generated SQL tables, or \
for custom queries), suports deserialization to Ruby objects or tuples, \
automatically generates join tables for many_to_many relations \
and provides a collection of usefull Mixins to synthesize common \
Entities.
categories-append databases
checksums md5 9b46291588ccb53ccb62e9e8f3d22d44
homepage http://www.navel.gr/nitro/
platforms darwin
extract.suffix .tgz