2 .\" FreeBSD updating - Scan the installed ports and show all UPDATING entries
3 .\" that affect one of the installed ports. Alternative a list of portnames
4 .\" could be passed to pkg_updating
6 .\" "THE BEER-WARE LICENSE" (Revision 42):
7 .\" <beat@chruetertee.ch> wrote this file. As long as you retain this notice you
8 .\" can do whatever you want with this stuff. If we meet some day, and you think
9 .\" this stuff is worth it, you can buy me a beer in return. Beat Gätzi
18 .Nd a utility for displaying UPDATING entries of software packages
29 command scans the installed ports and show all UPDATING entries that affect one
30 of the installed ports. Alternative a list of pkg-names could be passed.
32 The following command line options are supported:
33 .Bl -tag -width indent
35 UPDATING entries for the named packages are displayed.
36 .It Fl d , -date Ar date
37 Only entries newer than
39 are shown. Use a YYYYMMDD date format.
40 .It Fl f , -file Ar file
41 Defines a alternative location of the UPDATING
47 .Bl -tag -width indent
50 Shows all entries of all installed ports.
52 .Dl pkg_updating -d 20070101
54 Shows all entries of all installed ports since 2007-01-01.
56 .Dl pkg_updating apache mysql
58 Shows all entries for all apache and mysql ports.
60 .Dl pkg_updating -d 20060101 apache
62 Shows all apache entries since 2006-01-01.
64 .Dl pkg_updating -f /tmp/UPDATING
66 Defines that the UPDATING file is in /tmp and shows all entries of all
71 .Bl -tag -width PKG_DBDIR
73 Specifies an alternative location for the installed package database.
75 Location of the ports tree.
78 .Bl -tag -width /var/db/pkg -compact
80 Default location of the installed package database.
82 The default ports directory and default location of the UPDATING file
90 .An Beat Gätzi Aq beat@chruetertee.ch
92 .An Martin Tournoij Aq carpetsmoker@xs4all.nl