[129295] trunk/dports/perl/p5-catalystx-component-traits/Portfile

mojca at macports.org mojca at macports.org
Tue Dec 9 16:45:43 PST 2014


Revision: 129295
          https://trac.macports.org/changeset/129295
Author:   mojca at macports.org
Date:     2014-12-09 16:45:43 -0800 (Tue, 09 Dec 2014)
Log Message:
-----------
p5-catalystx-component-traits: whitespace and status line only

Modified Paths:
--------------
    trunk/dports/perl/p5-catalystx-component-traits/Portfile

Modified: trunk/dports/perl/p5-catalystx-component-traits/Portfile
===================================================================
--- trunk/dports/perl/p5-catalystx-component-traits/Portfile	2014-12-10 00:43:44 UTC (rev 129294)
+++ trunk/dports/perl/p5-catalystx-component-traits/Portfile	2014-12-10 00:45:43 UTC (rev 129295)
@@ -1,32 +1,34 @@
+# -*- 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.10 5.12 5.14 5.16
-perl5.setup           CatalystX-Component-Traits 0.16
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Automatic Trait Loading and Resolution for Catalyst Components
-long_description      Adds a "COMPONENT" in Catalyst::Component method to your \
-                      Catalyst component base class that reads the optional \
-                      traits parameter from app and component config and \
-                      instantiates the component subclass with those traits \
-                      using "new_with_traits" in MooseX::Traits from \
-                      MooseX::Traits::Pluggable.
+perl5.branches      5.10 5.12 5.14 5.16
+perl5.setup         CatalystX-Component-Traits 0.16
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Automatic Trait Loading and Resolution for Catalyst Components
+long_description    Adds a "COMPONENT" in Catalyst::Component method to your \
+                    Catalyst component base class that reads the optional \
+                    traits parameter from app and component config and \
+                    instantiates the component subclass with those traits \
+                    using "new_with_traits" in MooseX::Traits from \
+                    MooseX::Traits::Pluggable.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 7165156a9ebc786146c710d2939f9c06 \
-                      sha1 1ed3138d3aeac8bc5ea7538caf462b6f593ffb82 \
-                      rmd160 8a28497ac41110bc6463ba60f689255543bbfb01
+checksums           md5 7165156a9ebc786146c710d2939f9c06 \
+                    sha1 1ed3138d3aeac8bc5ea7538caf462b6f593ffb82 \
+                    rmd160 8a28497ac41110bc6463ba60f689255543bbfb01
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-module-pluggable \
-                      port:p${perl5.major}-catalyst-runtime \
-                      port:p${perl5.major}-list-moreutils \
-                      port:p${perl5.major}-moosex-traits-pluggable \
-                      port:p${perl5.major}-namespace-autoclean \
-                      port:p${perl5.major}-test-simple
+    depends_lib-append \
+                    port:p${perl5.major}-module-pluggable \
+                    port:p${perl5.major}-catalyst-runtime \
+                    port:p${perl5.major}-list-moreutils \
+                    port:p${perl5.major}-moosex-traits-pluggable \
+                    port:p${perl5.major}-namespace-autoclean \
+                    port:p${perl5.major}-test-simple
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141209/676760fd/attachment.html>


More information about the macports-changes mailing list