2011-02-13 06:14:42 +00:00
|
|
|
# -*- 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
|
|
|
|
|
|
2005-02-12 23:52:28 +00:00
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup ruby 1.0
|
|
|
|
|
|
2011-02-13 06:18:14 +00:00
|
|
|
ruby.setup preferences 0.3 install.rb {README doc examples}
|
2023-12-25 18:57:36 +11:00
|
|
|
platforms any
|
2013-04-11 02:53:56 +00:00
|
|
|
license Ruby
|
2007-10-23 02:16:17 +00:00
|
|
|
maintainers nomaintainer
|
2011-02-13 06:17:20 +00:00
|
|
|
supported_archs noarch
|
2011-02-13 06:14:42 +00:00
|
|
|
|
2005-02-12 23:52:28 +00:00
|
|
|
description Persistent preferences for applications
|
2011-02-13 06:14:42 +00:00
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
2005-02-12 23:52:28 +00:00
|
|
|
homepage http://redshift.sourceforge.net/${ruby.module}/
|
|
|
|
|
master_sites ${homepage}
|
|
|
|
|
extract.suffix .tgz
|
2011-02-13 06:14:42 +00:00
|
|
|
|
2011-02-13 06:18:14 +00:00
|
|
|
checksums sha1 80075e93bc18d9ec650cad064ee46fa267b7c418 \
|
|
|
|
|
rmd160 d946bb096eca7858894502249f56f720d4bda5da
|