1 .TH "PORTPEEK" "1" "Aug 2009"
3 portpeek \- Package (un)masking management script
7 [\fIoptions\fR] \fIcommand\fR
10 \fB\-\-keyword\fR | \fB\-\-unmask\fR | \fB\-\-mask\fR | \fB\-\-package\-use\fR | \fB\-\-all
13 \fB\-\-changes-only\fR [\fB--keyword\fR | \fB\-\-unmask\fR | \fB\-\-mask\fR | \fB\-\-package\-use\fR | \fB\-\-all]
15 \fBportpeek\fR is a utility script that will process a system's package.*
16 files and display to the user potential package upgrades. Along with displaying
17 the installed packages and the versions that the package could be upgraded to,
18 the keywords for each specific package will also be displayed.
19 Results are colorcoded for readability.
21 The 'command' is the only mandatory option to \fBportpeek\fR.
23 [options] may only be:
25 .B \-c, \-\-changes-only:
26 show only packages that have a possible upgrade
31 .B \-r, \-\-removable-only:
32 show all matches that can be removed from package files
35 remove the stabled packages without asking for confirmation
38 display more verbose output for debugging
40 Except for version information, commands can be combined. The possible commands are:
46 displays a help summary
49 show matches from package.keywords only
52 show matches from package.mask only
55 show matches from package.unmask only
57 .B \-s, \-\-package.use
58 show matches from package.use only
60 .B \-t, \-\-tilde-check
61 process tilde entries ~(cat/pkg-version)
64 displays the equery version
69 portpeek \-\-changes-only \-\-keyword \- list all packages with a potential upgrade located in package.keywords
71 portpeek \-\-unmask \- list all packages and their keywords currently listed in package.unmask
73 portpeek \-ac \- list all packages and keywords from all package.* files
75 portpeek \-arf \- list all packages which are stable and can be removed and then remove them automatically
79 Michael Pagano <mpagano@gentoo.org>