summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/pkg_create.1
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-01-22 12:01:55 +0000
committersobomax <sobomax@FreeBSD.org>2001-01-22 12:01:55 +0000
commita7de4cce1e28921c722fdccf2f24511ec678495b (patch)
treef2539182bfa7ba8a4c86df0c29b19631ee81e850 /usr.sbin/pkg_install/create/pkg_create.1
parent89713f84c08b61c141e23082609746852881b17c (diff)
downloadFreeBSD-src-a7de4cce1e28921c722fdccf2f24511ec678495b.zip
FreeBSD-src-a7de4cce1e28921c722fdccf2f24511ec678495b.tar.gz
- Add ability to handle bzip2-compressed packages;
- fix cosmetics to shut-up compiler in -pedantic mode (axe several unused vars and provide default clause in several switch() statements). No response from: -ports
Diffstat (limited to 'usr.sbin/pkg_install/create/pkg_create.1')
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.117
1 files changed, 16 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index df60d82..cbab916 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -31,7 +31,7 @@
.Nd a utility for creating software package distributions
.Sh SYNOPSIS
.Nm
-.Op Fl YNOhv
+.Op Fl YNOhvy
.Op Fl P Ar pkgs
.Op Fl p Ar prefix
.Op Fl f Ar contents
@@ -252,6 +252,21 @@ as location of the port from which package has been created in the
.Em "Ports Collection" .
It should be in the form
.Pa MASTERCATEGORY/PORTDIR .
+.It Fl y
+Use
+.Xr bzip2 1
+utility to compress package tarball instead of
+.Xr gzip 1 .
+Please note that this option is no-op if format of the resulting
+archive is explicitly specified by the recognizeable suffix of
+.Ar pkg-name .
+Currently
+.Nm
+recognizes the following suffixes:
+.Dq .tgz ,
+.Dq .tar
+and
+.Dq .tbz2 .
.El
.Pp
.Sh PACKING LIST DETAILS
OpenPOWER on IntegriCloud