[128592] trunk/dports/perl/p5-data-page/Portfile

devans at macports.org devans at macports.org
Mon Nov 24 01:04:33 PST 2014


Revision: 128592
          https://trac.macports.org/changeset/128592
Author:   devans at macports.org
Date:     2014-11-24 01:04:33 -0800 (Mon, 24 Nov 2014)
Log Message:
-----------
p5-data-page: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-data-page/Portfile

Modified: trunk/dports/perl/p5-data-page/Portfile
===================================================================
--- trunk/dports/perl/p5-data-page/Portfile	2014-11-24 08:57:28 UTC (rev 128591)
+++ trunk/dports/perl/p5-data-page/Portfile	2014-11-24 09:04:33 UTC (rev 128592)
@@ -1,30 +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               Data-Page 2.02
-revision                  3
-license                   {Artistic-1 GPL}
-maintainers               nomaintainer
-description               help when paging through sets of results
-long_description          When searching through large amounts of data, it is \
-                          often the case that a result set is returned that \
-                          is larger than we want to display on one page. This \
-                          results in wanting to page through various pages of \
-                          data. The maths behind this is unfortunately fiddly, \
-                          hence this module.
+perl5.setup         Data-Page 2.02
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         help when paging through sets of results
+long_description    When searching through large amounts of data, it is \
+                    often the case that a result set is returned that \
+                    is larger than we want to display on one page. This \
+                    results in wanting to page through various pages of \
+                    data. The maths behind this is unfortunately fiddly, \
+                    hence this module.
 
-platforms                 darwin
+platforms           darwin
 
-checksums                 md5 57f9aed8a79687a2712adf7bf2f9cc4d \
-                          sha1 b2dd33ba174dc6a00324e436c6dc0ed50c7b2217 \
-                          rmd160 42095dfc9a9043fedcf025ee0ebe485823468605
+checksums           md5 57f9aed8a79687a2712adf7bf2f9cc4d \
+                    sha1 b2dd33ba174dc6a00324e436c6dc0ed50c7b2217 \
+                    rmd160 42095dfc9a9043fedcf025ee0ebe485823468605
 
 if {${perl5.major} != ""} {
-depends_lib-append        port:p${perl5.major}-class-accessor-chained \
-                          port:p${perl5.major}-test-exception
+    depends_lib-append \
+                    port:p${perl5.major}-class-accessor-chained \
+                    port:p${perl5.major}-test-exception
 
-perl5.use_module_build
+    perl5.use_module_build
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141124/4b4cc9bd/attachment.html>


More information about the macports-changes mailing list