summaryrefslogtreecommitdiff
path: root/pkgtools/pkgcvsupdate/files/pkgcvsupdate.1
AgeCommit message (Collapse)AuthorFilesLines
2002-07-15Pkgcvsupdate is too buggy, so remove it.seb1-70/+0
If people are interested in beta testing a replacement, contact me <seb@netbsd.org>.
2002-01-07Update to version 0.3seb1-4/+7
New feature: Somewhat rewritten to support run from top-level pkgsrc directory. When run from there pkgcvsupdate launchs a separate cvs update for each caterory directory. This is believed to be faster than a single cvs run. Thanks to Simon Burge for this! Bugfix: First update a category Makefile (by way of a non-recursive update in the category directory) before finding out which packages are included in it.
2001-11-30Update to 0.2.seb1-1/+6
Nearly a complete rewrite in order to deal with the following situation: a package's Makefile include a Makefile fragment (like a buildlink.mk file) which does not exist, so `$MAKE show-depends-dirs' cannot be run. To resolve this pkgcvsupdate now try to figure out which package provide the missing file and update it first (and its dependencies), it will update a second time the crippled package in case the fragment - hopefully now in place - brings along new dependencies. Thanks to zuntum for this interesting case I overlooked!
2001-11-29Initial import of pkgcvsupdate-0.1.seb1-0/+62
Thanks to wiz for the manpage! Pkgcvsupdate is a tool to ease updating package source files from CVS. It can update a single package and its dependencies or a whole category of packages and their dependencies.