Deleted Added
full compact
pkg_create.1 (89393) pkg_create.1 (95161)
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 89393 2002-01-15 14:39:31Z keramida $
18.\" $FreeBSD: head/usr.sbin/pkg_install/create/pkg_create.1 95161 2002-04-20 21:20:58Z obrien $
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
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
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
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 YNOhvy
34.Op Fl YNOhjvyz
35.Op Fl P Ar pkgs
36.Op Fl p Ar prefix
37.Op Fl f Ar contents
38.Op Fl i Ar iscript
39.Op Fl I Ar piscript
40.Op Fl k Ar dscript
41.Op Fl K Ar pdscript
42.Op Fl r Ar rscript

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

255.It Fl o Ar originpath
256Record an
257.Ar originpath ,
258as location of the port from which package has been created in the
259.Fx
260.Em "Ports Collection" .
261It should be in the form
262.Pa MASTERCATEGORY/PORTDIR .
35.Op Fl P Ar pkgs
36.Op Fl p Ar prefix
37.Op Fl f Ar contents
38.Op Fl i Ar iscript
39.Op Fl I Ar piscript
40.Op Fl k Ar dscript
41.Op Fl K Ar pdscript
42.Op Fl r Ar rscript

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

255.It Fl o Ar originpath
256Record an
257.Ar originpath ,
258as location of the port from which package has been created in the
259.Fx
260.Em "Ports Collection" .
261It should be in the form
262.Pa MASTERCATEGORY/PORTDIR .
263.It Fl y
263.It Fl j
264Use
265.Xr bzip2 1
266utility to compress package tarball instead of
267.Xr gzip 1 .
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
268Please note that this option is a NO-OP if format of the resulting
269archive is explicitly specified by the recognizeable suffix of
270.Ar pkg-filename .
271Currently
272.Nm
273recognizes the following suffixes:
269archive is explicitly specified by the recognizeable suffix of
270.Ar pkg-filename .
271Currently
272.Nm
273recognizes the following suffixes:
274.Pa .tgz , .tar
274.Pa .tgz , .tar , .tbz
275and
276.Pa .tbz2 .
275and
276.Pa .tbz2 .
277.It Fl y
278Compatibility synonym for
279.Fl j .
280.It Fl z
281Use
282.Xr gzip 1
283utility to compress package tarball.
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

--- 241 unchanged lines hidden ---
284.It Fl b Ar pkg-name
285Create package file from a locally installed package named
286.Ar pkg-name .
287If the
288.Ar pkg-filename
289is not specified, then resulting archive will be created in the
290current directory and named
291.Ar pkg-name

--- 241 unchanged lines hidden ---