Deleted Added
full compact
pkg_create.1 (95161) pkg_create.1 (96076)
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 95161 2002-04-20 21:20:58Z obrien $
18.\" $FreeBSD: head/usr.sbin/pkg_install/create/pkg_create.1 96076 2002-05-05 21:03:25Z 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

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

144the first argument.
145.It Fl P Ar pkgs
146Set the initial package dependency list to
147.Ar pkgs .
148This is assumed to be a whitespace separated list of package names
149and is meant as a convenient shorthand for specifying multiple
150.Cm @pkgdep
151directives in the packing list (see PACKING LIST DETAILS section below).
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

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

144the first argument.
145.It Fl P Ar pkgs
146Set the initial package dependency list to
147.Ar pkgs .
148This is assumed to be a whitespace separated list of package names
149and is meant as a convenient shorthand for specifying multiple
150.Cm @pkgdep
151directives in the packing list (see PACKING LIST DETAILS section below).
152Each argiment from the
153.Ar pkgs
154list could be in the form
155.Ar pkgname Ns Op Ar :pkgorigin ,
156where optional
157.Ar pkgorigin
158element denotes origin of each dependency from the list and it is
159recorded into the packing list along with the
160.Ar pkgname
161using
162.Cm @comment
163directive.
152.It Fl p Ar prefix
153Set
154.Ar prefix
155as the initial directory
156.Dq base
157to start from in selecting files for
158the package.
159.It Fl k Ar dscript

--- 373 unchanged lines hidden ---
164.It Fl p Ar prefix
165Set
166.Ar prefix
167as the initial directory
168.Dq base
169to start from in selecting files for
170the package.
171.It Fl k Ar dscript

--- 373 unchanged lines hidden ---