Port details |
- p5-Role-Basic Just roles. Nothing else
- 0.13_2 devel
=2 0.13_2Version of this port present on the latest quarterly branch. - Maintainer: matthew@FreeBSD.org
 - Port Added: 2013-11-27 00:01:05
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: p5-Symbol-Global-Name, p5-Date-Extract, p5-Email-Address-List, p5-Business-Hours, py38-Cerberus
- Also Listed In: perl5
- License: not specified in port
- Description:
- Sometimes you want roles. You're not sure about Moose, Mouse, Moo and
what was that damned Squirrel thing anyway? Then there's Class::Trait,
but it has a funky syntax and the maintainer's deprecated it in favor
of Moose::Role and you really don't care that it handles overloading,
instance application or has a workaround for the SUPER:: bug. You
think a meta-object protocol sounds nifty, but you don't understand
it. Maybe you're not sure you want the syntactic sugar for object
declaration. Maybe you've convinced your colleagues that roles are a
good idea but they're leery of dragging in Moose (your author has had
this happen more than once and heard of others making the same
complaint). Sometimes you just want good old-fashioned roles which let
you separate class responsibility from code reuse.
WWW: https://metacpan.org/release/Role-Basic
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Role-Basic>0:devel/p5-Role-Basic
- To install the port:
- cd /usr/ports/devel/p5-Role-Basic/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Role-Basic
- pkg install p5-Role-Basic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Role-Basic
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Role-Basic-0.13.tar.gz) = 38a0959ef9f193ff76e72c325a9e9211bc4868689bd0e2b005778f53f8b6f36a
SIZE (Role-Basic-0.13.tar.gz) = 39625
- 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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- www/rt44
- www/rt50
-
Deleted ports which required this port:
- for Run
-
- www/rt44
- www/rt50
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-Role-Basic
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.13_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.13_2
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
22 Sep 2015 16:18:31
0.13_2
|
matthew  |
Delete the redundant 'regression-test:' target from those of my perl
ports that have it. There's a generic regression-test target
identical to these provided via 'USES=perl5' |
26 Nov 2014 13:08:38
0.13_2
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 10:55:59
0.13_1
|
bapt  |
Cleanup plist |
10 Dec 2013 19:47:43
0.13_1
|
bdrewery  |
- Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr |
08 Dec 2013 22:38:52
0.13
|
matthew  |
Mark all my architecture independent ports using shell/perl/PHP as
NO_ARCH=yes
While here, fix a few other niggles:
net/phpldapadmin -- remove indefinite article from COMMENT
www/p5-RT* -- fix comments referencing the different versions of RT
x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the
install targets; rework the handling of ${FONTPATH} |
04 Dec 2013 20:58:10
0.13
|
matthew  |
Portscout seems to think 0.13 is not a later version than 0.0804.
Teach it the error of its ways. |
27 Nov 2013 10:08:39
0.13
|
matthew  |
Use the canonical ordering for PKGNAMEPREFIX
Reported by: az |
27 Nov 2013 00:00:54
0.13
|
matthew  |
Sometimes you want roles. You're not sure about Moose, Mouse, Moo and
what was that damned Squirrel thing anyway? Then there's Class::Trait,
but it has a funky syntax and the maintainer's deprecated it in favor
of Moose::Role and you really don't care that it handles overloading,
instance application or has a workaround for the SUPER:: bug. You
think a meta-object protocol sounds nifty, but you don't understand
it. Maybe you're not sure you want the syntactic sugar for object
declaration. Maybe you've convinced your colleagues that roles are a
good idea but they're leery of dragging in Moose (your author has had
this happen more than once and heard of others making the same
complaint). Sometimes you just want good old-fashioned roles which let
you separate class responsibility from code reuse.
WWW: http://search.cpan.org/dist/Role-Basic/ |