FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 8:17 PM BST
Port details
p5-Devel-Size 0.77 devel on this many watch lists=5 search for ports that depend on this port
Perl extension for finding the memory usage of Perl variables
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 16 Oct 2003 13:14:12
Also Listed In: perl5
License: not specified in port


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.

WWW: http://search.cpan.org/dist/Devel-Size/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8
Required To Run: lang/perl5.8

Required by:
for Build

for Run

To install the port: cd /usr/ports/devel/p5-Devel-Size/ && make install clean
To add the package: pkg_add -r p5-Devel-Size


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Devel/
http://www.cpan.dk/modules/by-module/Devel/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Devel/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Devel/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Devel/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Devel/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/Devel/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Devel/
http://at.cpan.org/modules/by-module/Devel/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Devel/
http://backpan.perl.org/modules/by-module/Devel/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Devel/
http://cpan.nctu.edu.tw/modules/by-module/Devel/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 21

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
07 Oct 2011 11:22:46
Original commit files touched by this commit  0.77
culot search for other commits by this committer
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:             ports/161336
Submitted by:   Simon Olofsson <simon@olofsson.de>
28 May 2011 13:19:54
Original commit files touched by this commit  0.77
sunpoet search for other commits by this committer
- Update to 0.77

Changes:        http://search.cpan.org/dist/Devel-Size/CHANGES
PR:             ports/157362
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>
06 May 2011 14:24:12
Original commit files touched by this commit  0.75
bapt search for other commits by this committer
- update to 0.75
- changes: http://cpansearch.perl.org/src/NWCLARK/Devel-Size-0.75/CHANGES
21 Apr 2011 07:53:08
Original commit files touched by this commit  0.74
culot search for other commits by this committer
- Update to 0.74

Changes:        http://search.cpan.org/dist/Devel-Size/CHANGES
18 Apr 2011 01:30:18
Original commit files touched by this commit  0.73
bapt search for other commits by this committer
- update to 0.73
- add licenses
- changes: http://cpansearch.perl.org/src/NWCLARK/Devel-Size-0.73/CHANGES
24 Sep 2010 02:03:44
Original commit files touched by this commit  0.71
pgollucci search for other commits by this committer
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
16 Aug 2009 09:55:32
Original commit files touched by this commit  0.71
linimon search for other commits by this committer
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
08 Oct 2008 20:01:28
Original commit files touched by this commit  0.71
leeym search for other commits by this committer
- update to 0.71

PR:             127124
Submitted by:   leeym
Approved by:    maintainer timeout
31 Aug 2007 13:37:23
Original commit files touched by this commit  0.69
mat search for other commits by this committer
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
27 Aug 2007 13:46:28
Original commit files touched by this commit  0.69
mat search for other commits by this committer
Update to 0.69
19 Jun 2007 16:55:01
Original commit files touched by this commit  0.68
mat search for other commits by this committer
Update to 0.68
26 Mar 2007 13:04:18
Original commit files touched by this commit  0.67
mat search for other commits by this committer
Update to 0.67
13 Mar 2007 12:17:25
Original commit files touched by this commit  0.66
mat search for other commits by this committer
Update to 0.66
26 Feb 2007 12:27:04
Original commit files touched by this commit  0.65
mat search for other commits by this committer
Update to 0.65
22 Jan 2006 01:48:34
Original commit files touched by this commit  0.64
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
20 Dec 2005 14:41:16
Original commit files touched by this commit  0.64
mat search for other commits by this committer
Update to 0.64
14 Nov 2005 14:16:12
Original commit files touched by this commit  0.63
mat search for other commits by this committer
Be hipe and add SHA256
30 Aug 2005 11:28:26
Original commit files touched by this commit  0.63
mat search for other commits by this committer
Update to 0.63
29 Nov 2004 18:06:42
Original commit files touched by this commit  0.59
mat search for other commits by this committer
Update to 0.59
29 Jan 2004 13:37:55
Original commit files touched by this commit  0.58
mat search for other commits by this committer
Add SIZE field
16 Oct 2003 13:11:54
Original commit files touched by this commit  0.58
mat search for other commits by this committer
Add p5-Devel-Size 0.58,
Perl extension for finding the memory usage of Perl variables.

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.163 seconds.