SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,18 @@
COMMENT= benchmarking with statistical confidence
MODULES= cpan
PKG_ARCH= *
DISTNAME= Benchmark-Timer-0.7112
CATEGORIES= devel benchmarks
REVISION= 0
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
# GPLv2
PERMIT_PACKAGE= Yes
BUILD_DEPENDS = devel/p5-Module-Install
MAKE_ENV = TEST_POD=Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Benchmark-Timer-0.7112.tar.gz) = AnhEfZrZ13PVmk69bbiv6t3oHI+l1qhzj159V44qQC4=
SIZE (Benchmark-Timer-0.7112.tar.gz) = 47756

View file

@ -0,0 +1,5 @@
The Benchmark::Timer class allows you to time portions of code
conveniently, as well as benchmark code by allowing timings of repeated
trials. It is perfect for when you need more precise information about
the running time of portions of your code than the Benchmark module will
give you, but don't want to go all out and profile your code.

View file

@ -0,0 +1,5 @@
${P5SITE}/Benchmark/
${P5SITE}/Benchmark/Timer.pm
${P5SITE}/Benchmark/delta.pl
@man man/man3p/Benchmark::Timer.3p
@man man/man3p/Benchmark::delta.3p