[116049] trunk/dports/perl/p5-gnome2-vfs/Portfile

devans at macports.org devans at macports.org
Thu Jan 16 15:37:26 PST 2014


Revision: 116049
          https://trac.macports.org/changeset/116049
Author:   devans at macports.org
Date:     2014-01-16 15:37:26 -0800 (Thu, 16 Jan 2014)
Log Message:
-----------
p5-gnome2-vfs: add mode line, reformat, whitespace only.

Modified Paths:
--------------
    trunk/dports/perl/p5-gnome2-vfs/Portfile

Modified: trunk/dports/perl/p5-gnome2-vfs/Portfile
===================================================================
--- trunk/dports/perl/p5-gnome2-vfs/Portfile	2014-01-16 23:26:40 UTC (rev 116048)
+++ trunk/dports/perl/p5-gnome2-vfs/Portfile	2014-01-16 23:37:26 UTC (rev 116049)
@@ -1,32 +1,32 @@
+# -*- 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			perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup			Gnome2-VFS 1.081
+perl5.setup         Gnome2-VFS 1.081
 revision            4
-license				LGPL-2.1+
-maintainers			nomaintainer
-description			Bindings to Gtk+ library
-long_description \
-	Perl bindings to the 2.x series of the Gtk+ graphical user interface \
-	library.  This module allows you to write graphical user interfaces in \
-	a perlish and object-oriented way, freeing you from the casting and \
-	memory management in C, yet remaining very close in spirit to original \
-	API.
+license             LGPL-2.1+
+maintainers         nomaintainer
+description         Bindings to Gtk+ library
+long_description    Perl bindings to the 2.x series of the Gtk+ graphical user interface \
+                    library.  This module allows you to write graphical user interfaces in \
+                    a perlish and object-oriented way, freeing you from the casting and \
+                    memory management in C, yet remaining very close in spirit to original \
+                    API.
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://gtk2-perl.sourceforge.net/
-master_sites		sourceforge:project/gtk2-perl/Gnome2_VFS/${perl5.moduleversion}
+homepage            http://gtk2-perl.sourceforge.net/
+master_sites        sourceforge:project/gtk2-perl/Gnome2_VFS/${perl5.moduleversion}
 
-checksums			md5 3d220cbbe9f1ebc78d7047593f9cd633 \
-					sha1 4495417f5b2b95e14bb199a0fc815145332d5e08
+checksums           md5 3d220cbbe9f1ebc78d7047593f9cd633 \
+                    sha1 4495417f5b2b95e14bb199a0fc815145332d5e08
 
 if {${perl5.major} != ""} {
-depends_lib-append		lib:libgnomevfs-2:gnome-vfs \
-				port:p${perl5.major}-extutils-depends \
-				port:p${perl5.major}-extutils-pkgconfig \
-				port:p${perl5.major}-glib
+    depends_lib-appen   lib:libgnomevfs-2:gnome-vfs \
+                        port:p${perl5.major}-extutils-depends \
+                        port:p${perl5.major}-extutils-pkgconfig \
+                        port:p${perl5.major}-glib
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140116/c7651664/attachment.html>


More information about the macports-changes mailing list