[124000] trunk/dports/perl/p5-io-zlib/Portfile

devans at macports.org devans at macports.org
Sun Aug 17 02:40:20 PDT 2014


Revision: 124000
          https://trac.macports.org/changeset/124000
Author:   devans at macports.org
Date:     2014-08-17 02:40:20 -0700 (Sun, 17 Aug 2014)
Log Message:
-----------
p5-io-zlib: add mode line and retab, whitespace only.

Modified Paths:
--------------
    trunk/dports/perl/p5-io-zlib/Portfile

Modified: trunk/dports/perl/p5-io-zlib/Portfile
===================================================================
--- trunk/dports/perl/p5-io-zlib/Portfile	2014-08-17 09:36:58 UTC (rev 123999)
+++ trunk/dports/perl/p5-io-zlib/Portfile	2014-08-17 09:40:20 UTC (rev 124000)
@@ -1,28 +1,29 @@
+# -*- 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           IO-Zlib 1.10
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           IO::-style interface to Compress::Zlib
-long_description      This modules provides an IO:: style interface to the \
-                      Compress::Zlib package. The main advantage is that you \
-                      can use an IO::Zlib object in much the same way as an \
-                      IO::File object so you can have common code that doesn't \
-                      know which sort of file it is using.
+perl5.setup         IO-Zlib 1.10
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         IO::-style interface to Compress::Zlib
+long_description    This modules provides an IO:: style interface to the \
+                    Compress::Zlib package. The main advantage is that you \
+                    can use an IO::Zlib object in much the same way as an \
+                    IO::File object so you can have common code that doesn't \
+                    know which sort of file it is using.
 
-platforms             darwin
+platforms           darwin
 
 checksums           rmd160  e7e021350568003f004a41aa9f08933836b37237 \
                     sha256  fda584f55531e5102c350b9490673be3465e356602bf3b3d2a93f3a597f2d4d4
 
 if {${perl5.major} != ""} {
-	depends_lib-append \
-		    port:p${perl5.major}-io-compress
+    depends_lib-append \
+                    port:p${perl5.major}-io-compress
 
-	supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140817/55dcafe6/attachment.html>


More information about the macports-changes mailing list