.\" $NetBSD: cddist.1,v 1.3 2009/05/13 10:43:19 wiz Exp $ .\" .\" Copyright (c) 2008 Dan McMahill, All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. All advertising materials mentioning features or use of this software .\" must display the following acknowledgement: .\" This product includes software developed by Dan McMahill .\" 4. The name of the author may not be used to endorse or promote .\" products derived from this software without specific prior written .\" permission. .\" .\" THIS SOFTWARE IS PROVIDED BY DAN MCMAHILL .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" .Dd January 28, 2008 .Dt CDDIST 1 .Os .Sh NAME .Nm cddist .Nd produce multi-CD/DVD distfile archive images .Sh SYNOPSIS .Nm .Op Fl dRVv .Op Fl dvd .Op Fl h | Fl Fl help .Op Fl l Ar logfile .Op Fl X Ar extras_directory .Op Fl x Ar common_directory .Ar distfiles_directory .Ar image_directory .Sh DESCRIPTION The .Nm utility produces ISO 9660 image files for a multiple CD/DVD archive of pkgsrc distfiles. .Pp The .Nm utility archives all files and directories found in the directory .Ar distfiles_directory specified on the command line. The directory .Ar cd_image_directory is used as a staging area and the final ISO 9660 images are left in that directory. A file, .Pa .index , which lists the contents of each CD/DVD will be left in the root directory of each CD/DVD image. .Bl -tag -width "-x directory " .It Fl d Enable debugging by not deleting temporary files at the end of the run. These files are left in .Ev TMPDIR . .It Fl dvd Create DVD sized images rather than the default CD-ROM sized images. .It Fl h .It Fl Fl help Displays a short usage message. .It Fl l Ar logfile Log the output of .Ic mkisofs Fl v Fl v to the file .Ar logfile . .It Fl R Generate a file, .Pa README.txt , which will be placed in the root directory of each CD/DVD image. This README file contains a small amount of information about the contents of the CD/DVD set. .It Fl V Print the program version number and exit. .It Fl v Be verbose. Currently does not change things much. .It Fl X Ar directory Includes the contents of .Ar directory on the last CD/DVD in the set. This is useful for adding a pkgsrc.tar.gz tarball, i.e. a file which does not need to be on each CD/DVD. .It Fl x Ar directory Includes the contents of .Ar directory on each CD/DVD. This is useful for README files, etc., which you want to be present on each CD/DVD in the set. .El .Sh EXIT STATUS .Ex -std cddist .Sh ENVIRONMENT .Nm uses the fillowing environment variables if set. .Bl -tag -width "TMPDIR" .It Ev AWK awk implementation to use. Defaults to .Dq Pa @AWK@ . .It Ev TMPDIR Directory for holding temporary files during the image creation. Defaults to .Dq Pa /tmp . .El .Sh EXAMPLES This example takes all of the distfiles found in .Pa /usr/pkgsrc/distfiles and creates cd images in .Pa /u2/images/disk{1,2,...}.iso . The directories .Pa /u2/images/disk{1,2,...} are used to create the ISO 9660 layouts. .D1 cddist /usr/pkgsrc/distfiles /u2/images .Pp To include a common set of files on all CD/DVD's, place them in a directory, .Pa /tmp/foo in this example, and pass in the directory name with the .Fl x option. .Dl cddist -x /tmp/foo /usr/pkgsrc/distfiles /u2/images .Sh SEE ALSO .Xr cdpack 1 , .Xr mkisofs 1 .Sh HISTORY The .Nm utility first appeared in the .Nx packages collection in January, 2008. .Sh AUTHORS The .Nm utility was written by .An Dan McMahill .Aq dmcmahill@NetBSD.org .