Remove Devel::DProf and Devel::Peek; these are now updated

in perl5-base-5.6.1 (and would be clobbered unnecessarily by these pkgs).
This commit is contained in:
tv 2001-07-09 16:01:01 +00:00
parent 2e84e919e9
commit 76822608c8
9 changed files with 1 additions and 66 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.228 2001/07/09 09:37:45 zuntum Exp $
# $NetBSD: Makefile,v 1.229 2001/07/09 16:01:01 tv Exp $
#
COMMENT= Development utilities
@ -139,8 +139,6 @@ SUBDIR+= p5-Data-Dumper
SUBDIR+= p5-Data-ShowTable
SUBDIR+= p5-Date-Calc
SUBDIR+= p5-Date-Manip
SUBDIR+= p5-Devel-DProf
SUBDIR+= p5-Devel-Peek
SUBDIR+= p5-Devel-SmallProf
SUBDIR+= p5-Devel-Symdump
SUBDIR+= p5-Event

View file

@ -1,21 +0,0 @@
# $NetBSD: Makefile,v 1.8 2001/06/07 04:25:32 jlam Exp $
.include "../../lang/perl5/Makefile.common"
PKGNAME= p5-Devel-DProf-20000000
CATEGORIES+= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= jlam@netbsd.org
COMMENT= perl5 module for profiling perl programs
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Devel/DProf/.packlist
EXTRACT_ELEMENTS= ${DISTNAME}/ext/Devel/DProf
WRKSRC= ${WRKDIR}/${EXTRACT_ELEMENTS}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +0,0 @@
$NetBSD: distinfo,v 1.3 2001/06/07 04:25:32 jlam Exp $
SHA1 (perl-5.6.1.tar.gz) = c718b38685f90d51a9a6b1b008de0d7d198c0744
Size (perl-5.6.1.tar.gz) = 5983695 bytes

View file

@ -1,6 +0,0 @@
The Devel::DProf package is a Perl code profiler. This will collect
information on the execution time of a Perl script and of the subs
in that script. This information can be used to determine which
subroutines are using the most time and which subroutines are being
called most often. This information can also be used to create an
execution graph of the script, showing subroutine relationships.

View file

@ -1 +0,0 @@
@comment $NetBSD: PLIST,v 1.1 2000/08/27 07:11:04 jlam Exp $

View file

@ -1,21 +0,0 @@
# $NetBSD: Makefile,v 1.8 2001/06/07 04:25:33 jlam Exp $
.include "../../lang/perl5/Makefile.common"
PKGNAME= p5-Devel-Peek-1.0001
CATEGORIES+= devel
MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= jlam@netbsd.org
COMMENT= perl5 module containing a data debugging tool for XS programmers
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Devel/Peek/.packlist
EXTRACT_ELEMENTS= ${DISTNAME}/ext/Devel/Peek
WRKSRC= ${WRKDIR}/${EXTRACT_ELEMENTS}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +0,0 @@
$NetBSD: distinfo,v 1.3 2001/06/07 04:25:33 jlam Exp $
SHA1 (perl-5.6.1.tar.gz) = c718b38685f90d51a9a6b1b008de0d7d198c0744
Size (perl-5.6.1.tar.gz) = 5983695 bytes

View file

@ -1,5 +0,0 @@
Devel::Peek contains functions which allows raw Perl datatypes to be
manipulated from a Perl script. This is used by those who do XS programming
to check that the data they are sending from C to Perl looks as they think
it should look. The trick, then, is to know what the raw datatype is
supposed to look like when it gets to Perl.

View file

@ -1 +0,0 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/27 21:33:39 jlam Exp $