./pkgtools/pkg_chk, Check installed package versions against pkgsrc

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0, Package name: pkg_chk-2.0, Maintainer: abs

pkg_chk verifies that the versions of installed packages matches those in
pkgsrc, optionally adding missing or updating mismatched packages.

It can verify all installed packages, or check against a set of packages
based on the hostname, architecture, and other characteristics.


Version history: (Expand)


CVS history: (Expand)


   2009-10-28 22:29:00 by David Brownlee | Files touched by this commit (1)
Log message:
Clarify -u usage (noticed by bvd - thanks)
   2009-07-22 23:56:13 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Use gzcat for the pkg_summary file, fixes Solaris.
   2009-05-05 00:45:16 by David Brownlee | Files touched by this commit (2) | Package updated
Log message:
Updated pkgtools/pkg_chk to 1.99

Add missing ^ to one PKGPATH= regex to ensure we do not pick up PREV_PKGPATH
or similar
   2009-05-04 22:45:41 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove trailing whitespace. Spelling. Punctuation nits. Remove superfluous
.Pp.
   2009-04-09 02:48:18 by Joerg Sonnenberger | Files touched by this commit (109)
Log message:
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
   2009-03-25 01:00:52 by David Brownlee | Files touched by this commit (2) | Package updated
Log message:
Updated pkgtools/pkg_chk to 1.98

- Avoid using -. to pkg_info
- Indicate when using a pkg_summary.gz rather than running pkg_info -X on all
  binary packages
   2009-02-21 21:50:06 by David Brownlee | Files touched by this commit (2) | Package updated
Log message:
Updated pkgtools/pkg_chk to 1.97

Fix PR 36641 - pkg_chk -g requires pkgsrc source tree, from Aleksey Cheusov.
   2008-12-20 10:50:59 by David Brownlee | Files touched by this commit (2) | Package updated
Log message:
Updated pkgtools/pkg_chk to 1.96

Handle unset PKGSRCDIR - from Taylor R Campbell in PR/39306