Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup ruby 1.0

ruby.setup observable 0.3 install.rb {README examples doc}
maintainers nomaintainer@macports.org
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 6dbb72a649d603072272cb06bd93601d
homepage http://redshift.sourceforge.net/${ruby.module}/
master_sites ${homepage}
platforms darwin
extract.suffix .tgz