Port details |
- p5-MooseX-TransactionalMethods Syntax sugar for transactional methods
- 0.009 devel
=0 0.009Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2012-04-24 19:27:25
- Last Update: 2021-12-21 18:47:34
- Commit Hash: 27c34c4
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- MooseX::TransactionalMethods exports the "transactional" declarator that will
enclose the method in a txn_do call.
WWW: https://metacpan.org/release/MooseX-TransactionalMethods
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-MooseX-TransactionalMethods>0:devel/p5-MooseX-TransactionalMethods
- To install the port:
- cd /usr/ports/devel/p5-MooseX-TransactionalMethods/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-MooseX-TransactionalMethods
- pkg install p5-MooseX-TransactionalMethods
- PKGNAME: p5-MooseX-TransactionalMethods
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (MooseX-TransactionalMethods-0.009.tar.gz) = bec8a9a3c05a0d2f9ee75b723c83e64c7a752cfb5493acb02ccce7b329dc48bf
SIZE (MooseX-TransactionalMethods-0.009.tar.gz) = 29864
- 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-Moose>=1.21 : devel/p5-Moose
- p5-Sub-Name>=0,1 : devel/p5-Sub-Name
- p5-aliased>=0 : devel/p5-aliased
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Moose>=1.21 : devel/p5-Moose
- p5-Sub-Name>=0,1 : devel/p5-Sub-Name
- p5-aliased>=0 : devel/p5-aliased
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-MooseX-TransactionalMethods
- 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 |
21 Dec 2021 18:47:34 0.009
|
Po-Chuan Hsieh (sunpoet)  |
devel/p5-MooseX-TransactionalMethods: Update version requirement of *_DEPENDS |
25 Jun 2021 13:35:02 0.009
|
Po-Chuan Hsieh (sunpoet)  |
devel/p5-MooseX-TransactionalMethods: Add NO_ARCH |
06 Apr 2021 14:31:07 0.009
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.009
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.009
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.009
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.009
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
27 Mar 2015 13:46:41
0.009
|
sunpoet  |
- Update to 0.009
Changes: http://search.cpan.org/dist/MooseX-TransactionalMethods/Changes |
26 Nov 2014 13:08:38
0.008_1
|
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.008
|
bapt  |
Cleanup plist |
30 Sep 2013 20:16:08
0.008
|
sunpoet  |
- Support STAGEDIR |
20 Sep 2013 17:13:47
0.008
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
21 Aug 2013 14:08:08
0.008
|
sunpoet  |
- Convert to new perl framework |
07 Feb 2013 15:21:58
0.008
|
sunpoet  |
- Sort MAN3 and PLIST
- Cleanup Makefile header |
24 Apr 2012 19:26:06
0.008
|
sunpoet  |
- Add p5-MooseX-TransactionalMethods 0.008
MooseX::TransactionalMethods exports the "transactional" declarator that will
enclose the method in a txn_do call.
WWW: http://search.cpan.org/dist/MooseX-TransactionalMethods/ |