Deleted Added
sdiff udiff text old ( 79755 ) new ( 84670 )
full compact
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 79755 2001-07-15 08:06:20Z dd $
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

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

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
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
57one of the package extraction/info utilities. The input description
58and command line arguments for the creation of a package are not
59really meant to be human-generated, though it is easy enough to
60do so. It is more expected that you will use a front-end tool for

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

258.Pa MASTERCATEGORY/PORTDIR .
259.It Fl y
260Use
261.Xr bzip2 1
262utility to compress package tarball instead of
263.Xr gzip 1 .
264Please note that this option is no-op if format of the resulting
265archive is explicitly specified by the recognizeable suffix of
266.Ar pkg-name .
267Currently
268.Nm
269recognizes the following suffixes:
270.Pa .tgz , .tar
271and
272.Pa .tbz2 .
273.El
274.Sh PACKING LIST DETAILS
275The
276.Dq packing list
277format (see
278.Fl f )
279is fairly simple, being
280nothing more than a single column of filenames to include in the

--- 231 unchanged lines hidden ---