Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 04/27/2001 21:16:44
Module Name: pkgsrc
Committed By: dmcmahill
Date: Fri Apr 27 18:16:44 UTC 2001
Update of /cvsroot/pkgsrc/pkgtools/cdpack
In directory netbsd.hut.fi:/tmp/cvs-serv14044
Log Message:
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).
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/pkgtools/cdpack/Makefile
N pkgsrc/pkgtools/cdpack/pkg/PLIST
N pkgsrc/pkgtools/cdpack/pkg/DESCR
N pkgsrc/pkgtools/cdpack/files/cdgen.awk
N pkgsrc/pkgtools/cdpack/files/cdpack.sh
N pkgsrc/pkgtools/cdpack/files/cdpack.1
No conflicts created by this import