Time:HiRes: High resolution time, sleep, and alarm.
This commit is contained in:
parent
31f0bbd21a
commit
1f044fc3d6
7 changed files with 41 additions and 0 deletions
19
devel/p5-Time-HiRes/Makefile
Normal file
19
devel/p5-Time-HiRes/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1998/11/26 18:19:50 bad Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Time-HiRes-01.19
|
||||
PKGNAME= p5-Time-HiRes-01.19
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Time
|
||||
|
||||
MAINTAINER= bad@netbsd.org
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/Time-HiRes-01.19
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
devel/p5-Time-HiRes/files/md5
Normal file
3
devel/p5-Time-HiRes/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1998/11/26 18:19:50 bad Exp $
|
||||
|
||||
MD5 (Time-HiRes-01.19.tar.gz) = a5e998ae90b83c172edd6ef43943c86d
|
1
devel/p5-Time-HiRes/pkg/COMMENT
Normal file
1
devel/p5-Time-HiRes/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
perl5 module for profiling perl programs
|
6
devel/p5-Time-HiRes/pkg/DESCR
Normal file
6
devel/p5-Time-HiRes/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
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.
|
4
devel/p5-Time-HiRes/pkg/PLIST-md.shared
Normal file
4
devel/p5-Time-HiRes/pkg/PLIST-md.shared
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST-md.shared,v 1.1.1.1 1998/11/26 18:19:50 bad Exp $
|
||||
lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Time/HiRes/HiRes.bs
|
||||
lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Time/HiRes/HiRes.so
|
||||
@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Time/HiRes
|
4
devel/p5-Time-HiRes/pkg/PLIST-md.static
Normal file
4
devel/p5-Time-HiRes/pkg/PLIST-md.static
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST-md.static,v 1.1.1.1 1998/11/26 18:19:50 bad Exp $
|
||||
lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Time/HiRes/HiRes.a
|
||||
lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Time/HiRes/extralibs.ld
|
||||
@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Time/HiRes
|
4
devel/p5-Time-HiRes/pkg/PLIST-mi
Normal file
4
devel/p5-Time-HiRes/pkg/PLIST-mi
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST-mi,v 1.1.1.1 1998/11/26 18:19:50 bad Exp $
|
||||
lib/perl5/man/man3/Time::HiRes.3
|
||||
lib/perl5/site_perl/Time/HiRes.pm
|
||||
lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Time/HiRes/.packlist
|
Loading…
Reference in a new issue