Deleted Added
full compact
pkg_create.1 (57673) pkg_create.1 (67454)
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 57673 2000-03-01 14:09:25Z sheldonh $
18.\" $FreeBSD: head/usr.sbin/pkg_install/create/pkg_create.1 67454 2000-10-23 07:01:31Z 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

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

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 t Ar template
45.Op Fl X Ar excludefile
46.Op Fl D Ar displayfile
47.Op Fl m Ar mtreefile
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

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

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 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
48.Fl c Ar comment
49.Fl d Ar description
50.Fl f Ar packlist
51.Ar pkg-name
52.Sh DESCRIPTION
53The
54.Nm
55command is used to create packages that will subsequently be fed to

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

238.Fl e
239.Fl p
240.Pa prefix ,
241where
242.Pa prefix
243is the name of the first directory named by a
244.Cm @cwd
245directive.
49.Fl c Ar comment
50.Fl d Ar description
51.Fl f Ar packlist
52.Ar pkg-name
53.Sh DESCRIPTION
54The
55.Nm
56command is used to create packages that will subsequently be fed to

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

239.Fl e
240.Fl p
241.Pa prefix ,
242where
243.Pa prefix
244is the name of the first directory named by a
245.Cm @cwd
246directive.
247.It Fl o Ar originpath
248Record an
249.Ar originpath ,
250as location of the port from which package has been created in the
251.Em "FreeBSD Ports Collection" .
252It should be in the form
253.Pa MASTERCATEGORY/PORTDIR .
246.El
247.Pp
248.Sh PACKING LIST DETAILS
249The
250.Dq packing list
251format (see
252.Fl f )
253is fairly simple, being

--- 233 unchanged lines hidden ---
254.El
255.Pp
256.Sh PACKING LIST DETAILS
257The
258.Dq packing list
259format (see
260.Fl f )
261is fairly simple, being

--- 233 unchanged lines hidden ---