Deleted Added
full compact
pkg_create.1 (228990) pkg_create.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_create.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_create.1
18.\" $FreeBSD: head/usr.sbin/pkg_install/create/pkg_create.1 228990 2011-12-30 10:58:14Z uqs $
18.\" $FreeBSD: head/usr.sbin/pkg_install/create/pkg_create.1 243554 2012-11-26 05:11:07Z eadler $
19.\"
20.\" hacked up by John Kohl for NetBSD--fixed a few bugs, extended keywords,
21.\" added dependency tracking, etc.
22.\"
23.\" [jkh] Took John's changes back and made some additional extensions for
24.\" better integration with FreeBSD's new ports collection.
25.\"
19.\"
20.\" hacked up by John Kohl for NetBSD--fixed a few bugs, extended keywords,
21.\" added dependency tracking, etc.
22.\"
23.\" [jkh] Took John's changes back and made some additional extensions for
24.\" better integration with FreeBSD's new ports collection.
25.\"
26.Dd Oct 12, 2010
26.Dd November 9, 2012
27.Dt PKG_CREATE 1
28.Os
29.Sh NAME
30.Nm pkg_create
31.Nd a utility for creating software package distributions
32.Sh SYNOPSIS
33.Nm
34.Op Fl YNOhjnvyz

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

630.It Pa /tmp
631The next choice if
632.Pa /var/tmp
633does not exist.
634.It Pa /usr/tmp
635The last choice if
636.Pa /tmp
637is unsuitable.
27.Dt PKG_CREATE 1
28.Os
29.Sh NAME
30.Nm pkg_create
31.Nd a utility for creating software package distributions
32.Sh SYNOPSIS
33.Nm
34.Op Fl YNOhjnvyz

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

630.It Pa /tmp
631The next choice if
632.Pa /var/tmp
633does not exist.
634.It Pa /usr/tmp
635The last choice if
636.Pa /tmp
637is unsuitable.
638.It Ev PKG_OLD_NOWARN
639If set
640.Nm
641will not warn about its use in the presence of pkgng databases.
638.El
639.Sh SEE ALSO
640.Xr pkg_add 1 ,
641.Xr pkg_delete 1 ,
642.Xr pkg_info 1 ,
643.Xr pkg_version 1 ,
644.Xr sysconf 3
645.Sh HISTORY

--- 21 unchanged lines hidden ---
642.El
643.Sh SEE ALSO
644.Xr pkg_add 1 ,
645.Xr pkg_delete 1 ,
646.Xr pkg_info 1 ,
647.Xr pkg_version 1 ,
648.Xr sysconf 3
649.Sh HISTORY

--- 21 unchanged lines hidden ---