summaryrefslogtreecommitdiff
path: root/pkgtools/cdpack/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-03-03LICENSE=original-bsdobache1-1/+2
2014-03-03Just define PKGNAME and use it.obache1-4/+2
2012-09-11"user-destdir" is default these daysasau1-3/+1
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2009-02-20Update to cdpack-1.9. This version teaches cdpack how to add packagesdmcmahill1-3/+13
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.
2008-06-16Fix DESTDIR.joerg1-4/+4
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-01-28Update to cdpack-1.8. This change adds the cddist utility which maydmcmahill1-11/+16
be used for creating a cd/dvd set containing a distfile archive. No change to the existing portions of the package.
2007-11-28Check for deprecated mkisofs flags. Fix found and bump pkgrevision.mishka1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-05Depend on cdrtools instead of cdrecord. Bump PKGREVISION.wiz1-3/+3
Update some messages/comments.
2005-08-01update to cdpack-1.6.dmcmahill1-7/+20
- 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.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-03-14Fix typo in previous.tv1-2/+2
2005-03-14There's no need to manually format and install a nroffed manpage.tv1-13/+2
Install the source and let man(1) do it.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-30Add trailing / to HOMEPAGEscjep1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-02-05update to cdpack-1.5. The primary change is the addition of a '-dvd' optiondmcmahill1-2/+2
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.
2002-09-18update to cdpack-1.4.2. This is a documentation fix only update. Thedmcmahill1-2/+2
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.
2002-05-22update to cdpack-1.4.1.dmcmahill1-2/+2
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.
2002-05-19update to cdpack-1.4dmcmahill1-2/+2
- 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
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
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.
2001-06-24add an option to allow logging the output of "mkisofs -v -v" to a file.dmcmahill1-2/+2
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.
2001-06-23update to cdpack-1.2dmcmahill1-2/+2
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.
2001-06-02update to cdpack-1.1.dmcmahill1-2/+2
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.
2001-05-09fix COMMENT typo.dmcmahill1-2/+2
2001-04-27initial import of cdpack-1.0dmcmahill1-0/+44
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).