xref: /openbsd/share/man/man1/pkg_outdated.1 (revision 09467b48)
1.\"	$OpenBSD: pkg_outdated.1,v 1.2 2018/07/09 18:27:58 jmc Exp $
2.\"
3.\" Copyright (c) 2011 Marc Espie <espie@openbsd.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd $Mdocdate: July 9 2018 $
18.Dt PKG_OUTDATED 1
19.Os
20.Sh NAME
21.Nm pkg_outdated
22.Nd compare installed packages and the ports tree
23.Sh SYNOPSIS
24.Nm
25.Op Fl mqvx
26.Sh DESCRIPTION
27.Nm
28checks installed packages and compares them to the ports tree.
29It displays packages that may need updating.
30Typical output is a subdirlist with comments, suitable for bulk building.
31.Pp
32Options are as follows:
33.Bl -tag -width pkgpathlonger
34.It Fl m
35Causes
36.Nm
37to always display the progress meter in cases it would not do so by default.
38.It Fl q
39Quick check, only verifies the names and not full update signatures.
40Use is discouraged.
41.It Fl v
42Verbose mode.
43Does not do anything yet.
44.It Fl x
45Disable progress meter.
46.El
47.Sh AUTHORS
48.An Bernd Ahlers
49