| 1 |
1121cc70 |
John |
Name: datapacker
|
| 2 |
894de03d |
John |
Version: 1.0.1
|
| 3 |
1121cc70 |
John |
License: GPL
|
| 4 |
1121cc70 |
John |
Maintainer: John Goerzen <jgoerzen@complete.org>
|
| 5 |
1121cc70 |
John |
Author: John Goerzen
|
| 6 |
1121cc70 |
John |
Stability: Stable
|
| 7 |
1121cc70 |
John |
Copyright: Copyright (c) 2008 John Goerzen
|
| 8 |
1121cc70 |
John |
license-file: COPYRIGHT
|
| 9 |
6dd71985 |
John |
extra-source-files: COPYING, datapacker.sgml, Makefile, INSTALL
|
| 10 |
1121cc70 |
John |
homepage: http://software.complete.org/datapacker
|
| 11 |
1121cc70 |
John |
Build-type: Simple
|
| 12 |
f59484da |
John |
Category: System
|
| 13 |
30529c26 |
John |
Synopsis: Tool to help pack files into the minimum number of CDs/DVDs/etc
|
| 14 |
30529c26 |
John |
Description: datapacker is a tool to group files by size. It is
|
| 15 |
30529c26 |
John |
designed to group files such that they fill fixed-size containers
|
| 16 |
30529c26 |
John |
(called "bins") using the minimum number of containers. This is
|
| 17 |
30529c26 |
John |
useful, for instance, if you want to archive a number of files to CD
|
| 18 |
30529c26 |
John |
or DVD, and want to organize them such that you use the minimum
|
| 19 |
30529c26 |
John |
possible number of CDs or DVDs.
|
| 20 |
1121cc70 |
John |
.
|
| 21 |
30529c26 |
John |
In many cases, datapacker executes almost instantaneously. Of
|
| 22 |
30529c26 |
John |
particular note, the hardlink action can be used
|
| 23 |
30529c26 |
John |
to effectively copy data into bins without having to actually copy
|
| 24 |
30529c26 |
John |
the data at all.
|
| 25 |
30529c26 |
John |
.
|
| 26 |
30529c26 |
John |
datapacker is a tool in the traditional Unix style; it can be used in
|
| 27 |
30529c26 |
John |
pipes and call other tools.
|
| 28 |
b29a7a31 |
John |
|
| 29 |
30529c26 |
John |
Build-Depends: unix, MissingH>=1.0.1, mtl, base, filepath, directory,
|
| 30 |
30529c26 |
John |
hslogger, process
|
| 31 |
1121cc70 |
John |
|
| 32 |
1121cc70 |
John |
Executable: datapacker
|
| 33 |
1121cc70 |
John |
Main-Is: datapacker.hs
|
| 34 |
7843ed60 |
John |
Other-Modules: Actions, Scan, Types
|
| 35 |
ce793441 |
John |
|
| 36 |
30529c26 |
John |
GHC-Options: -O2 -Wall
|
| 37 |
ce793441 |
John |
|
| 38 |
1121cc70 |
John |
-- Extensions: ExistentialQuantification, OverlappingInstances,
|
| 39 |
1121cc70 |
John |
-- UndecidableInstances |