[69087] trunk/dports/ruby

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Jun 23 07:36:03 PDT 2010


Revision: 69087
          http://trac.macports.org/changeset/69087
Author:   singingwolfboy at macports.org
Date:     2010-06-23 07:35:58 -0700 (Wed, 23 Jun 2010)
Log Message:
-----------
New port: rb19-arrayfields

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

Added: trunk/dports/ruby/rb19-arrayfields/Portfile
===================================================================
--- trunk/dports/ruby/rb19-arrayfields/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb19-arrayfields/Portfile	2010-06-23 14:35:58 UTC (rev 69087)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          arrayfields 4.7.4 gem {} rubygems ruby19
+description         allow keyword access to array instances
+long_description    \
+    Allow keyword access to array instances.  arrayfields works by adding \
+    only a few methods to arrays, namely #fields= and fields, but the \
+    #fields= method is hooked to extend an array on a per object basis. \
+    In other words, only those arrays whose fields are set will have \
+    auto-magical keyword access bestowed on them - all other arrays remain \
+    unaffected. Arrays with keyword access require much less memory when \
+    compared to hashes/objects and yet still provide fast lookup and preserve \
+    data order.
+maintainers         singingwolfboy openmaintainer
+homepage            http://github.com/ahoward/arrayfields
+platforms           darwin
+checksums           md5     36efe975557d8ae8dee6a11875659a01 \
+                    sha1    4884471443a41e06b5ced53e6720e80cd57b71cd \
+                    rmd160  f0924889d97c36c42b7f4606a590f2cd2fea5646


Property changes on: trunk/dports/ruby/rb19-arrayfields/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/20100623/d2273c05/attachment.html>


More information about the macports-changes mailing list