Initial import of Devel-Symdump-2.03

Devel::Symdump provides a convenient way to inspect perl's symbol table 
and the class hierarchy within a running program.

ok sturm@
This commit is contained in:
msf 2004-06-01 02:07:19 +00:00
parent df3739bf41
commit 193cee6d46
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/06/01 02:07:19 msf Exp $
COMMENT= "module for inspecting Perl's symbol table"
DISTNAME= Devel-Symdump-2.03
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-Symdump-2.03.tar.gz) = ea5230185f1188b70ad9c3e431d981c5
RMD160 (Devel-Symdump-2.03.tar.gz) = ad5a15cac117e16af075730998838d795f6d2c9c
SHA1 (Devel-Symdump-2.03.tar.gz) = c8489a73c9dcabe194a6cf3539a2cde531cf5f12

View File

@ -0,0 +1 @@
Devel::Symdump provides a convenient way to inspect perl's symbol table and the class hierarchy within a running program.

View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/06/01 02:07:19 msf Exp $
${P5SITE}/Devel/Symdump.pm
${P5SITE}/Devel/Symdump/Export.pm
@comment ${P5ARCH}/auto/Devel/Symdump/.packlist
man/man3p/Devel::Symdump.3p
@dirrm man/man3p
@comment @dirrm ${P5ARCH}/auto/Devel/Symdump
@comment @dirrm ${P5ARCH}/auto/Devel
@comment @dirrm ${P5ARCH}/auto
@comment @dirrm ${P5ARCH}
@dirrm ${P5SITE}/Devel/Symdump
@dirrm ${P5SITE}/Devel