From 579fc93ecbfe922f152aa5494b220ba687818ad0 Mon Sep 17 00:00:00 2001 From: shell Date: Sun, 3 Jun 2001 17:52:08 +0000 Subject: [PATCH] Initial import of p5-Devel-SmallProf-0.9 Submitted by Srebrenko Sehic --- 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. --- devel/p5-Devel-SmallProf/Makefile | 26 ++++++++++++++++++++++++++ devel/p5-Devel-SmallProf/files/md5 | 3 +++ devel/p5-Devel-SmallProf/pkg/DESCR | 4 ++++ devel/p5-Devel-SmallProf/pkg/PLIST | 4 ++++ 4 files changed, 37 insertions(+) create mode 100644 devel/p5-Devel-SmallProf/Makefile create mode 100644 devel/p5-Devel-SmallProf/files/md5 create mode 100644 devel/p5-Devel-SmallProf/pkg/DESCR create mode 100644 devel/p5-Devel-SmallProf/pkg/PLIST diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile new file mode 100644 index 00000000000..5eac670b41f --- /dev/null +++ b/devel/p5-Devel-SmallProf/Makefile @@ -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 + +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 diff --git a/devel/p5-Devel-SmallProf/files/md5 b/devel/p5-Devel-SmallProf/files/md5 new file mode 100644 index 00000000000..c877773cf7c --- /dev/null +++ b/devel/p5-Devel-SmallProf/files/md5 @@ -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 diff --git a/devel/p5-Devel-SmallProf/pkg/DESCR b/devel/p5-Devel-SmallProf/pkg/DESCR new file mode 100644 index 00000000000..2bdc54aebae --- /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..4c285546154 --- /dev/null +++ b/devel/p5-Devel-SmallProf/pkg/PLIST @@ -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