[91457] trunk/dports/perl/p5-glib/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 2 09:05:28 PDT 2012


Revision: 91457
          https://trac.macports.org/changeset/91457
Author:   ryandesign at macports.org
Date:     2012-04-02 09:05:28 -0700 (Mon, 02 Apr 2012)
Log Message:
-----------
p5-glib: whitespace and formatting changes; add modeline

Modified Paths:
--------------
    trunk/dports/perl/p5-glib/Portfile

Modified: trunk/dports/perl/p5-glib/Portfile
===================================================================
--- trunk/dports/perl/p5-glib/Portfile	2012-04-02 16:03:29 UTC (rev 91456)
+++ trunk/dports/perl/p5-glib/Portfile	2012-04-02 16:05:28 UTC (rev 91457)
@@ -1,27 +1,30 @@
+# -*- 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.setup			Glib 1.240
-maintainers			nomaintainer
-description			Access to GLib and GObject
-long_description \
-	This module provides perl access to Glib and GLibs GObject libraries.  \
-	GLib is a portability and utility library, GObject provides a generic \
-	type system with inheritance and a powerful signal system.
+perl5.setup         Glib 1.240
+platforms           darwin
+maintainers         nomaintainer
+license             LGPL-2.1+
 
-platforms			darwin
-license			LGPL-2.1+
+description         Access to GLib and GObject
 
-homepage			http://gtk2-perl.sourceforge.net/
-master_sites		sourceforge:project/gtk2-perl/Glib/${perl5.moduleversion}
+long_description    This module provides perl access to Glib and GLibs GObject \
+                    libraries. GLib is a portability and utility library, \
+                    GObject provides a generic type system with inheritance \
+                    and a powerful signal system.
 
-checksums               rmd160  df96c047f58c32cb7dd5eae4c9b2912f0f4e4724 \
-                        sha256  f47b3a6821133df3303c09057a2747df1fcfb022dc1cff007a9a8435a3ff5611
+homepage            http://gtk2-perl.sourceforge.net/
+master_sites        sourceforge:project/gtk2-perl/Glib/${perl5.moduleversion}
 
+checksums           rmd160  df96c047f58c32cb7dd5eae4c9b2912f0f4e4724 \
+                    sha256  f47b3a6821133df3303c09057a2747df1fcfb022dc1cff007a9a8435a3ff5611
+
 if {${perl5.major} != ""} {
-depends_lib-append		path:lib/pkgconfig/glib-2.0.pc:glib2 \
-			port:p${perl5.major}-extutils-depends \
-			port:p${perl5.major}-extutils-pkgconfig
+    depends_lib-append \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:p${perl5.major}-extutils-depends \
+                    port:p${perl5.major}-extutils-pkgconfig
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120402/ddbab27c/attachment.html>


More information about the macports-changes mailing list