[128034] trunk/dports/perl/p5-gd/Portfile

devans at macports.org devans at macports.org
Mon Nov 10 21:05:27 PST 2014


Revision: 128034
          https://trac.macports.org/changeset/128034
Author:   devans at macports.org
Date:     2014-11-10 21:05:27 -0800 (Mon, 10 Nov 2014)
Log Message:
-----------
p5-gd: add mode line and retab, white space only.

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

Modified: trunk/dports/perl/p5-gd/Portfile
===================================================================
--- trunk/dports/perl/p5-gd/Portfile	2014-11-11 05:00:01 UTC (rev 128033)
+++ trunk/dports/perl/p5-gd/Portfile	2014-11-11 05:05:27 UTC (rev 128034)
@@ -1,23 +1,24 @@
+# -*- 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 5.18 5.20
 perl5.setup         GD 2.53
-license		{Artistic-2 GPL}
-maintainers		nomaintainer
-description		Module interface to libgd
-long_description	${description}
+license             {Artistic-2 GPL}
+maintainers         nomaintainer
+description         Module interface to libgd
+long_description    ${description}
 
-platforms			darwin
+platforms           darwin
 
 checksums           rmd160  9caa098c6578390d24667b0c7e91557134bc60fb \
                     sha256  d05d01fe95e581adb3468cf05ab5d405db7497c0fb3ec7ecf23d023705fab7aa
 
 if {${perl5.major} != ""} {
-depends_lib-append		port:gd2 port:libpng
+    depends_lib-append port:gd2 port:libpng
 
-## configure.post_args	-options "JPEG,FT,PNG" -lib_gd_path ${prefix}/lib/libgd.dylib \
-## 			LIBS="-lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz -liconv -lgd"
+## configure.post_args  -options "JPEG,FT,PNG" -lib_gd_path ${prefix}/lib/libgd.dylib \
+##          LIBS="-lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz -liconv -lgd"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141110/21b75a48/attachment.html>


More information about the macports-changes mailing list