[128692] trunk/dports/perl/p5-text-recordparser/Portfile

devans at macports.org devans at macports.org
Tue Nov 25 12:42:04 PST 2014


Revision: 128692
          https://trac.macports.org/changeset/128692
Author:   devans at macports.org
Date:     2014-11-25 12:42:04 -0800 (Tue, 25 Nov 2014)
Log Message:
-----------
p5-text-recordparser: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-text-recordparser/Portfile

Modified: trunk/dports/perl/p5-text-recordparser/Portfile
===================================================================
--- trunk/dports/perl/p5-text-recordparser/Portfile	2014-11-25 20:38:38 UTC (rev 128691)
+++ trunk/dports/perl/p5-text-recordparser/Portfile	2014-11-25 20:42:04 UTC (rev 128692)
@@ -1,33 +1,35 @@
+# -*- 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               Text-RecordParser 1.5.0 ../by-authors/id/K/KC/KCLARK/
-revision                  3
-license                   GPL-2
-maintainers               nomaintainer
-description               read record-oriented files
-long_description          This module is for reading record-oriented data \
-                          in a delimited text file.
-distname                  ${perl5.module}-v${perl5.moduleversion}
+perl5.setup         Text-RecordParser 1.5.0 ../by-authors/id/K/KC/KCLARK/
+revision            3
+license             GPL-2
+maintainers         nomaintainer
+description         read record-oriented files
+long_description    This module is for reading record-oriented data \
+                    in a delimited text file.
+distname            ${perl5.module}-v${perl5.moduleversion}
 
-platforms                 darwin
+platforms           darwin
 
-checksums                 md5 08c9104263563c157ca076aa97900dc4 \
-                          sha1 d829d7ab5ef43df0d6af01ee8adad5742682f832 \
-                          rmd160 6124656efaa7f3f208cb9338cfe0ebc1fe5e1a2e
+checksums           md5 08c9104263563c157ca076aa97900dc4 \
+                    sha1 d829d7ab5ef43df0d6af01ee8adad5742682f832 \
+                    rmd160 6124656efaa7f3f208cb9338cfe0ebc1fe5e1a2e
 
 if {${perl5.major} != ""} {
-depends_lib-append        port:p${perl5.major}-io-stringy \
-                          port:p${perl5.major}-class-accessor \
-                          port:p${perl5.major}-readonly \
-                          port:p${perl5.major}-list-moreutils \
-                          port:p${perl5.major}-version \
-                          port:p${perl5.major}-test-exception \
-                          port:p${perl5.major}-text-tabulardisplay \
-                          port:p${perl5.major}-readonly-xs
+    depends_lib-append \
+                    port:p${perl5.major}-io-stringy \
+                    port:p${perl5.major}-class-accessor \
+                    port:p${perl5.major}-readonly \
+                    port:p${perl5.major}-list-moreutils \
+                    port:p${perl5.major}-version \
+                    port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-text-tabulardisplay \
+                    port:p${perl5.major}-readonly-xs
 
-perl5.use_module_build
+    perl5.use_module_build
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141125/8474f1e6/attachment.html>


More information about the macports-changes mailing list