Port details on branch 2023Q4 |
- p5-MooseX-Role-Parameterized Roles with composition parameters
- 1.11 devel =5 1.11Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2009-11-02 13:28:25
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libevent, libXdamage, autoconf, php81-pear, p5-ExtUtils-Install
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/MooseX-Role-Parameterized
- Description:
- Roles are composable units of behavior. They are useful for factoring out
functionality common to many classes from any part of your class hierarchy. See
L<Moose::Cookbook::Roles::Comparable_CodeReuse> for an introduction to
L<Moose::Role>.
While combining roles affords you a great deal of flexibility, individual roles
have very little in the way of configurability. Core Moose provides C<-alias>
for renaming methods and C<-excludes> for ignoring methods. These options are
primarily for resolving role conflicts. Depending on how much of a purist you
are, these options are I<solely> for resolving role conflicts. See
L<Moose::Cookbook::Roles::Restartable_AdvancedComposition> for more about
C<-alias> and C<-excludes>.
Because roles serve many different masters, they usually provide only the least
common denominator of functionality. To empower roles further, more
configurability than C<-alias> and C<-excludes> is required. Perhaps your role
needs to know which method to call when it is done processing. Or what default
value to use for its C<url> attribute.
Parameterized roles offer a solution to these (and other) kinds of problems.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-MooseX-Role-Parameterized>0:devel/p5-MooseX-Role-Parameterized
- To install the port:
- cd /usr/ports/devel/p5-MooseX-Role-Parameterized/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-MooseX-Role-Parameterized
- pkg install p5-MooseX-Role-Parameterized
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-MooseX-Role-Parameterized
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1563692663
SHA256 (MooseX-Role-Parameterized-1.11.tar.gz) = 1cfe766c5d7f0ecab57f733dcca430a2a2acd6b995757141b940ade3692bec9e
SIZE (MooseX-Role-Parameterized-1.11.tar.gz) = 49548
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Module-Runtime>=0 : devel/p5-Module-Runtime
- p5-Moose>=2.0300 : devel/p5-Moose
- p5-namespace-autoclean>=0 : devel/p5-namespace-autoclean
- p5-namespace-clean>=0.19 : devel/p5-namespace-clean
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build-Tiny>=0.039 : devel/p5-Module-Build-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Module-Runtime>=0 : devel/p5-Module-Runtime
- p5-Moose>=2.0300 : devel/p5-Moose
- p5-namespace-autoclean>=0 : devel/p5-namespace-autoclean
- p5-namespace-clean>=0.19 : devel/p5-namespace-clean
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-DBIx-Class-DeploymentHandler
- databases/p5-Mongoose
- devel/p5-AnyEvent-Subprocess
- devel/p5-Dist-Zilla
- devel/p5-MooseX-AttributeShortcuts
- devel/p5-MooseX-Declare
- devel/p5-MooseX-Getopt
- for Run
-
- databases/p5-DBIx-Class-DeploymentHandler
- databases/p5-Mongoose
- devel/p5-AnyEvent-Subprocess
- devel/p5-Dist-Zilla
- devel/p5-MooseX-AttributeShortcuts
- devel/p5-MooseX-Declare
- devel/p5-MooseX-Getopt
Configuration Options:
- No options to configure
- Options name:
- devel_p5-MooseX-Role-Parameterized
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|