Deleted Added
full compact
pkg_info.1 (179433) pkg_info.1 (243554)
1.\"
2.\" FreeBSD install - a package for the installation and maintenance
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 maintenance
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 179433 2008-05-30 14:26:09Z flz $
18.\" $FreeBSD: head/usr.sbin/pkg_install/info/pkg_info.1 243554 2012-11-26 05:11:07Z eadler $
19.\"
19.\"
20.Dd May 30, 2008
20.Dd November 9, 2012
21.Dt PKG_INFO 1
22.Os
23.Sh NAME
24.Nm pkg_info
25.Nd a utility for displaying information on software packages
26.Sh SYNOPSIS
27.Nm
28.Op Fl bcdDEfghGiIjkKLmopPqQrRsvVxX

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

253If both are unset, the builtin defaults are used.
254.It Ev PKG_DBDIR
255Specifies an alternative location for the installed package database.
256.It Ev PKG_PATH
257Specifies an alternative package location, if a given package cannot be
258found.
259.It Ev PKGDIR
260Specifies an alternative location to save downloaded packages to.
21.Dt PKG_INFO 1
22.Os
23.Sh NAME
24.Nm pkg_info
25.Nd a utility for displaying information on software packages
26.Sh SYNOPSIS
27.Nm
28.Op Fl bcdDEfghGiIjkKLmopPqQrRsvVxX

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

253If both are unset, the builtin defaults are used.
254.It Ev PKG_DBDIR
255Specifies an alternative location for the installed package database.
256.It Ev PKG_PATH
257Specifies an alternative package location, if a given package cannot be
258found.
259.It Ev PKGDIR
260Specifies an alternative location to save downloaded packages to.
261.It Ev PKG_OLD_NOWARN
262If set
263.Nm
264will not warn about its use in the presence of pkgng databases.
261.El
262.Sh FILES
263.Bl -tag -width ".Pa /var/db/pkg" -compact
264.It Pa /var/tmp
265Used if the environment variables
266.Ev PKG_TMPDIR
267and
268.Ev TMPDIR
269are not set, or if the directories named have insufficient space.
270.It Pa /tmp
271The next choice if
272.Pa /var/tmp
273does not exist or has insufficient space.
274.It Pa /usr/tmp
275The last choice if
276.Pa /tmp
277is unsuitable.
278.It Pa /var/db/pkg
279Default location of the installed package database.
265.El
266.Sh FILES
267.Bl -tag -width ".Pa /var/db/pkg" -compact
268.It Pa /var/tmp
269Used if the environment variables
270.Ev PKG_TMPDIR
271and
272.Ev TMPDIR
273are not set, or if the directories named have insufficient space.
274.It Pa /tmp
275The next choice if
276.Pa /var/tmp
277does not exist or has insufficient space.
278.It Pa /usr/tmp
279The last choice if
280.Pa /tmp
281is unsuitable.
282.It Pa /var/db/pkg
283Default location of the installed package database.
284.It Ev PKG_OLD_NOWARN
285If set
286.Nm
287will not warn about its use in the presence of pkgng databases.
280.El
281.Sh SEE ALSO
282.Xr pkg_add 1 ,
283.Xr pkg_create 1 ,
284.Xr pkg_delete 1 ,
285.Xr pkg_version 1 ,
286.Xr mktemp 3 ,
287.Xr mtree 8
288.Sh AUTHORS
289.An Jordan Hubbard
290.Sh CONTRIBUTORS
291.An John Kohl Aq jtk@rational.com ,
292.An Oliver Eikemeier Aq eik@FreeBSD.org
293.Sh BUGS
294Sure to be some.
288.El
289.Sh SEE ALSO
290.Xr pkg_add 1 ,
291.Xr pkg_create 1 ,
292.Xr pkg_delete 1 ,
293.Xr pkg_version 1 ,
294.Xr mktemp 3 ,
295.Xr mtree 8
296.Sh AUTHORS
297.An Jordan Hubbard
298.Sh CONTRIBUTORS
299.An John Kohl Aq jtk@rational.com ,
300.An Oliver Eikemeier Aq eik@FreeBSD.org
301.Sh BUGS
302Sure to be some.