a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup preferences 0.2 install.rb {README doc examples}
maintainers nomaintainer@macports.org
description Persistent preferences for applications
long_description The Preferences class is an easy way to make variables in an application \
persist in a file. The file is human readable, through the magic of YAML. \
Preferences vary from user to user, so typically the file used for persistence \
will be chosen based on the users environment as well as the name of the app. \
Any pair of methods that look like a reader/writer pair can be persisted, so \
existing variables can be stored with little additional fuss and bother.
checksums md5 0f07ea0c8e120a49694e2ac00b83448c
homepage http://redshift.sourceforge.net/${ruby.module}/
master_sites ${homepage}
platforms darwin
extract.suffix .tgz