summaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Binpack/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Algorithm-Binpack/pkg-descr')
-rw-r--r--devel/p5-Algorithm-Binpack/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-Binpack/pkg-descr b/devel/p5-Algorithm-Binpack/pkg-descr
new file mode 100644
index 000000000000..4705bd336459
--- /dev/null
+++ b/devel/p5-Algorithm-Binpack/pkg-descr
@@ -0,0 +1,6 @@
+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/