Deleted Added
full compact
pkg_info.1 (66344) pkg_info.1 (67454)
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 66344 2000-09-25 10:49:10Z marko $
18.\" $FreeBSD: head/usr.sbin/pkg_install/info/pkg_info.1 67454 2000-10-23 07:01:31Z sobomax $
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
27.Nm pkg_info
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
27.Nm pkg_info
28.Op Fl cdDfikrRpLsqImv
28.Op Fl cdDfikorRpLsqImv
29.Op Fl e Ar package
30.Op Fl l Ar prefix
31.Op Fl t Ar template
32.Ar pkg-name [pkg-name ...]
33.Nm pkg_info
34.Fl a
35.Op Ar flags
36.Sh DESCRIPTION

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

83.It Fl m
84Show the mtree file (if any) for each package.
85.It Fl L
86Show the files within each package. This is different from just
87viewing the packing list, since full pathnames for everything
88are generated.
89.It Fl s
90Show the total size occupied by files installed within each package.
29.Op Fl e Ar package
30.Op Fl l Ar prefix
31.Op Fl t Ar template
32.Ar pkg-name [pkg-name ...]
33.Nm pkg_info
34.Fl a
35.Op Ar flags
36.Sh DESCRIPTION

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

83.It Fl m
84Show the mtree file (if any) for each package.
85.It Fl L
86Show the files within each package. This is different from just
87viewing the packing list, since full pathnames for everything
88are generated.
89.It Fl s
90Show the total size occupied by files installed within each package.
91.It Fl o
92Show the
93.Dq origin
94path recorded on package generation. This path
95intended to give an idea as to where the underlying port, from which
96package was generated, is located in the
97.Em "FreeBSD Ports Collection" .
91.It Fl e Ar pkg-name
92If the package identified by
93.Ar pkg-name
94is currently installed, return 0, otherwise return 1. This option
95allows you to easily test for the presence of another (perhaps
96prerequisite) package from a script.
97.It Fl l Ar str
98Prefix each information category header (see

--- 80 unchanged lines hidden ---
98.It Fl e Ar pkg-name
99If the package identified by
100.Ar pkg-name
101is currently installed, return 0, otherwise return 1. This option
102allows you to easily test for the presence of another (perhaps
103prerequisite) package from a script.
104.It Fl l Ar str
105Prefix each information category header (see

--- 80 unchanged lines hidden ---