summaryrefslogtreecommitdiff
path: root/pkgtools/dfdisk/DESCR
blob: 4ba58be389dca8ed8da9e9e99c5cbfc0148b3696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
dfdisk is an utility that adds extra functionality to pkgsrc, allowing it
to fetch distfiles from multiple locations.  It currently supports the
following methods:

CD-ROM   The program manages a CD database where every disk is matched to
         a series of distfiles.  Whenever a distfile is requested, the
         program will check if it is known by the database and ask the
         user to place the needed disk in the drive.

Network  If a file is not found in the described database, the program
         fallbacks to the network, fetching the file from there (the usual
         method in pkgsrc).

Support for more methods may be added in the future, like for DVD-ROM.