# $Id: Portfile,v 1.1 2005/02/12 23:51:42 tristan Exp $ PortSystem 1.0 PortGroup ruby 1.0 ruby.setup observable 0.3 install.rb {README examples doc} maintainers tristan@opendarwin.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