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,18 @@
COMMENT = efficient generation of combinatorial sequences
DISTNAME = Algorithm-Combinatorics-0.27
REVISION = 4
CATEGORIES = math
CPAN_AUTHOR = FXN
# Perl
PERMIT_PACKAGE = Yes
WANTLIB += c perl
MODULES = cpan
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Algorithm-Combinatorics-0.27.tar.gz) = g3jaOezbN9XMicwTCjsTU/111Wx2kJBWc0c/5MJc0TI=
SIZE (Algorithm-Combinatorics-0.27.tar.gz) = 17548

View file

@ -0,0 +1,5 @@
Efficient generator of combinatorial sequences. Algorithms are selected
from the literature (work in progress, see REFERENCES). Iterators do not
use recursion, nor stacks, and are written in C.
Tuples are generated in lexicographic order, except in `subsets()'.

View file

@ -0,0 +1,8 @@
${P5ARCH}/
${P5ARCH}/Algorithm/
${P5ARCH}/Algorithm/Combinatorics.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Algorithm/
${P5ARCH}/auto/Algorithm/Combinatorics/
${P5ARCH}/auto/Algorithm/Combinatorics/Combinatorics.so
@man man/man3p/Algorithm::Combinatorics.3p