Deleted Added
full compact
pkg_create.1 (79755) pkg_create.1 (84670)
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 79755 2001-07-15 08:06:20Z dd $
18.\" $FreeBSD: head/usr.sbin/pkg_install/create/pkg_create.1 84670 2001-10-08 17:01:35Z 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 April 21, 1995

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

44.Op Fl t Ar template
45.Op Fl X Ar excludefile
46.Op Fl D Ar displayfile
47.Op Fl m Ar mtreefile
48.Op Fl o Ar originpath
49.Fl c Ar comment
50.Fl d Ar description
51.Fl f Ar packlist
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 April 21, 1995

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

44.Op Fl t Ar template
45.Op Fl X Ar excludefile
46.Op Fl D Ar displayfile
47.Op Fl m Ar mtreefile
48.Op Fl o Ar originpath
49.Fl c Ar comment
50.Fl d Ar description
51.Fl f Ar packlist
52.Ar pkg-name
52.Ar pkg-filename
53.Nm
54.Op Fl YNhvy
55.Fl b Ar pkg-name
56.Op Ar pkg-filename
53.Sh DESCRIPTION
54The
55.Nm
56command is used to create packages that will subsequently be fed to
57one of the package extraction/info utilities. The input description
58and command line arguments for the creation of a package are not
59really meant to be human-generated, though it is easy enough to
60do so. It is more expected that you will use a front-end tool for

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

258.Pa MASTERCATEGORY/PORTDIR .
259.It Fl y
260Use
261.Xr bzip2 1
262utility to compress package tarball instead of
263.Xr gzip 1 .
264Please note that this option is no-op if format of the resulting
265archive is explicitly specified by the recognizeable suffix of
57.Sh DESCRIPTION
58The
59.Nm
60command is used to create packages that will subsequently be fed to
61one of the package extraction/info utilities. The input description
62and command line arguments for the creation of a package are not
63really meant to be human-generated, though it is easy enough to
64do so. It is more expected that you will use a front-end tool for

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

262.Pa MASTERCATEGORY/PORTDIR .
263.It Fl y
264Use
265.Xr bzip2 1
266utility to compress package tarball instead of
267.Xr gzip 1 .
268Please note that this option is no-op if format of the resulting
269archive is explicitly specified by the recognizeable suffix of
266.Ar pkg-name .
270.Ar pkg-filename .
267Currently
268.Nm
269recognizes the following suffixes:
270.Pa .tgz , .tar
271and
272.Pa .tbz2 .
271Currently
272.Nm
273recognizes the following suffixes:
274.Pa .tgz , .tar
275and
276.Pa .tbz2 .
277.It Fl b Ar pkg-name
278Create package file from a locally installed package named
279.Ar pkg-name .
280If the
281.Ar pkg-filename
282is not specified, then resulting archive will be created in the
283current directory and named
284.Ar pkg-name
285with an appropriate extraction suffix applied.
273.El
274.Sh PACKING LIST DETAILS
275The
276.Dq packing list
277format (see
278.Fl f )
279is fairly simple, being
280nothing more than a single column of filenames to include in the

--- 231 unchanged lines hidden ---
286.El
287.Sh PACKING LIST DETAILS
288The
289.Dq packing list
290format (see
291.Fl f )
292is fairly simple, being
293nothing more than a single column of filenames to include in the

--- 231 unchanged lines hidden ---