Revision: 68330 http://trac.macports.org/changeset/68330 Author: singingwolfboy@macports.org Date: 2010-06-01 14:26:15 -0700 (Tue, 01 Jun 2010) Log Message: ----------- New port: rb19-activerecord Added Paths: ----------- trunk/dports/ruby/rb19-activerecord/ trunk/dports/ruby/rb19-activerecord/Portfile Added: trunk/dports/ruby/rb19-activerecord/Portfile =================================================================== --- trunk/dports/ruby/rb19-activerecord/Portfile (rev 0) +++ trunk/dports/ruby/rb19-activerecord/Portfile 2010-06-01 21:26:15 UTC (rev 68330) @@ -0,0 +1,20 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup activerecord 2.3.8 gem {} rubygems ruby19 +description Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. +long_description \ + ${description} It ties database tables and classes together for business \ + objects, like Customer or Subscription, that can find, save, and destroy \ + themselves without resorting to manual SQL. +license MIT +maintainers singingwolfboy openmaintainer +homepage http://www.rubyonrails.org/ +categories-append databases +checksums md5 16311c40a988bd9f8ffeb44799d9f488 \ + sha1 3c51faccced0bd3a1bad86dee382092e888613b6 \ + rmd160 1831618e803c102599cbf71d555a168317b2208c + +depends_run-append port:rb19-activesupport Property changes on: trunk/dports/ruby/rb19-activerecord/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
singingwolfboy@macports.org