Initial import of Devel-Cycle-1.02

This is a simple developer's tool for finding circular references in
objects and other types of references. Because of Perl's reference-count
based memory management, circular references will cause memory leaks.
This commit is contained in:
msf 2004-06-10 02:26:13 +00:00
parent e338a21231
commit 1614c30e55
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/06/10 02:26:13 msf Exp $
COMMENT= "find memory cycles in objects"
DISTNAME= Devel-Cycle-1.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Devel-Cycle-1.02.tar.gz) = 86f944da7349ca036d42593b3034a51d
RMD160 (Devel-Cycle-1.02.tar.gz) = c2bf7eecf83937d3fbe0b3af406c0bab3e3df19a
SHA1 (Devel-Cycle-1.02.tar.gz) = 137f86ac661851805f50538e345e7d9cf779648c

View File

@ -0,0 +1,4 @@
This is a simple developer's tool for finding circular references in
objects and other types of references. Because of Perl's reference-count
based memory management, circular references will cause memory leaks.

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/06/10 02:26:13 msf Exp $
${P5SITE}/Devel/Cycle.pm
@comment ${P5ARCH}/auto/Devel/Cycle/.packlist
man/man3p/Devel::Cycle.3p
@dirrm man/man3p
@comment @comment @dirrm ${P5ARCH}/auto/Devel/Cycle
@comment @dirrm ${P5ARCH}/auto/Devel
@comment @dirrm ${P5ARCH}/auto
@comment @dirrm ${P5ARCH}
@dirrm ${P5SITE}/Devel