initial import of cdpack-1.0
authordmcmahill <dmcmahill>
Fri, 27 Apr 2001 18:16:42 +0000 (18:16 +0000)
committerdmcmahill <dmcmahill>
Fri, 27 Apr 2001 18:16:42 +0000 (18:16 +0000)
commit9ee9ed7d92e59405ec19d0b5c2f82eab642f4e85
tree0fde848a5611befd347c4f86a1ee8a2e0b4d8902
parent7621facded7638354850e82299599840816c1196
initial import of cdpack-1.0

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).
pkgtools/cdpack/Makefile [new file with mode: 0644]
pkgtools/cdpack/files/cdgen.awk [new file with mode: 0755]
pkgtools/cdpack/files/cdpack.1 [new file with mode: 0644]
pkgtools/cdpack/files/cdpack.sh [new file with mode: 0755]
pkgtools/cdpack/pkg/DESCR [new file with mode: 0644]
pkgtools/cdpack/pkg/PLIST [new file with mode: 0644]