SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
math/p5-Algorithm-Combinatorics/Makefile
Normal file
18
math/p5-Algorithm-Combinatorics/Makefile
Normal 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>
|
2
math/p5-Algorithm-Combinatorics/distinfo
Normal file
2
math/p5-Algorithm-Combinatorics/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Algorithm-Combinatorics-0.27.tar.gz) = g3jaOezbN9XMicwTCjsTU/111Wx2kJBWc0c/5MJc0TI=
|
||||
SIZE (Algorithm-Combinatorics-0.27.tar.gz) = 17548
|
5
math/p5-Algorithm-Combinatorics/pkg/DESCR
Normal file
5
math/p5-Algorithm-Combinatorics/pkg/DESCR
Normal 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()'.
|
8
math/p5-Algorithm-Combinatorics/pkg/PLIST
Normal file
8
math/p5-Algorithm-Combinatorics/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue