[68524] trunk/dports/ruby

singingwolfboy at macports.org singingwolfboy at macports.org
Sat Jun 5 07:24:31 PDT 2010


Revision: 68524
          http://trac.macports.org/changeset/68524
Author:   singingwolfboy at macports.org
Date:     2010-06-05 07:24:29 -0700 (Sat, 05 Jun 2010)
Log Message:
-----------
New port: rb19-sequel

Added Paths:
-----------
    trunk/dports/ruby/rb19-sequel/
    trunk/dports/ruby/rb19-sequel/Portfile

Added: trunk/dports/ruby/rb19-sequel/Portfile
===================================================================
--- trunk/dports/ruby/rb19-sequel/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb19-sequel/Portfile	2010-06-05 14:24:29 UTC (rev 68524)
@@ -0,0 +1,24 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          sequel 3.12.0 gem {} rubygems ruby19
+description         The Database Toolkit for Ruby
+long_description    \
+    Sequel is a lightweight database access toolkit for Ruby. It provides \
+    thread safety, connection pooling and a concise DSL for constructing \
+    database queries and table schemas.It also includes a lightweight but \
+    comprehensive ORM layer for mapping records to Ruby objects and handling \
+    associated records.It supports advanced database features such as prepared \
+    statements, bound variables, stored procedures, master/slave \
+    configurations, and database sharding.Sequel makes it easy to deal with \
+    multiple records without having to break your teeth on SQL.
+license             MIT
+maintainers         singingwolfboy openmaintainer
+homepage            http://sequel.rubyforge.org/
+categories-append   databases
+platforms           darwin
+checksums           md5     c3441d631543a0c3e478e250289d5854 \
+                    sha1    93fab84807c64438c3ae7e1c2fc22c7dec28c476 \
+                    rmd160  e25d724f9de7b975d226016e6147c99db7fc0423


Property changes on: trunk/dports/ruby/rb19-sequel/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100605/9db78b50/attachment.html>


More information about the macports-changes mailing list