You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup arrayfields 4.7.4 gem {} rubygems ruby19
|
|
license {Ruby BSD}
|
|
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 nomaintainer
|
|
homepage https://github.com/ahoward/arrayfields
|
|
platforms any
|
|
supported_archs noarch
|
|
checksums md5 36efe975557d8ae8dee6a11875659a01 \
|
|
sha1 4884471443a41e06b5ced53e6720e80cd57b71cd \
|
|
rmd160 f0924889d97c36c42b7f4606a590f2cd2fea5646
|