Deleted Added
full compact
pkg_create.1 (141851) pkg_create.1 (147043)
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_create.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_create.1
18.\" $FreeBSD: head/usr.sbin/pkg_install/create/pkg_create.1 141851 2005-02-13 23:45:54Z ru $
18.\" $FreeBSD: head/usr.sbin/pkg_install/create/pkg_create.1 147043 2005-06-06 03:24:14Z sobomax $
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 June 29, 2004

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

47.Op Fl D Ar displayfile
48.Op Fl m Ar mtreefile
49.Op Fl o Ar originpath
50.Fl c Ar comment
51.Fl d Ar description
52.Fl f Ar packlist
53.Ar pkg-filename
54.Nm
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 June 29, 2004

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

47.Op Fl D Ar displayfile
48.Op Fl m Ar mtreefile
49.Op Fl o Ar originpath
50.Fl c Ar comment
51.Fl d Ar description
52.Fl f Ar packlist
53.Ar pkg-filename
54.Nm
55.Op Fl YNhvy
55.Op Fl YNRhvy
56.Fl b Ar pkg-name
57.Op Ar pkg-filename
58.Sh DESCRIPTION
59The
60.Nm
61command is used to create packages that will subsequently be fed to
62one of the package extraction/info utilities.
63The input description

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

330Create package file from a locally installed package named
331.Ar pkg-name .
332If the
333.Ar pkg-filename
334is not specified, then resulting archive will be created in the
335current directory and named
336.Ar pkg-name
337with an appropriate extraction suffix applied.
56.Fl b Ar pkg-name
57.Op Ar pkg-filename
58.Sh DESCRIPTION
59The
60.Nm
61command is used to create packages that will subsequently be fed to
62one of the package extraction/info utilities.
63The input description

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

330Create package file from a locally installed package named
331.Ar pkg-name .
332If the
333.Ar pkg-filename
334is not specified, then resulting archive will be created in the
335current directory and named
336.Ar pkg-name
337with an appropriate extraction suffix applied.
338.It Fl R
339When creating package file from a locally installed package
340also create package files for all packages required by
341.Ar pkg-name .
342Resulting archive(s) will be created in the current directory
343and named using name of the respective package with appropriate
344extraction suffix applied.
338.El
339.Sh PACKING LIST DETAILS
340The
341.Dq packing list
342format (see
343.Fl f )
344is fairly simple, being
345nothing more than a single column of filenames to include in the

--- 259 unchanged lines hidden ---
345.El
346.Sh PACKING LIST DETAILS
347The
348.Dq packing list
349format (see
350.Fl f )
351is fairly simple, being
352nothing more than a single column of filenames to include in the

--- 259 unchanged lines hidden ---