[75925] trunk/dports/ruby/rb-preferences/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 12 22:14:45 PST 2011


Revision: 75925
          http://trac.macports.org/changeset/75925
Author:   ryandesign at macports.org
Date:     2011-02-12 22:14:42 -0800 (Sat, 12 Feb 2011)
Log Message:
-----------
rb-preferences: whitespace changes / reformatting / add modeline

Modified Paths:
--------------
    trunk/dports/ruby/rb-preferences/Portfile

Modified: trunk/dports/ruby/rb-preferences/Portfile
===================================================================
--- trunk/dports/ruby/rb-preferences/Portfile	2011-02-13 03:27:41 UTC (rev 75924)
+++ trunk/dports/ruby/rb-preferences/Portfile	2011-02-13 06:14:42 UTC (rev 75925)
@@ -1,18 +1,27 @@
+# -*- 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
 # $Id$
+
 PortSystem          1.0
 PortGroup           ruby 1.0
 
-ruby.setup          preferences 0.2 install.rb {README doc examples} 
+ruby.setup          preferences 0.2 install.rb {README doc examples}
+platforms           darwin
 maintainers         nomaintainer
+
 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
+
+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}
-platforms           darwin 
 extract.suffix      .tgz
+
+checksums           md5     0f07ea0c8e120a49694e2ac00b83448c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110212/795112b8/attachment.html>


More information about the macports-changes mailing list