diff options
author | bad <bad@pkgsrc.org> | 1998-11-26 18:16:05 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1998-11-26 18:16:05 +0000 |
commit | 31f0bbd21ad8e564e3a0841506017db88b8be086 (patch) | |
tree | 9e847a306e4b0db3081c47eb1e3001f3957f38ca /devel/p5-Devel-SmallProf | |
parent | c006b8f01887b11364677b4c71c903be3825916c (diff) | |
download | pkgsrc-31f0bbd21ad8e564e3a0841506017db88b8be086.tar.gz |
Devel::SmallProf a line-by-line profiler for Perl programs.
Diffstat (limited to 'devel/p5-Devel-SmallProf')
-rw-r--r-- | devel/p5-Devel-SmallProf/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-Devel-SmallProf/files/md5 | 3 | ||||
-rw-r--r-- | devel/p5-Devel-SmallProf/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/p5-Devel-SmallProf/pkg/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Devel-SmallProf/pkg/PLIST | 5 |
5 files changed, 32 insertions, 0 deletions
diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile new file mode 100644 index 00000000000..3dd497d6f34 --- /dev/null +++ b/devel/p5-Devel-SmallProf/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/11/26 18:16:05 bad Exp $ +# + +DISTNAME= Devel-SmallProf-0.5 +PKGNAME= p5-Devel-SmallProf-0.5 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Devel + +MAINTAINER= bad@netbsd.org + +DEPENDS= p5-Time-HiRes-01.19:../../devel/p5-Time-HiRes + +USE_PERL5= yes + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Devel-SmallProf/files/md5 b/devel/p5-Devel-SmallProf/files/md5 new file mode 100644 index 00000000000..3ae94c905ea --- /dev/null +++ b/devel/p5-Devel-SmallProf/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/11/26 18:16:05 bad Exp $ + +MD5 (Devel-SmallProf-0.5.tar.gz) = 9c454033314eaf45273f5f75282c8581 diff --git a/devel/p5-Devel-SmallProf/pkg/COMMENT b/devel/p5-Devel-SmallProf/pkg/COMMENT new file mode 100644 index 00000000000..51cddc5f737 --- /dev/null +++ b/devel/p5-Devel-SmallProf/pkg/COMMENT @@ -0,0 +1 @@ +perl5 module for line-by-line profiling perl programs diff --git a/devel/p5-Devel-SmallProf/pkg/DESCR b/devel/p5-Devel-SmallProf/pkg/DESCR new file mode 100644 index 00000000000..648d9f081a7 --- /dev/null +++ b/devel/p5-Devel-SmallProf/pkg/DESCR @@ -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. diff --git a/devel/p5-Devel-SmallProf/pkg/PLIST b/devel/p5-Devel-SmallProf/pkg/PLIST new file mode 100644 index 00000000000..4be043d3f42 --- /dev/null +++ b/devel/p5-Devel-SmallProf/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/11/26 18:16:05 bad Exp $ +lib/perl5/man/man3/Devel::SmallProf.3 +lib/perl5/site_perl/Devel/SmallProf.pm +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Devel/SmallProf/.packlist +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Devel/SmallProf |