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,16 @@
COMMENT= base class for implementing various dependency trees
MODULES= cpan
PKG_ARCH= *
DISTNAME= Algorithm-Dependency-1.112
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= devel/p5-Test-ClassAPI \
devel/p5-Params-Util
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Algorithm-Dependency-1.112.tar.gz) = fg+3w59WotzPnQKVyC8wMe4RboB/ahKkOPpN1BsOwYc=
SIZE (Algorithm-Dependency-1.112.tar.gz) = 43014

View file

@ -0,0 +1,3 @@
Algorithm::Dependency is a framework for creating simple read-only
dependency heirachies, where you have a set of items that rely on other
items in the set, and require actions on them as well.

View file

@ -0,0 +1,19 @@
${P5SITE}/Algorithm/
${P5SITE}/Algorithm/Dependency/
${P5SITE}/Algorithm/Dependency.pm
${P5SITE}/Algorithm/Dependency/Item.pm
${P5SITE}/Algorithm/Dependency/Ordered.pm
${P5SITE}/Algorithm/Dependency/Source/
${P5SITE}/Algorithm/Dependency/Source.pm
${P5SITE}/Algorithm/Dependency/Source/File.pm
${P5SITE}/Algorithm/Dependency/Source/HoA.pm
${P5SITE}/Algorithm/Dependency/Source/Invert.pm
${P5SITE}/Algorithm/Dependency/Weight.pm
@man man/man3p/Algorithm::Dependency.3p
@man man/man3p/Algorithm::Dependency::Item.3p
@man man/man3p/Algorithm::Dependency::Ordered.3p
@man man/man3p/Algorithm::Dependency::Source.3p
@man man/man3p/Algorithm::Dependency::Source::File.3p
@man man/man3p/Algorithm::Dependency::Source::HoA.3p
@man man/man3p/Algorithm::Dependency::Source::Invert.3p
@man man/man3p/Algorithm::Dependency::Weight.3p