Port details |
- p5-Devel-Size Perl extension for finding the memory usage of Perl variables
- 0.84 devel =6 0.84Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-10-16 13:14:12
- Last Update: 2024-04-27 20:22:10
- Commit Hash: 9478f69
- People watching this port, also watch:: p5-ExtUtils-CBuilder, p5-MIME-Lite, p5-MIME-Tools, php81-pear, p5-libwww
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Devel-Size
- Description:
- This module figures out the real sizes of Perl variables in bytes. Call
functions with a reference to the variable you want the size of. If the
variable is a plain scalar it returns the size of the scalar. If the variable
is a hash or an array, use a reference when calling.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Devel-Size>0:devel/p5-Devel-Size
- To install the port:
- cd /usr/ports/devel/p5-Devel-Size/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Devel-Size
- pkg install p5-Devel-Size
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Devel-Size
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714248954
SHA256 (Devel-Size-0.84.tar.gz) = db2e4d65f688dbf59273b5e82101ac3f1a66f665afb0594dce168b8650a4d0e4
SIZE (Devel-Size-0.84.tar.gz) = 75362
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.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- devel/p5-Devel-Size-Report
- devel/p5-POE-API-Peek
- devel/p5-POE-Component-IKC
- devel/p5-Sepia
- for Run
-
- devel/p5-Devel-Size-Report
- devel/p5-POE-API-Peek
- devel/p5-POE-Component-IKC
- devel/p5-Sepia
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Devel-Size
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.84 27 Apr 2024 20:22:10 |
Rodrigo Osorio (rodrigo) |
devel/p5-Devel-Size: update to 0.84
Change log: https://metacpan.org/release/NWCLARK/Devel-Size-0.84/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.83 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.83 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.83 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.83 20 May 2019 13:04:24 |
mat |
Remove Created by lines where I am the one. |
0.83 25 Apr 2019 18:30:06 |
sunpoet |
Update to 0.83
Changes: https://metacpan.org/changes/distribution/Devel-Size |
0.82 09 Dec 2018 09:01:34 |
amdmi3 |
- Fix LICENSE
- Silence stripping
Approved by: portmgr blanket |
0.82 24 Jun 2018 23:50:39 |
wen |
- Update to 0.82
Changes: https://metacpan.org/changes/distribution/Devel-Size |
0.81 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.81 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.81 06 Aug 2017 16:53:05 |
sunpoet |
Update to 0.81
- Strip shared library
Changes: http://search.cpan.org/dist/Devel-Size/CHANGES |
0.80 02 Apr 2015 19:21:06 |
sunpoet |
- Update to 0.80
- Sort PLIST
Changes: http://search.cpan.org/dist/Devel-Size/CHANGES |
0.79_1 26 Nov 2014 13:08:38 |
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 ) |
0.79 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.79 10 Jun 2014 12:14:14 |
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 |
0.79 29 Oct 2013 07:56:02 |
vanilla |
Support STAGEDIR. |
0.79 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.79 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.79 13 May 2013 08:39:07 |
tobez |
Update to 0.79.
Changes: http://search.cpan.org/dist/Devel-Size/CHANGES |
0.78 30 Jul 2012 19:29:12 |
sunpoet |
- Update to 0.78
Changes: http://search.cpan.org/dist/Devel-Size/CHANGES |
0.77 07 Oct 2011 11:22:46 |
culot |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
0.77 28 May 2011 13:19:54 |
sunpoet |
- Update to 0.77
Changes: http://search.cpan.org/dist/Devel-Size/CHANGES
PR: ports/157362
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> |
0.75 06 May 2011 14:24:12 |
bapt |
- update to 0.75
- changes: http://cpansearch.perl.org/src/NWCLARK/Devel-Size-0.75/CHANGES |
0.74 21 Apr 2011 07:53:08 |
culot |
- Update to 0.74
Changes: http://search.cpan.org/dist/Devel-Size/CHANGES |
0.73 18 Apr 2011 01:30:18 |
bapt |
- update to 0.73
- add licenses
- changes: http://cpansearch.perl.org/src/NWCLARK/Devel-Size-0.73/CHANGES |
0.71 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.71 16 Aug 2009 09:55:32 |
linimon |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.71 08 Oct 2008 20:01:28 |
leeym |
- update to 0.71
PR: 127124
Submitted by: leeym
Approved by: maintainer timeout |
0.69 31 Aug 2007 13:37:23 |
mat |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims. |
0.69 27 Aug 2007 13:46:28 |
mat |
Update to 0.69 |
0.68 19 Jun 2007 16:55:01 |
mat |
Update to 0.68 |
0.67 26 Mar 2007 13:04:18 |
mat |
Update to 0.67 |
0.66 13 Mar 2007 12:17:25 |
mat |
Update to 0.66 |
0.65 26 Feb 2007 12:27:04 |
mat |
Update to 0.65 |
0.64 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.64 20 Dec 2005 14:41:16 |
mat |
Update to 0.64 |
0.63 14 Nov 2005 14:16:12 |
mat |
Be hipe and add SHA256 |
0.63 30 Aug 2005 11:28:26 |
mat |
Update to 0.63 |
0.59 29 Nov 2004 18:06:42 |
mat |
Update to 0.59 |
0.58 29 Jan 2004 13:37:55 |
mat |
Add SIZE field |
0.58 16 Oct 2003 13:11:54 |
mat |
Add p5-Devel-Size 0.58,
Perl extension for finding the memory usage of Perl variables. |