Date: Sun, 9 Nov 2008 23:05:41 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-arrayfields Makefile distinfo pkg-descr Message-ID: <200811092305.mA9N5f1Z095611@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2008-11-09 23:05:41 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-arrayfields Makefile distinfo pkg-descr Log: arrayfields 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 otherwords __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. WWW: http://codeforpeople.com/lib/ruby/arrayfields/ PR: ports/128663 Submitted by: Wen Heping <wenheping at gmail.com> Revision Changes Path 1.3242 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/rubygem-arrayfields/Makefile (new) 1.1 +3 -0 ports/devel/rubygem-arrayfields/distinfo (new) 1.1 +12 -0 ports/devel/rubygem-arrayfields/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811092305.mA9N5f1Z095611>