Initial import of verifypc, version 1.0:
authorjmmv <jmmv>
Sat, 1 Oct 2005 12:56:51 +0000 (12:56 +0000)
committerjmmv <jmmv>
Sat, 1 Oct 2005 12:56:51 +0000 (12:56 +0000)
commit40eb56739899a26e3f2d27228166c28971655fa6
treeafc6e7467a2dfd790f61ca02233e17a1cbc532d1
parent6e677dd4af153b5db234ecac6130e965708d484c
Initial import of verifypc, version 1.0:

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.
pkgtools/verifypc/DESCR [new file with mode: 0644]
pkgtools/verifypc/Makefile [new file with mode: 0644]
pkgtools/verifypc/PLIST [new file with mode: 0644]
pkgtools/verifypc/files/verifypc.1 [new file with mode: 0644]
pkgtools/verifypc/files/verifypc.sh [new file with mode: 0644]