Deleted Added
full compact
pkg_create.1 (119490) pkg_create.1 (131277)
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 119490 2003-08-26 14:49:11Z roam $
18.\" $FreeBSD: head/usr.sbin/pkg_install/create/pkg_create.1 131277 2004-06-29 18:56:59Z eik $
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.\"
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
26.Dd June 29, 2004
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 YNOhjvyz
35.Op Fl C Ar conflicts
36.Op Fl P Ar pkgs
37.Op Fl p Ar prefix
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 YNOhjvyz
35.Op Fl C Ar conflicts
36.Op Fl P Ar pkgs
37.Op Fl p Ar prefix
38.Op Fl f Ar contents
39.Op Fl i Ar iscript
40.Op Fl I Ar piscript
41.Op Fl k Ar dscript
42.Op Fl K Ar pdscript
43.Op Fl r Ar rscript
44.Op Fl s Ar srcdir
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
43.Op Fl s Ar srcdir
44.Op Fl S Ar basedir
45.Op Fl t Ar template
46.Op Fl X Ar excludefile
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

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

219and
220.Ar DEINSTALL
221are passed respectively, along with the package's name.
222.It Fl s Ar srcdir
223.Ar srcdir
224will override the value of
225.Cm @cwd
226during package creation.
45.Op Fl t Ar template
46.Op Fl X Ar excludefile
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

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

219and
220.Ar DEINSTALL
221are passed respectively, along with the package's name.
222.It Fl s Ar srcdir
223.Ar srcdir
224will override the value of
225.Cm @cwd
226during package creation.
227.It Fl S Ar basedir
228.Ar basedir
229will be prefixed to all
230.Cm @cwd
231during package creation.
227.It Fl t Ar template
228Use
229.Ar template
230as the input to
231.Xr mktemp 3 .
232By default, this is the string
233.Pa /tmp/instmp.XXXXXX ,
234but it may be necessary to override it in the situation where

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

539.Sh HISTORY
540The
541.Nm
542command first appeared in
543.Fx .
544.Sh AUTHORS
545.An Jordan Hubbard
546.Sh CONTRIBUTORS
232.It Fl t Ar template
233Use
234.Ar template
235as the input to
236.Xr mktemp 3 .
237By default, this is the string
238.Pa /tmp/instmp.XXXXXX ,
239but it may be necessary to override it in the situation where

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

544.Sh HISTORY
545The
546.Nm
547command first appeared in
548.Fx .
549.Sh AUTHORS
550.An Jordan Hubbard
551.Sh CONTRIBUTORS
547.An John Kohl Aq jtk@rational.com
552.An John Kohl Aq jtk@rational.com ,
553.An Oliver Eikemeier Aq eik@FreeBSD.org
548.Sh BUGS
549Hard links between files in a distribution must be bracketed by
550.Cm @cwd
551directives in order to be preserved as hard links when the package is
552extracted. They additionally must not end up being split between
553.Cm tar
554invocations due to exec argument-space limitations (this depends on the
555value returned by
556.Fn sysconf _SC_ARG_MAX ) .
557.Pp
558Sure to be others.
554.Sh BUGS
555Hard links between files in a distribution must be bracketed by
556.Cm @cwd
557directives in order to be preserved as hard links when the package is
558extracted. They additionally must not end up being split between
559.Cm tar
560invocations due to exec argument-space limitations (this depends on the
561value returned by
562.Fn sysconf _SC_ARG_MAX ) .
563.Pp
564Sure to be others.