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,26 @@
COMMENT = utility to make parameter checking easier
DISTNAME = Params-Util-1.102
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c perl
MODULES = cpan
BUILD_DEPENDS = devel/p5-Config-AutoConf>=0.315 \
sysutils/p5-Capture-Tiny
TEST_DEPENDS = devel/p5-Test-LeakTrace
# use OpenBSD package instead of some included bundle
post-extract:
rm -r -- ${WRKSRC}/inc/inc_Capture-Tiny
rm -r -- ${WRKSRC}/inc/inc_Config-AutoConf
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Params-Util-1.102.tar.gz) = SZuxtILbJP2id6UVJVlq0JLCvVHdUI+o/sLp+EkJdAI=
SIZE (Params-Util-1.102.tar.gz) = 194986

View file

@ -0,0 +1,16 @@
use OpenBSD package instead of some included bundle
Index: Makefile.PL
--- Makefile.PL.orig
+++ Makefile.PL
@@ -13,8 +13,8 @@ BEGIN
}
}
-use inc::latest 'Capture::Tiny';
-use inc::latest 'Config::AutoConf';
+use Capture::Tiny;
+use Config::AutoConf;
unless (-f "META.yml")
{

View file

@ -0,0 +1,2 @@
Params::Util provides a basic set of functions that makes checking
parameters easier.

View file

@ -0,0 +1,11 @@
${P5ARCH}/
${P5ARCH}/Params/
${P5ARCH}/Params/Util/
${P5ARCH}/Params/Util.pm
${P5ARCH}/Params/Util/PP.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Params/
${P5ARCH}/auto/Params/Util/
@so ${P5ARCH}/auto/Params/Util/Util.so
@man man/man3p/Params::Util.3p
@man man/man3p/Params::Util::PP.3p