diff options
| author | Florent Thoumie <flz@FreeBSD.org> | 2010-10-12 10:04:44 +0000 |
|---|---|---|
| committer | Florent Thoumie <flz@FreeBSD.org> | 2010-10-12 10:04:44 +0000 |
| commit | 1784fdea2e1db9f3f4795c0c22d0e86ee6889d62 (patch) | |
| tree | 6a6a188b0ee7dc715ebc324099591dc9c729917d /usr.sbin/pkg_install/create/pkg_create.1 | |
| parent | 19f543496384be2f2e6ed3f4d5c8cec117e193ef (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/create/pkg_create.1')
| -rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index a567fc45d06b..5b463743560a 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -23,7 +23,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd May 30, 2008 +.Dd Oct 12, 2010 .Dt PKG_CREATE 1 .Os .Sh NAME @@ -315,7 +315,7 @@ archive is explicitly specified by the recognizable suffix of Currently .Nm recognizes the following suffixes: -.Pa .tbz , .tgz +.Pa .tbz , .tgz, .txz and .Pa .tar . .It Fl y @@ -325,6 +325,20 @@ Compatibility synonym for Use .Xr gzip 1 utility to compress package tarball. +.It Fl J +Use +.Xr xz 1 +utility to compress package tarball instead of +.Xr gzip 1 . +Please note that this option is a NO-OP if the format of the resulting +archive is explicitly specified by the recognizable suffix of +.Ar pkg-filename . +Currently +.Nm +recognizes the following suffixes: +.Pa .tbz , .tgz, .txz +and +.Pa .tar . .It Fl b , -backup Ar pkg-name Create package file from a locally installed package named .Ar pkg-name . |
