[136229] trunk/dports/perl/p5-sort-versions/Portfile

devans at macports.org devans at macports.org
Tue May 12 09:09:30 PDT 2015


Revision: 136229
          https://trac.macports.org/changeset/136229
Author:   devans at macports.org
Date:     2015-05-12 09:09:30 -0700 (Tue, 12 May 2015)
Log Message:
-----------
p5-sort-versions: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-sort-versions/Portfile

Modified: trunk/dports/perl/p5-sort-versions/Portfile
===================================================================
--- trunk/dports/perl/p5-sort-versions/Portfile	2015-05-12 15:53:08 UTC (rev 136228)
+++ trunk/dports/perl/p5-sort-versions/Portfile	2015-05-12 16:09:30 UTC (rev 136229)
@@ -1,22 +1,23 @@
+# -*- 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.16 5.18 5.20
-perl5.setup     Sort-Versions 1.60
-license         {Artistic-1 GPL}
-maintainers     nomaintainer
-description     A perl 5 module for sorting of revision-like numbers.
-long_description Sort::Versions allows easy sorting of mixed non-numeric and numeric \
-                strings, like the 'version numbers' that many shared library systems \
-                and revision control packages use. This is quite useful if you are \
-                trying to deal with shared libraries. It can also be applied to applications \
-                that intersperse variable-width numeric fields within text.
+perl5.setup         Sort-Versions 1.60
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         A perl 5 module for sorting of revision-like numbers.
+long_description    Sort::Versions allows easy sorting of mixed non-numeric and numeric \
+                    strings, like the 'version numbers' that many shared library systems \
+                    and revision control packages use. This is quite useful if you are \
+                    trying to deal with shared libraries. It can also be applied to applications \
+                    that intersperse variable-width numeric fields within text.
 
-platforms       darwin
+platforms           darwin
 
-checksums       rmd160  328686a95f3bdc2b4fb50ba9eafb551a4b76dbc4 \
-                sha256  106b269c35588a3b114f72f5b651e30bc312fa9de5f33e8bd53f66f1fc4220e5
+checksums           rmd160  328686a95f3bdc2b4fb50ba9eafb551a4b76dbc4 \
+                    sha256  106b269c35588a3b114f72f5b651e30bc312fa9de5f33e8bd53f66f1fc4220e5
 
-supported_archs noarch
+supported_archs     noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150512/b7a88db4/attachment-0001.html>


More information about the macports-changes mailing list