diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-08-01 21:47:43 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-08-01 21:47:43 +0000 |
commit | 1832aab6a8c173e40968785b819f1009577584bb (patch) | |
tree | b9de2c2cbb3bdf90b974a4a08508b2177a62e64a /pkgtools/cdpack/DESCR | |
parent | 34a4fad0cbd05c13b24288a456e188c34b7c1a20 (diff) | |
download | pkgsrc-1832aab6a8c173e40968785b819f1009577584bb.tar.gz |
update to cdpack-1.6.
- add -m, -o, and -r flags to optionally specify the machine-architecture
operating system, and os version to be displayed in the generated README
file. From Greg Woods via private email.
- White space fixes from Greg Woods.
- Clean up the generated README file as well as several of the messages
to reflect if the collection is a CD-ROM or DVD set. Some patches from
Greg Woods, more from me.
- List the tools used at runtime.
Diffstat (limited to 'pkgtools/cdpack/DESCR')
-rw-r--r-- | pkgtools/cdpack/DESCR | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/pkgtools/cdpack/DESCR b/pkgtools/cdpack/DESCR index 07ce572db7e..02be58cca57 100644 --- a/pkgtools/cdpack/DESCR +++ b/pkgtools/cdpack/DESCR @@ -1,11 +1,14 @@ cdpack is a small utility for creating ISO 9660 images for -a multi-CD binary package collection. The utility creates +a multi-CD/DVD 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). +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/DVD number `n' will have all of +its dependencies on CD/DVD numbers 1 through `n'. + +The "no inter-CD/DVD depends" algorithm will place certain +packages on more than one CD/DVD to ensure that each CD/DVD is +self contained (all package dependencies are satisfied within +the single CD/DVD). |