mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
18 lines
911 B
Plaintext
18 lines
911 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup multiton 1.0.2 copy_install:lib
|
|
maintainers nomaintainer
|
|
description The Multiton Design Pattern
|
|
long_description The multiton pattern is similar to a singleton, but instead of only one \
|
|
instance, there are several similar instances. it's usefull when you want to \
|
|
avoid constructing objects many times because of some huge expence (connecting \
|
|
to a database for example), require a set of similar but not identical \
|
|
objects, and cannot easily control how many time a contructor may be called.
|
|
checksums md5 15c7e51021825782f1713b4db36f466f
|
|
homepage http://www.codeforpeople.com/lib/ruby/${ruby.module}/
|
|
master_sites ${homepage}
|
|
platforms any
|
|
supported_archs noarch
|
|
extract.suffix .tgz
|