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,14 @@
COMMENT= set of objects and strings
MODULES= cpan
DISTNAME = Set-Object-1.42
CATEGORIES= devel
# Artistic License 2.0
PERMIT_PACKAGE= Yes
WANTLIB += c perl
TEST_DEPENDS = devel/p5-Test-LeakTrace
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Set-Object-1.42.tar.gz) = 0YxaiiM+q70CBs89pbAPzdezf+vxKpPcw9HAJub97EU=
SIZE (Set-Object-1.42.tar.gz) = 83376

View file

@ -0,0 +1,5 @@
This modules implements a set of objects, that is, an unordered
collection of objects without duplication.
The term objects is applied loosely - for the sake of Set::Object,
anything that is a reference is considered an object.

View file

@ -0,0 +1,13 @@
${P5ARCH}/
${P5ARCH}/Set/
${P5ARCH}/Set/Object/
${P5ARCH}/Set/Object.pm
${P5ARCH}/Set/Object/Weak.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Set/
${P5ARCH}/auto/Set/Object/
@so ${P5ARCH}/auto/Set/Object/Object.so
${P5ARCH}/auto/Set/Object/autosplit.ix
@man man/man3p/Set::Changes.3p
@man man/man3p/Set::Object.3p
@man man/man3p/Set::Object::Weak.3p