Port details |
- p5-MooseX-NonMoose Easy subclassing of non-Moose classes
- 0.26_2 devel
=1 0.26_2Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2010-03-24 02:10:05
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: python, p5-Net-Domain-TLD, p5-Lingua-Stem-Fr, sysinfo
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- MooseX::NonMoose allows for easily subclassing non-Moose classes with
Moose, taking care of the annoying details connected with doing this,
such as setting up proper inheritance from Moose::Object and installing
(and inlining, at make_immutable time) a constructor that makes sure
things like BUILD methods are called. It tries to be as non-intrusive
as possible - when this module is used, inheriting from non-Moose classes
and inheriting from Moose classes should work identically, aside from the
few caveats mentioned below. One of the goals of this module is that
including it in a Moose::Exporter-based package used across an entire
application should be possible, without interfering with classes that
only inherit from Moose modules, or even classes that don't inherit from
anything at all.
WWW: https://metacpan.org/release/MooseX-NonMoose
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-MooseX-NonMoose>0:devel/p5-MooseX-NonMoose
- To install the port:
- cd /usr/ports/devel/p5-MooseX-NonMoose/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-MooseX-NonMoose
- pkg install p5-MooseX-NonMoose
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-MooseX-NonMoose
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (MooseX-NonMoose-0.26.tar.gz) = cbbe52ecf16038231fbd7f2cc6bce166a3569c8cb396ae80ec4517c2e08daa7d
SIZE (MooseX-NonMoose-0.26.tar.gz) = 25510
- 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-List-MoreUtils>=0 : lang/p5-List-MoreUtils
- p5-Module-Runtime>=0 : devel/p5-Module-Runtime
- p5-Moose>=2 : devel/p5-Moose
- p5-Try-Tiny>=0 : lang/p5-Try-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
- p5-Module-Runtime>=0 : devel/p5-Module-Runtime
- p5-Moose>=2 : devel/p5-Moose
- p5-Try-Tiny>=0 : lang/p5-Try-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-DBIx-Class-MooseColumns
- devel/p5-MooseX-App-Cmd
- devel/p5-TAP-Formatter-JUnit
- security/p5-openxpki
- textproc/p5-POE-Filter-XML
- textproc/p5-XML-Schematron
- textproc/p5-XML-Toolkit
- for Run
-
- databases/p5-DBIx-Class-MooseColumns
- devel/p5-MooseX-App-Cmd
- devel/p5-TAP-Formatter-JUnit
- security/p5-openxpki
- textproc/p5-POE-Filter-XML
- textproc/p5-XML-Schematron
- textproc/p5-XML-Toolkit
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-MooseX-NonMoose
- 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.26_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.26_2
|
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.26_2
|
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.26_2
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
10 Aug 2017 18:23:50
0.26_2
|
sunpoet  |
Add missing *_DEPENDS
- Add LICENSE_FILE
- Add NO_ARCH
- Bump PORTREVISION for dependency change |
01 Apr 2016 14:00:57
0.26_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.26_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.26
|
bapt  |
Cleanup plist |
27 Feb 2014 08:21:25
0.26
|
sunpoet  |
- Update to 0.26
Changes: http://search.cpan.org/dist/MooseX-NonMoose/Changes |
16 Feb 2014 10:37:27
0.25
|
sunpoet  |
- Update to 0.25
- Fix TEST_DEPENDS:
- p5-Test-Simple 0.88+ is already in all supported Perl releases
- Add more TEST_DEPENDS
Changes: http://search.cpan.org/dist/MooseX-NonMoose/Changes |
30 Oct 2013 14:44:54
0.24
|
vanilla  |
support STAGEDIR. |
20 Sep 2013 17:13:47
0.24
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
07 Sep 2013 21:03:09
0.24
|
tobez  |
Update to 0.24.
Changes: http://search.cpan.org/dist/MooseX-NonMoose/Changes |
05 Sep 2013 08:26:54
0.23
|
tobez  |
Update to 0.23.
Changes: http://search.cpan.org/dist/MooseX-NonMoose/Changes |
02 Aug 2013 18:52:11
0.22
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
07 Oct 2011 11:22:46
0.22
|
culot  |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
30 May 2011 20:24:02
0.22
|
bapt  |
- update to 0.22
- changes: http://cpansearch.perl.org/src/DOY/MooseX-NonMoose-0.22/Changes |
05 May 2011 06:29:45
0.21
|
bapt  |
- update to 0.21
- changes: http://cpansearch.perl.org/src/DOY/MooseX-NonMoose-0.21/Changes |
25 Mar 2011 11:38:52
0.20
|
bapt  |
- update to 0.20
- add licenses
- change Test::Exception to Test::Fatal
- changes: http://search.cpan.org/src/DOY/MooseX-NonMoose-0.20/Changes |
16 Nov 2010 08:10:30
0.17
|
wen  |
- Update to 0.17
Changelog: http://search.cpan.org/src/DOY/MooseX-NonMoose-0.17/Changes |
14 Oct 2010 00:04:19
0.16
|
wen  |
- Update to 0.16 |
25 Aug 2010 11:05:33
0.15
|
jadawin  |
- Update to 0.15
- Changelog: http://search.cpan.org/dist/MooseX-NonMoose/Changes
PR: ports/149929
Submitted by: Frederic Culot <frederic _AT_ culot.org> |
19 Aug 2010 06:39:37
0.14
|
az  |
Update to 0.14
Changes: http://search.cpan.org/dist/MooseX-NonMoose/Changes |
30 Jun 2010 11:50:48
0.11
|
wen  |
- Update to 0.11
Feature safe: yes |
15 Jun 2010 21:28:41
0.09
|
tobez  |
Update to 0.09.
Changes: http://search.cpan.org/dist/MooseX-NonMoose/Changes |
25 May 2010 02:18:27
0.08
|
wen  |
- Update to 0.08
- Reset maintainer to perl@ |
24 Mar 2010 02:09:28
0.07
|
wen  |
MooseX::NonMoose allows for easily subclassing non-Moose classes with
Moose, taking care of the annoying details connected with doing this,
such as setting up proper inheritance from Moose::Object and installing
(and inlining, at make_immutable time) a constructor that makes sure
things like BUILD methods are called. It tries to be as non-intrusive
as possible - when this module is used, inheriting from non-Moose classes
and inheriting from Moose classes should work identically, aside from the
few caveats mentioned below. One of the goals of this module is that
including it in a Moose::Exporter-based package used across an entire
application should be possible, without interfering with classes that
only inherit from Moose modules, or even classes that don't inherit from
anything at all.
WWW: http://search.cpan.org/dist/MooseX-NonMoose/ |