summaryrefslogtreecommitdiff
path: root/pkgtools/verifypc
AgeCommit message (Collapse)AuthorFilesLines
2006-03-19pkglint: unquote subst message.wiz1-2/+2
2005-12-27Honor PKGMANDIR.reed1-3/+3
2005-10-09Update to 1.3:jmmv2-4/+8
- Clarify the difference between a "not found package" and a "not a direct dependency" one.
2005-10-03Update to 1.2:jmmv2-4/+4
- Package names can have dashes in them, so use a correct regexp to extract the package name from a dependency specification.
2005-10-02Update to 1.1:jmmv2-5/+11
- Raise an appropriate warning if pkg_admin pmatch fails due to an incorrect pattern (e.g., cairo>=0.5.2-head is unrecognized).
2005-10-01Initial import of verifypc, version 1.0:jmmv5-0/+299
verifypc is a tool that sanity checks the dependencies of a package based on the results of a successful build, assuming the package uses pkg-config to detect dependencies. verifypc will warn you if the configuration script requests an uninstalled or unavailable package (not specified as a direct dependency) or if the requested package does not match the version specification in the packages' dependencies.