[105965] trunk/dports/ruby/rb-rmagick/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat May 11 02:09:58 PDT 2013


Revision: 105965
          https://trac.macports.org/changeset/105965
Author:   ryandesign at macports.org
Date:     2013-05-11 02:09:58 -0700 (Sat, 11 May 2013)
Log Message:
-----------
rb-rmagick: whitespace and formatting changes; add modeline

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

Modified: trunk/dports/ruby/rb-rmagick/Portfile
===================================================================
--- trunk/dports/ruby/rb-rmagick/Portfile	2013-05-11 09:09:29 UTC (rev 105964)
+++ trunk/dports/ruby/rb-rmagick/Portfile	2013-05-11 09:09:58 UTC (rev 105965)
@@ -1,33 +1,37 @@
+# -*- 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
+PortSystem              1.0
+PortGroup               ruby 1.0
 
 ruby.setup              RMagick 2.13.2 setup.rb {README.html examples} rubyforge:76735
-maintainers		nomaintainer
-description		The Ruby interface to ImageMagick
-long_description	RMagick is an interface between the Ruby programming \
-			language and the ImageMagick image processing library. It is \
-			fully featured and has good documentation.
-categories-append	graphics
-license			MIT
-use_bzip2		yes
+categories-append       graphics
+platforms               darwin
+maintainers             nomaintainer
+license                 MIT
 
+description             The Ruby interface to ImageMagick
+
+long_description        RMagick is an interface between the Ruby programming \
+                        language and the ImageMagick image processing library. It is \
+                        fully featured and has good documentation.
+
+use_bzip2               yes
+
 checksums               rmd160  c4be179241f9e72b00ac9991bdfa4ea0c958362c \
                         shaw56  a5bb201ecc1e2ac769068c72666a0edca67c089
 
-platforms		darwin
+depends_lib-append      port:ImageMagick
 
-depends_lib-append	port:ImageMagick
-
 pre-configure {
-	foreach exe {wmf2eps gs} {
-		if {[catch {set found [binaryInPath ${exe}]}] != 0} {
-			ui_warn "${exe} is not installed, some RMagick examples will fail."
-		} else {
-			ui_info "${exe} found: ${found}"
-		}
-	}
+    foreach exe {wmf2eps gs} {
+        if {[catch {set found [binaryInPath ${exe}]}] != 0} {
+            ui_warn "${exe} is not installed, some RMagick examples will fail."
+        } else {
+            ui_info "${exe} found: ${found}"
+        }
+    }
 }
-configure.args	--doc-dir=${prefix}/share/doc/${name}/userguide \
-				--allow-example-errors
+
+configure.args          --doc-dir=${prefix}/share/doc/${name}/userguide \
+                        --allow-example-errors
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130511/f1cb1896/attachment.html>


More information about the macports-changes mailing list