Port details |
- p5-Devel-ObjectTracker Track object life to detect memory leaks
- 0.4 devel
=1 0.4Version of this port present on the latest quarterly branch. DEPRECATED: removed from CPAN
This port expired on: 2012-05-23
- Maintainer: perl@FreeBSD.org
 - Port Added: 2002-09-09 12:25:39
- Last Update: 2012-06-12 21:58:50
- SVN Revision: UNKNOWN
- People watching this port, also watch:: python, p5-Time-Piece
- Also Listed In: perl5
- License: not specified in port
- WWW:
- http://search.cpan.org/dist/Devel-ObjectTracker/
- Description:
- Debug module to find where perl objects (or arrays, hashes and globs)
are created by checking for objects passed to and/or returned from subs,
and monitoring when they are destroyed via destructor subs. This can
help detect memory leaks caused by objects being left behind in your
programs when they shouldn't be.
The main output is stored in a file which logs the first time a memory
reference is seen with datetime, current session number (starts at 1),
object type, call stack etc., and whether the object was first seen
returned from a sub or passed as an argument. Details are also logged
whenever an object is destroyed. This includes the datetime, session
and call stack when the object was created.
The subroutine Devel::ObjectTracker::output_details outputs details on
the currently existing objects on demand. These details contain
date/time, session, call stack, etc. when the object was created.
WWW: http://search.cpan.org/dist/Devel-ObjectTracker/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- p5-Devel-ObjectTracker>0:devel/p5-Devel-ObjectTracker
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-Devel-ObjectTracker
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5.8.9 : lang/perl5.8
- Runtime dependencies:
-
- perl5.8.9 : lang/perl5.8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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.4 12 Jun 2012 21:58:50
 |
bapt  |
2012-05-31 deskutils/sciplore-mindmapping: Discontinued, use deskutils/docear
instead
2012-06-07 devel/libtool-fixed: libtool has been fixed, no more need of this
version
2012-05-23 devel/p5-Devel-ObjectTracker: removed from CPAN
2012-05-10 devel/rubygem-vmc: BROKEN for more than 6 month
2012-06-01 games/antrix: no more public distfiles, abandoned upstream
2012-05-10 games/sfbol: BROKEN for more than 6 month
2012-06-01 java/eclipseme: depends on java/sun-wtk
2012-05-10 mail/lmtpd: BROKEN for more than 6 month |
0.4 07 May 2012 15:42:51
 |
skv  |
Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved). |
0.4 24 Apr 2012 02:08:55
 |
swills  |
- Mark deprecated since it's removed from CPAN
PR: ports/166738
Approved by: maintainer timeout (skv, >2 weeks) |
0.4 22 Oct 2011 23:50:23
 |
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
0.4 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
0.4 17 Apr 2008 14:30:31
 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.4 25 Jun 2006 16:38:48
 |
clsung  |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin) |
0.4 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.4 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.4 21 Sep 2005 19:31:43
 |
fenner  |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
0.4 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.4 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.4 07 Mar 2003 06:01:16
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.4 09 Sep 2002 12:25:23
 |
skv  |
Add p5-Devel-ObjectTracker 0.4,
track object life to detect memory
leaks. |