mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
d60cd5d193
- Always install manual pages like we normally do - Cleanup Makefile header and COMMENT line while here - Synchronize port description text with upstream Reported by: pointyhat-west
10 lines
478 B
Plaintext
10 lines
478 B
Plaintext
Genetic Algorithm File Fitter, or just GAFFitter, is a command-line software
|
|
written in C++ that arranges -- via a genetic algorithm -- an input list of
|
|
items or files/directories into volumes of a certain capacity (target), such
|
|
as CD or DVD, in a way that the total wastage is minimized.
|
|
|
|
By smartly arranging the input list, GAFFitter fits better the given items
|
|
and so optimizes (reduces) the number of required volumes to pack them.
|
|
|
|
WWW: http://gaffitter.sourceforge.net/
|