Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Add EXIT STATUS section.
Sort options and their descriptions.
|
|
New sentence, new line.
Add EXIT STATUS section.
Sort options and their descriptions.
Bump date for previous.
|
|
ending in .tbz as well as .tgz. Should address the problem reported
in PR pkg/40515. I am explicitly not using the mk.conf settings
for PKG_SUFX though because at run time we may or may not have a valid
mk.conf on hand that corresponds to how the packages were built.
|
|
|
|
|
|
be used for creating a cd/dvd set containing a distfile archive. No change
to the existing portions of the package.
|
|
wrong file)
|
|
|
|
Patch provided by Sergey Svishchev in private mail.
|
|
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
|
|
|
|
Update some messages/comments.
|
|
- 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.
|
|
|
|
|
|
Install the source and let man(1) do it.
|
|
portability. Patch provided by Greg Woods in PR pkg/28899.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
which creates DVD sized images instead of the default CD-ROM sized images.
Prompted by the current size of an i386 CD-ROM set (7) and the suggestion
by David Brownlee that we create DVD images.
|
|
directories.
|
|
change is to make the usage output and the manpage agree with each other
and with reality. Thanks to hubertf at netbsd for pointing out the problem.
|
|
- direct to CD writing
- inclusion of distfiles for pkgs which can't be packaged.
|
|
NO_BIN_ON_{FTP,CDROM})
|
|
This update adds a prominant message at the end of the run explicitly stating
which class of NO_BIN_ON_{FTP,CDROM} pkgs have been included or excluded
from the set. This should help prevent accidental license violations.
Suggested by Hubert Feyrer in private email.
|
|
- by default cdpack now excludes NO_BIN_ON_CDROM packages. This is the most
important change. Previously all pkgs were included.
- added flag to allow NO_BIN_ON_CDROM packages
- added flag to exclude NO_BIN_ON_FTP packages
- increased the verbosity resulting from the verbose flag
- added a debug flag to preserve tmp files
|
|
|
|
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
This provides the required information for some "on the fly" iso image
generation on an ftp server. Requested by Todd Vierling.
bump rev to 1.3.
|
|
change is that the automatically generated README.txt file is now
only generated if requested via the -R flag as opposed to always generating
the file.
Suggested by Hubert.
|
|
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.
|
|
|
|
|
|
to eliminate inter-cd dependencies from Todd Vierling.
|
|
wants to hack on the package and is not otherwise used (so I don't feel
bad adding it during the freeze).
|
|
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).
|