# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          preferences 0.3 install.rb {README doc examples}
platforms           any
license             Ruby
maintainers         nomaintainer
supported_archs     noarch

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.

homepage            http://redshift.sourceforge.net/${ruby.module}/
master_sites        ${homepage}
extract.suffix      .tgz

checksums           sha1    80075e93bc18d9ec650cad064ee46fa267b7c418 \
                    rmd160  d946bb096eca7858894502249f56f720d4bda5da
