Deleted Added
full compact
pkg_info.1 (50479) pkg_info.1 (50741)
1.\"
2.\" FreeBSD install - a package for the installation and maintainance
3.\" of non-core utilities.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\"
14.\" Jordan K. Hubbard
15.\"
16.\"
17.\" @(#)pkg_info.1
1.\"
2.\" FreeBSD install - a package for the installation and maintainance
3.\" of non-core utilities.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\"
14.\" Jordan K. Hubbard
15.\"
16.\"
17.\" @(#)pkg_info.1
18.\" $FreeBSD: head/usr.sbin/pkg_install/info/pkg_info.1 50479 1999-08-28 01:35:59Z peter $
18.\" $FreeBSD: head/usr.sbin/pkg_install/info/pkg_info.1 50741 1999-09-01 10:04:47Z jkh $
19.\"
20.Dd November 25, 1994
21.Dt PKG_INFO 1
22.Os FreeBSD
23.Sh NAME
24.Nm pkg_info
25.Nd a utility for displaying information on software packages
26.Sh SYNOPSIS

--- 4 unchanged lines hidden (view full) ---

31.Ar pkg-name [pkg-name ...]
32.Nm pkg_info
33.Fl a
34.Op Ar flags
35.Sh DESCRIPTION
36The
37.Nm
38command is used to dump out information for packages, either packed up in
19.\"
20.Dd November 25, 1994
21.Dt PKG_INFO 1
22.Os FreeBSD
23.Sh NAME
24.Nm pkg_info
25.Nd a utility for displaying information on software packages
26.Sh SYNOPSIS

--- 4 unchanged lines hidden (view full) ---

31.Ar pkg-name [pkg-name ...]
32.Nm pkg_info
33.Fl a
34.Op Ar flags
35.Sh DESCRIPTION
36The
37.Nm
38command is used to dump out information for packages, either packed up in
39files or already installed on the system
40with the
39files with the
41.Xr pkg_create 1
40.Xr pkg_create 1
41command or already installed on the system
42with the
43.Xr pkg_add 1
42command.
43.Sh OPTIONS
44The following command line options are supported:
45.Bl -tag -width indent
46.It Ar pkg-name ...
47The named packages are described. A package name may either be the name of
48an installed package, the pathname to a package distribution file or a
49URL to an ftp available package.
50.It Fl a
51Show all currently installed packages.
52.It Fl v
53Turn on verbose output.
54.It Fl p
55Show the installation prefix for each package.
56.It Fl q
44command.
45.Sh OPTIONS
46The following command line options are supported:
47.Bl -tag -width indent
48.It Ar pkg-name ...
49The named packages are described. A package name may either be the name of
50an installed package, the pathname to a package distribution file or a
51URL to an ftp available package.
52.It Fl a
53Show all currently installed packages.
54.It Fl v
55Turn on verbose output.
56.It Fl p
57Show the installation prefix for each package.
58.It Fl q
57Be ``quiet'' in emitting report headers and such, just dump the
59Be
60.Dq quiet
61in emitting report headers and such, just dump the
58raw info (basically, assume a non-human reading).
59.It Fl c
60Show the comment (one liner) field for each package.
61.It Fl d
62Show the long description field for each package.
63.It Fl D
64Show the install-message file for each package.
65.It Fl f

--- 31 unchanged lines hidden (view full) ---

97necessary want the output intermingled in such a way that they can't
98organize it. This lets you add a special token to the start of
99each field.
100.It Fl t Ar template
101Use
102.Ar template
103as the input to
104.Xr mktemp 3
62raw info (basically, assume a non-human reading).
63.It Fl c
64Show the comment (one liner) field for each package.
65.It Fl d
66Show the long description field for each package.
67.It Fl D
68Show the install-message file for each package.
69.It Fl f

--- 31 unchanged lines hidden (view full) ---

101necessary want the output intermingled in such a way that they can't
102organize it. This lets you add a special token to the start of
103each field.
104.It Fl t Ar template
105Use
106.Ar template
107as the input to
108.Xr mktemp 3
105when creating a ``staging area.''
109when creating a
110.Dq staging area .
106By default, this is the string
107.Pa /tmp/instmp.XXXXXX ,
108but it may be necessary to override it in the situation where
109space in your
110.Pa /tmp
111directory is limited. Be sure to leave some number of `X' characters
112for
113.Xr mktemp 3

--- 56 unchanged lines hidden ---
111By default, this is the string
112.Pa /tmp/instmp.XXXXXX ,
113but it may be necessary to override it in the situation where
114space in your
115.Pa /tmp
116directory is limited. Be sure to leave some number of `X' characters
117for
118.Xr mktemp 3

--- 56 unchanged lines hidden ---