Port details |
- p5-Module-Implementation Loads one of several alternate underlying implementations for a module
- 0.09_1 devel
=20 0.09_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2012-02-07 09:48:31
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: p5-Digest-HMAC, p5-Params-Validate, expat, p5-Package-Stash-XS, p5-Module-Runtime
- Also Listed In: perl5
- License: ART20
- Description:
- Module::Implementation abstracts out the process of choosing one of several
underlying implementations for a module. This can be used to provide XS and pure
Perl implementations of a module, or it could be used to load an implementation
for a given OS or any other case of needing to provide multiple implementations.
Module::Implementation is only useful when you know all the implementations
ahead of time. If you want to load arbitrary implementations then you probably
want something like a plugin system, not this module.
WWW: https://metacpan.org/release/Module-Implementation
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Module-Implementation>0:devel/p5-Module-Implementation
- To install the port:
- cd /usr/ports/devel/p5-Module-Implementation/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Module-Implementation
- pkg install p5-Module-Implementation
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Module-Implementation
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Module-Implementation-0.09.tar.gz) = c15f1a12f0c2130c9efff3c2e1afe5887b08ccd033bd132186d1e7d5087fd66d
SIZE (Module-Implementation-0.09.tar.gz) = 18553
- 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.012 : devel/p5-Module-Runtime
- 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-Module-Runtime>=0.012 : devel/p5-Module-Runtime
- p5-Try-Tiny>=0 : lang/p5-Try-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-B-Hooks-EndOfScope
- devel/p5-Class-Load
- devel/p5-List-SomeUtils
- devel/p5-Package-Stash
- devel/p5-Params-Validate
- net/p5-MaxMind-DB-Reader
- for Run
-
- devel/p5-B-Hooks-EndOfScope
- devel/p5-Class-Load
- devel/p5-List-SomeUtils
- devel/p5-Package-Stash
- devel/p5-Params-Validate
- net/p5-MaxMind-DB-Reader
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-Module-Implementation
- 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.09_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20 Apr 2019 23:07:03
0.09_1
|
sunpoet  |
Add NO_ARCH |
06 Oct 2018 13:06:45
0.09_1
|
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.09_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
01 Apr 2016 14:00:57
0.09_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.09_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.09
|
bapt  |
Cleanup plist |
26 Aug 2014 17:22:18
0.09
|
sunpoet  |
- Update to 0.09
Changes: http://search.cpan.org/dist/Module-Implementation/Changes |
30 Sep 2013 20:03:35
0.07
|
sunpoet  |
- Support STAGEDIR |
20 Sep 2013 17:13:47
0.07
|
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.07
|
sunpoet  |
- Convert to new perl framework |
16 Jul 2013 20:19:17
0.07
|
sunpoet  |
- Update to 0.07
- Add LICENSE
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Module-Implementation/Changes |
18 Jun 2013 13:49:02
0.06
|
az  |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@) |
13 Mar 2012 16:15:36
0.06
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
0.06
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
20 Feb 2012 03:12:41
0.06
|
sunpoet  |
- Update to 0.06
Changes: http://search.cpan.org/dist/Module-Implementation/Changes |
10 Feb 2012 02:10:48
0.05
|
sunpoet  |
- Update to 0.05
Changes: http://search.cpan.org/dist/Module-Implementation/Changes |
09 Feb 2012 02:30:59
0.04
|
sunpoet  |
- Update to 0.04
Changes: http://search.cpan.org/dist/Module-Implementation/Changes |
07 Feb 2012 09:48:10
0.03
|
sunpoet  |
- Add p5-Module-Implementation 0.03
Module::Implementation abstracts out the process of choosing one of several
underlying implementations for a module. This can be used to provide XS and pure
Perl implementations of a module, or it could be used to load an implementation
for a given OS or any other case of needing to provide multiple implementations.
Module::Implementation is only useful when you know all the implementations
ahead of time. If you want to load arbitrary implementations then you probably
want something like a plugin system, not this module.
WWW: http://search.cpan.org/dist/Module-Implementation/ |