summaryrefslogtreecommitdiff
path: root/pkgtools/cdpack
AgeCommit message (Collapse)AuthorFilesLines
2001-06-02update to cdpack-1.1.dmcmahill4-24/+116
Changes are: add a '-X directory' option which allows you to specify a directory whose contents should be included on the last CD of the set. This is useful for including, for example, a pkgsrc.tar.gz tarball which doesn't need to be duplicated on each CD. make the usage output be a little better. in particular, list the options and mention the existance of a manpage.
2001-05-09fix COMMENT typo.dmcmahill1-2/+2
2001-05-03add another TODO item. (flag to exclude NO_BIN_ON_CDROM packages).dmcmahill1-1/+3
2001-05-03make a note in the author section that I got the idea of duplicating packagesdmcmahill1-2/+4
to eliminate inter-cd dependencies from Todd Vierling.
2001-04-28add a TODO/wish list. This file is only there to be read by someone whodmcmahill1-0/+20
wants to hack on the package and is not otherwise used (so I don't feel bad adding it during the freeze).
2001-04-27initial import of cdpack-1.0dmcmahill6-0/+999
cdpack is a small utility for creating ISO 9660 images for a multi-CD binary package collection. The utility creates ISO 9660 images for all the binary packages in a specified directory. A choice of two algorithms is available for how the packages are grouped. The "no duplication" algorithm arranges the packages so any package on CD number `n' will have all of its dependencies on CD numbers 1 through `n'. The "no inter-CD depends" algorithm will place certain packages on more than one CD to ensure that each CD is self contained (all package dependencies are satisfied within the single CD).