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,12 @@
COMMENT = use Hash::Util::FieldHash or ties, depending on availability
MODULES = cpan
PKG_ARCH = *
DISTNAME = Hash-Util-FieldHash-Compat-0.11
CATEGORIES = devel
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Hash-Util-FieldHash-Compat-0.11.tar.gz) = ZC5Gp1tTe6EUILMPiwNAPJCgahVFjNgAnzOf6eXzdBs=
SIZE (Hash-Util-FieldHash-Compat-0.11.tar.gz) = 27473

View file

@ -0,0 +1,6 @@
Under older perls this module provides a drop in compatible api to
Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is
available it will use that instead.
This way code requiring field hashes can benefit from fast, robust field
hashes on Perl 5.10 and newer, but still run on older perls that don't
ship with that module.

View file

@ -0,0 +1,8 @@
${P5SITE}/Hash/
${P5SITE}/Hash/Util/
${P5SITE}/Hash/Util/FieldHash/
${P5SITE}/Hash/Util/FieldHash/Compat/
${P5SITE}/Hash/Util/FieldHash/Compat.pm
${P5SITE}/Hash/Util/FieldHash/Compat/Heavy.pm
@man man/man3p/Hash::Util::FieldHash::Compat.3p
@man man/man3p/Hash::Util::FieldHash::Compat::Heavy.3p