Initial import of p5-Devel-SmallProf-0.9
Submitted by Srebrenko Sehic <haver@insecure.dk> --- The Devel::SmallProf profiler is focused on the time taken for a program run on a line-by-line basis. It is intended to be as "small" in terms of impact on the speed and memory usage of the profiled program as possible and also in terms of being simple to use.
This commit is contained in:
parent
73e9ddfd64
commit
579fc93ecb
26
devel/p5-Devel-SmallProf/Makefile
Normal file
26
devel/p5-Devel-SmallProf/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/03 17:52:08 shell Exp $
|
||||
|
||||
COMMENT= "per-line Perl profiler"
|
||||
|
||||
DISTNAME= Devel-SmallProf-0.9
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
NEED_VERSION= 1.414
|
||||
|
||||
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Devel
|
||||
|
||||
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd
|
||||
BUILD_DEPENDS= ${PERL_MODULES}/Time/HiRes.pm::devel/p5-Time-HiRes
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Devel-SmallProf/files/md5
Normal file
3
devel/p5-Devel-SmallProf/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Devel-SmallProf-0.9.tar.gz) = c9e50df36a3ad48fe01071813768d975
|
||||
RMD160 (Devel-SmallProf-0.9.tar.gz) = 12aa601be7b6de6eaabf82c3e3d4ef74abdaa8f9
|
||||
SHA1 (Devel-SmallProf-0.9.tar.gz) = 7175e5b6f3a36cc6300b9e614de2079854c8038a
|
4
devel/p5-Devel-SmallProf/pkg/DESCR
Normal file
4
devel/p5-Devel-SmallProf/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
The Devel::SmallProf profiler is focused on the time taken for a program
|
||||
run on a line-by-line basis. It is intended to be as "small" in terms of
|
||||
impact on the speed and memory usage of the profiled program as possible
|
||||
and also in terms of being simple to use.
|
4
devel/p5-Devel-SmallProf/pkg/PLIST
Normal file
4
devel/p5-Devel-SmallProf/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/03 17:52:08 shell Exp $
|
||||
libdata/perl5/site_perl/Devel/SmallProf.pm
|
||||
man/man3/Devel::SmallProf.3p
|
||||
@dirrm libdata/perl5/site_perl/i386-openbsd/auto/Devel/SmallProf
|
Loading…
Reference in New Issue
Block a user