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,19 @@
COMMENT= faster Class::Std
DISTNAME= Class-Std-Fast-v0.0.8
PKGNAME= p5-${DISTNAME:S/v//}
CATEGORIES= devel
REVISION= 0
# perl
PERMIT_PACKAGE= Yes
MODULES= cpan
PKG_ARCH= *
CONFIGURE_STYLE= modbuild
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Class-Std
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Class-Std-Fast-v0.0.8.tar.gz) = G9Q3Y8ajcxgwl6MOeH9dZxOw2ydRHFLVMyZrWdLPp4A=
SIZE (Class-Std-Fast-v0.0.8.tar.gz) = 20915

View file

@ -0,0 +1,4 @@
Class::Std::Fast allows you to use the beautiful API of Class::Std in a
faster way than Class::Std does. You can get the object's ident via
scalarifiyng your object. Getting the objects ident is still possible
via the ident method, but it's faster to scalarify your object.

View file

@ -0,0 +1,6 @@
${P5SITE}/Class/Std/
${P5SITE}/Class/Std/Fast/
${P5SITE}/Class/Std/Fast.pm
${P5SITE}/Class/Std/Fast/Storable.pm
@man man/man3p/Class::Std::Fast.3p
@man man/man3p/Class::Std::Fast::Storable.3p