Port details |
- p5-B-Size2 Perl extension to measure size of Perl OPs and SVs
- 2.07_1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2013-01-17 22:59:11
- Last Update: 2021-10-04 19:58:01
- Commit Hash: e56a7da
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Measure size of Perl OPs and SVs. B::Size2 is a fork of B::Size 0.09.
WWW: https://metacpan.org/release/B-Size2
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-B-Size2>0:devel/p5-B-Size2
- To install the port:
- cd /usr/ports/devel/p5-B-Size2/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-B-Size2
- pkg install p5-B-Size2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-B-Size2
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (B-Size2-2.07.tar.gz) = c58a8806f13d10a572f8a3dcbfd50ce4fadfc8466b15dfe73fecef11d2bf546d
SIZE (B-Size2-2.07.tar.gz) = 12879
- 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/p5-Plack-Middleware-MemoryUsage
- for Run
-
- www/p5-Plack-Middleware-MemoryUsage
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-B-Size2
- 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 |
04 Oct 2021 19:58:01 2.07_1 |
Rene Ladan (rene)  |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
07 Apr 2021 08:09:01 2.07_1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 2.07_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Mar 2019 09:01:04
2.07_1 |
amdmi3  |
- Add LICENSE
Approved by: portmgr blanket |
27 May 2018 20:15:20
2.07_1 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
26 Nov 2014 13:08:38
2.07_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
2.07 |
bapt  |
Cleanup plist |
10 Jun 2014 12:14:14
2.07 |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
06 Jan 2014 14:40:31
2.07 |
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 17:13:47
2.07 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
10 Aug 2013 11:47:10
2.07 |
kuriyama  |
- Upgrade to 2.07. |
26 May 2013 13:35:52
2.05 |
kuriyama  |
- Upgrade to 2.05. |
21 May 2013 12:45:04
2.03 |
kuriyama  |
- Upgrade to 2.03. |
03 Feb 2013 22:33:44
2.02 |
kuriyama  |
- Upgrade to 2.02. |
17 Jan 2013 22:58:54
2.01 |
kuriyama  |
Measure size of Perl OPs and SVs. B::Size2 is a fork of B::Size 0.09.
WWW: http://search.cpan.org/dist/B-Size2/ |