Deleted Added
full compact
pkg_create.1 (7713) pkg_create.1 (7986)
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.8
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.8
18.\" $Id: pkg_create.1,v 1.12 1995/01/05 10:37:09 jkh Exp $
18.\" $Id: pkg_create.1,v 1.13 1995/04/09 15:05:01 jkh Exp $
19.\"
19.\" hacked up by John Kohl for NetBSD--fixed a few bugs, extended keywords,
20.\" added dependency tracking, etc.
21.\"
20.\" hacked up by John Kohl for NetBSD--fixed a few bugs, extended keywords,
21.\" added dependency tracking, etc.
22.\"
22.Dd November 25, 1994
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
23.Dt pkg_create 8
24.Os FreeBSD 2.0
25.Sh NAME
26.Nm pkg_create
27.Nd a utility for creating software package distributions.
28.Sh SYNOPSIS
29.Nm
27.Dt pkg_create 8
28.Os FreeBSD 2.0
29.Sh NAME
30.Nm pkg_create
31.Nd a utility for creating software package distributions.
32.Sh SYNOPSIS
33.Nm
30.Op Fl YNhv
34.Op Fl YNOhv
31.Op Fl P Ar pkgs
32.Op Fl p Ar prefix
33.Op Fl f Ar contents
34.Op Fl i Ar iscript
35.Op Fl k Ar dscript
36.Op Fl r Ar rscript
37.Op Fl t Ar template
38.Op Fl X Ar excludefile

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

81.Cm - ,
82the argument itself.
83.Em "Mandatory."
84.It Fl Y
85Assume a default answer of `Yes' for any questions asked.
86.Em "Optional."
87.It Fl N
88Assume a default answer of `No' for any questions asked.
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 k Ar dscript
40.Op Fl r Ar rscript
41.Op Fl t Ar template
42.Op Fl X Ar excludefile

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

85.Cm - ,
86the argument itself.
87.Em "Mandatory."
88.It Fl Y
89Assume a default answer of `Yes' for any questions asked.
90.Em "Optional."
91.It Fl N
92Assume a default answer of `No' for any questions asked.
93.It Fl O
94Go into a `packing list Only' mode. This is a custom hack for the
95.Em "FreeBSD Ports Collection"
96and is used to do `fake pkg_add' operations when a port is installed.
97In such cases, it is necessary to know what the final, adjusted packing
98list will look like.
89.Em "Optional."
90.It Fl v
91Turns on verbose output.
92.Em "Optional."
93.It Fl h
94Forces tar to follow symbolic links, so that the files they point to
95are dumped, rather than the links themselves.
96.It Fl i Ar iscript

--- 275 unchanged lines hidden ---
99.Em "Optional."
100.It Fl v
101Turns on verbose output.
102.Em "Optional."
103.It Fl h
104Forces tar to follow symbolic links, so that the files they point to
105are dumped, rather than the links themselves.
106.It Fl i Ar iscript

--- 275 unchanged lines hidden ---