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:
parent
e338a21231
commit
1614c30e55
23
devel/p5-Devel-Cycle/Makefile
Normal file
23
devel/p5-Devel-Cycle/Makefile
Normal 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>
|
3
devel/p5-Devel-Cycle/distinfo
Normal file
3
devel/p5-Devel-Cycle/distinfo
Normal 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
|
4
devel/p5-Devel-Cycle/pkg/DESCR
Normal file
4
devel/p5-Devel-Cycle/pkg/DESCR
Normal 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.
|
||||||
|
|
10
devel/p5-Devel-Cycle/pkg/PLIST
Normal file
10
devel/p5-Devel-Cycle/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user