1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: datapacker
Section: utils
Priority: extra
Maintainer: John Goerzen <jgoerzen@complete.org>
Build-Depends: debhelper (>= 5), groff, docbook-utils, man-db, ghostscript,
gtk-doc-tools, sgml2x, jade,
ghc (>= 6.8), haskell-devscripts (>= 0.6.6), libghc-missingh-dev (>= 1.0.1),
libghc-unix-dev, libghc-mtl-dev, libghc-filepath-dev, libghc-hslogger-dev
Build-Conflicts: docbook-ebnf
Standards-Version: 3.7.3
Homepage: http://software.complete.org/datapacker
Vcs-Browser: http://git.complete.org/datapacker
Vcs-Git: git://git.complete.org/datapacker
Package: datapacker
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${haskell:Depends}
Description: Tool to pack files into minimum number of CDs/DVDs/etc
datapacker is a tool to group files by size. It is
designed to group files such that they fill fixed-size containers
(called "bins") using the minimum number of containers. This is
useful, for instance, if you want to archive a number of files to CD
or DVD, and want to organize them such that you use the minimum
possible number of CDs or DVDs.
.
In many cases, datapacker executes almost instantaneously. Of
particular note, the hardlink action can be used
to effectively copy data into bins without having to actually copy
the data at all.
.
datapacker is a tool in the traditional Unix style; it can be used in
pipes and call other tools.
|