[128513] trunk/dports/perl
devans at macports.org
devans at macports.org
Sat Nov 22 10:04:23 PST 2014
Revision: 128513
https://trac.macports.org/changeset/128513
Author: devans at macports.org
Date: 2014-11-22 10:04:23 -0800 (Sat, 22 Nov 2014)
Log Message:
-----------
p5-moosex-*: where necessary, add mode line and retab, white space only.
Modified Paths:
--------------
trunk/dports/perl/p5-moosex-emulate-class-accessor-fast/Portfile
trunk/dports/perl/p5-moosex-methodattributes/Portfile
trunk/dports/perl/p5-moosex-multiinitarg/Portfile
trunk/dports/perl/p5-moosex-params-validate/Portfile
trunk/dports/perl/p5-moosex-role-parameterized/Portfile
trunk/dports/perl/p5-moosex-role-withoverloading/Portfile
trunk/dports/perl/p5-moosex-semiaffordanceaccessor/Portfile
trunk/dports/perl/p5-moosex-traits-pluggable/Portfile
trunk/dports/perl/p5-moosex-types-common/Portfile
Modified: trunk/dports/perl/p5-moosex-emulate-class-accessor-fast/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-emulate-class-accessor-fast/Portfile 2014-11-22 17:47:34 UTC (rev 128512)
+++ trunk/dports/perl/p5-moosex-emulate-class-accessor-fast/Portfile 2014-11-22 18:04:23 UTC (rev 128513)
@@ -1,26 +1,28 @@
+# -*- 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 MooseX-Emulate-Class-Accessor-Fast 0.00903
-revision 3
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description Emulate Class::Accessor::Fast behavior using Moose attributes
-long_description This module attempts to emulate the behavior of \
- Class::Accessor::Fast as accurately as possible \
- using the Moose attribute system.
+perl5.setup MooseX-Emulate-Class-Accessor-Fast 0.00903
+revision 3
+license {Artistic-1 GPL}
+maintainers nomaintainer
+description Emulate Class::Accessor::Fast behavior using Moose attributes
+long_description This module attempts to emulate the behavior of \
+ Class::Accessor::Fast as accurately as possible \
+ using the Moose attribute system.
-platforms darwin
+platforms darwin
-checksums md5 edb0d626207e7db61154b5cc65112638 \
- sha1 ef19e4ac9af934321f9a34b67acf1d4d98e8bd84 \
- rmd160 b49cf954f80b3743bee590a1cba65b4eb42ee682
+checksums md5 edb0d626207e7db61154b5cc65112638 \
+ sha1 ef19e4ac9af934321f9a34b67acf1d4d98e8bd84 \
+ rmd160 b49cf954f80b3743bee590a1cba65b4eb42ee682
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-test-exception \
- port:p${perl5.major}-moose \
- port:p${perl5.major}-namespace-clean
+ depends_lib-append \
+ port:p${perl5.major}-test-exception \
+ port:p${perl5.major}-moose \
+ port:p${perl5.major}-namespace-clean
}
Modified: trunk/dports/perl/p5-moosex-methodattributes/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-methodattributes/Portfile 2014-11-22 17:47:34 UTC (rev 128512)
+++ trunk/dports/perl/p5-moosex-methodattributes/Portfile 2014-11-22 18:04:23 UTC (rev 128513)
@@ -1,28 +1,30 @@
+# -*- 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 MooseX-MethodAttributes 0.24
-revision 3
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description code attribute introspection
-long_description This module allows code attributes of methods to be \
- introspected using Moose meta method objects.
+perl5.setup MooseX-MethodAttributes 0.24
+revision 3
+license {Artistic-1 GPL}
+maintainers nomaintainer
+description code attribute introspection
+long_description This module allows code attributes of methods to be \
+ introspected using Moose meta method objects.
-platforms darwin
+platforms darwin
-checksums md5 e1df13695aa3af2d63d1ac507d65906f \
- sha1 62f8122149cda97e0ee453a09e82588c7b1d5506 \
- rmd160 d672bfec0b21db8e381625526a29038637923c78
+checksums md5 e1df13695aa3af2d63d1ac507d65906f \
+ sha1 62f8122149cda97e0ee453a09e82588c7b1d5506 \
+ rmd160 d672bfec0b21db8e381625526a29038637923c78
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-moose \
- port:p${perl5.major}-moosex-types \
- port:p${perl5.major}-test-exception \
- port:p${perl5.major}-test-simple \
- port:p${perl5.major}-namespace-autoclean \
- port:p${perl5.major}-namespace-clean
+ depends_lib-append \
+ port:p${perl5.major}-moose \
+ port:p${perl5.major}-moosex-types \
+ port:p${perl5.major}-test-exception \
+ port:p${perl5.major}-test-simple \
+ port:p${perl5.major}-namespace-autoclean \
+ port:p${perl5.major}-namespace-clean
}
Modified: trunk/dports/perl/p5-moosex-multiinitarg/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-multiinitarg/Portfile 2014-11-22 17:47:34 UTC (rev 128512)
+++ trunk/dports/perl/p5-moosex-multiinitarg/Portfile 2014-11-22 18:04:23 UTC (rev 128513)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -19,5 +20,6 @@
rmd160 3fcb6f7a03fa5e71ca78f12436c9a12f7ad345a3
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-moose
+ depends_lib-append \
+ port:p${perl5.major}-moose
}
Modified: trunk/dports/perl/p5-moosex-params-validate/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-params-validate/Portfile 2014-11-22 17:47:34 UTC (rev 128512)
+++ trunk/dports/perl/p5-moosex-params-validate/Portfile 2014-11-22 18:04:23 UTC (rev 128513)
@@ -1,29 +1,31 @@
+# -*- 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 MooseX-Params-Validate 0.16 ../by-authors/id/D/DR/DROLSKY/
-revision 4
-license {Artistic-1 GPL}
-maintainers nomaintainer
-supported_archs noarch
+perl5.setup MooseX-Params-Validate 0.16 ../by-authors/id/D/DR/DROLSKY/
+revision 4
+license {Artistic-1 GPL}
+maintainers nomaintainer
+supported_archs noarch
-description an extension of Params::Validate for using Moose's types
-long_description ${description}
+description an extension of Params::Validate for using Moose's types
+long_description ${description}
-platforms darwin
+platforms darwin
-checksums md5 625a7572196ba61c98e6640c11ffa2c5 \
- sha1 23325d65b3f2c34bf14c83145c4ab20029e164b9 \
- rmd160 9130b8e637cc9d10585aa9732735dee9df5091b0
+checksums md5 625a7572196ba61c98e6640c11ffa2c5 \
+ sha1 23325d65b3f2c34bf14c83145c4ab20029e164b9 \
+ rmd160 9130b8e637cc9d10585aa9732735dee9df5091b0
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-test-fatal \
- port:p${perl5.major}-devel-caller \
- port:p${perl5.major}-moose \
- port:p${perl5.major}-params-validate \
- port:p${perl5.major}-sub-exporter \
- port:p${perl5.major}-test-simple
+ depends_lib-append \
+ port:p${perl5.major}-test-fatal \
+ port:p${perl5.major}-devel-caller \
+ port:p${perl5.major}-moose \
+ port:p${perl5.major}-params-validate \
+ port:p${perl5.major}-sub-exporter \
+ port:p${perl5.major}-test-simple
}
Modified: trunk/dports/perl/p5-moosex-role-parameterized/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-role-parameterized/Portfile 2014-11-22 17:47:34 UTC (rev 128512)
+++ trunk/dports/perl/p5-moosex-role-parameterized/Portfile 2014-11-22 18:04:23 UTC (rev 128513)
@@ -20,5 +20,6 @@
rmd160 fe4a94c0e32f74fc6c98ab31caa14a6312c934c5
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-moose
+ depends_lib-append \
+ port:p${perl5.major}-moose
}
Modified: trunk/dports/perl/p5-moosex-role-withoverloading/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-role-withoverloading/Portfile 2014-11-22 17:47:34 UTC (rev 128512)
+++ trunk/dports/perl/p5-moosex-role-withoverloading/Portfile 2014-11-22 18:04:23 UTC (rev 128513)
@@ -1,31 +1,33 @@
+# -*- 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 MooseX-Role-WithOverloading 0.09 ../by-authors/id/F/FL/FLORA/
-revision 3
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description Roles which support overloading
-long_description MooseX::Role::WithOverloading allows you to write a \
- Moose::Role which defines overloaded operators and \
- allows those operator overloadings to be composed into \
- the classes/roles/instances it's compiled to, while \
- plain Moose::Roles would lose the overloading.
+perl5.setup MooseX-Role-WithOverloading 0.09 ../by-authors/id/F/FL/FLORA/
+revision 3
+license {Artistic-1 GPL}
+maintainers nomaintainer
+description Roles which support overloading
+long_description MooseX::Role::WithOverloading allows you to write a \
+ Moose::Role which defines overloaded operators and \
+ allows those operator overloadings to be composed into \
+ the classes/roles/instances it's compiled to, while \
+ plain Moose::Roles would lose the overloading.
-platforms darwin
+platforms darwin
-checksums md5 47a9ba06b0d2ca69a1fd65482852ee4a \
- sha1 020407e73083bb54c7b3582e6449319a4c1982ff \
- rmd160 4927d86ccfc907ee26e82d7f128fdc27106041b3
+checksums md5 47a9ba06b0d2ca69a1fd65482852ee4a \
+ sha1 020407e73083bb54c7b3582e6449319a4c1982ff \
+ rmd160 4927d86ccfc907ee26e82d7f128fdc27106041b3
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-moose \
- port:p${perl5.major}-moosex-types \
- port:p${perl5.major}-aliased \
- port:p${perl5.major}-namespace-autoclean \
- port:p${perl5.major}-namespace-clean \
- port:p${perl5.major}-test-simple
+ depends_lib-append \
+ port:p${perl5.major}-moose \
+ port:p${perl5.major}-moosex-types \
+ port:p${perl5.major}-aliased \
+ port:p${perl5.major}-namespace-autoclean \
+ port:p${perl5.major}-namespace-clean \
+ port:p${perl5.major}-test-simple
}
Modified: trunk/dports/perl/p5-moosex-semiaffordanceaccessor/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-semiaffordanceaccessor/Portfile 2014-11-22 17:47:34 UTC (rev 128512)
+++ trunk/dports/perl/p5-moosex-semiaffordanceaccessor/Portfile 2014-11-22 18:04:23 UTC (rev 128513)
@@ -1,27 +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
-perl5.setup MooseX-SemiAffordanceAccessor 0.09
-revision 2
-license Artistic-2
-maintainers nomaintainer
-supported_archs noarch
+perl5.setup MooseX-SemiAffordanceAccessor 0.09
+revision 2
+license Artistic-2
+maintainers nomaintainer
+supported_archs noarch
-description Name your accessors foo() and set_foo()
-long_description This module does not provide any methods. Simply \
- loading it changes the default naming policy for the \
- loading class so that accessors are separated into \
- get and set methods.
+description Name your accessors foo() and set_foo()
+long_description This module does not provide any methods. Simply \
+ loading it changes the default naming policy for the \
+ loading class so that accessors are separated into \
+ get and set methods.
-platforms darwin
+platforms darwin
-checksums sha1 fa6ea1b78889a1a4e03f4e51f2d02abedf10318b \
- rmd160 e14b2b268e09d40cd1a0c0d8884fa54df75c3508
+checksums sha1 fa6ea1b78889a1a4e03f4e51f2d02abedf10318b \
+ rmd160 e14b2b268e09d40cd1a0c0d8884fa54df75c3508
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-moose \
- port:p${perl5.major}-test-simple
+ depends_lib-append \
+ port:p${perl5.major}-moose \
+ port:p${perl5.major}-test-simple
}
Modified: trunk/dports/perl/p5-moosex-traits-pluggable/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-traits-pluggable/Portfile 2014-11-22 17:47:34 UTC (rev 128512)
+++ trunk/dports/perl/p5-moosex-traits-pluggable/Portfile 2014-11-22 18:04:23 UTC (rev 128513)
@@ -1,26 +1,28 @@
+# -*- 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 MooseX-Traits-Pluggable 0.10
-revision 4
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description an extension to MooseX::Traits
-long_description Adds support for class precedence search for traits \
- and some extra attributes.
+perl5.setup MooseX-Traits-Pluggable 0.10
+revision 4
+license {Artistic-1 GPL}
+maintainers nomaintainer
+description an extension to MooseX::Traits
+long_description Adds support for class precedence search for traits \
+ and some extra attributes.
-platforms darwin
+platforms darwin
-checksums md5 7d7af140b575c7b1e32044e2876f6401 \
- sha1 d0d2b1db828172c72d66bba36d58ba803d12ed4c \
- rmd160 cc8ceb69fe48555542441237c59c9cbbceae044e
+checksums md5 7d7af140b575c7b1e32044e2876f6401 \
+ sha1 d0d2b1db828172c72d66bba36d58ba803d12ed4c \
+ rmd160 cc8ceb69fe48555542441237c59c9cbbceae044e
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-test-exception \
- port:p${perl5.major}-list-moreutils \
- port:p${perl5.major}-moose \
- port:p${perl5.major}-namespace-autoclean
+ depends_lib-append \
+ port:p${perl5.major}-test-exception \
+ port:p${perl5.major}-list-moreutils \
+ port:p${perl5.major}-moose \
+ port:p${perl5.major}-namespace-autoclean
}
Modified: trunk/dports/perl/p5-moosex-types-common/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-types-common/Portfile 2014-11-22 17:47:34 UTC (rev 128512)
+++ trunk/dports/perl/p5-moosex-types-common/Portfile 2014-11-22 18:04:23 UTC (rev 128513)
@@ -1,25 +1,27 @@
+# -*- 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 MooseX-Types-Common 0.001002
-revision 3
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description A set of commonly-used type constraints that do not \
- ship with Moose by default.
-long_description ${description}
+perl5.setup MooseX-Types-Common 0.001002
+revision 3
+license {Artistic-1 GPL}
+maintainers nomaintainer
+description A set of commonly-used type constraints that do not \
+ ship with Moose by default.
+long_description ${description}
-platforms darwin
+platforms darwin
-checksums md5 aedadf906fc19dd4b75529c01c3a1d73 \
- sha1 78be7f227c31f7763c27bd77a741ad293b7155e3 \
- rmd160 97bdf55ab77800de789b5d4262366c23399a5e2b
+checksums md5 aedadf906fc19dd4b75529c01c3a1d73 \
+ sha1 78be7f227c31f7763c27bd77a741ad293b7155e3 \
+ rmd160 97bdf55ab77800de789b5d4262366c23399a5e2b
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-moose \
- port:p${perl5.major}-moosex-types \
- port:p${perl5.major}-test-exception
+ depends_lib-append \
+ port:p${perl5.major}-moose \
+ port:p${perl5.major}-moosex-types \
+ port:p${perl5.major}-test-exception
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141122/158e04c1/attachment.html>
More information about the macports-changes
mailing list