freebsd-ports/devel/p5-Algorithm-Binpack/pkg-descr
Eitan Adler 4270e050e4 Move the perl port to where it belongs.
No MOVED entry cause its new.
Hand maintianer to wblock per request

Pointyhat to:	eadler
Feature safe:	yes
2012-10-14 12:10:40 +00:00

6 lines
301 B
Text

Algorithm::BinPack efficiently packs items into bins. The bins are given
a maximum size, and items are packed in with as little empty space as
possible. An example use would be backing up files to CD, while
minimizing the number of discs required.
WWW: http://search.cpan.org/dist/Algorithm-BinPack/