mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
18 lines
838 B
Plaintext
18 lines
838 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup observable 0.5 install.rb {README examples doc}
|
|
maintainers nomaintainer
|
|
description Mechanism for notifying obervers of state changes
|
|
long_description A variation on the observer pattern. Allows the state of a variable \
|
|
to be exposed to observers. An observer registers code to execute when \
|
|
the variable changes (and also a pattern to detect changes of interest). \
|
|
Notification happens when the writer method is called.
|
|
checksums md5 a82350ea33cc1bc8c6448e406bdec952
|
|
homepage http://redshift.sourceforge.net/${ruby.module}/
|
|
master_sites ${homepage}
|
|
license Ruby
|
|
platforms any
|
|
supported_archs noarch
|
|
extract.suffix .tgz
|