SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
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