summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/pkg_create.1
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-22 00:03:18 +0000
committerjkh <jkh@FreeBSD.org>1995-04-22 00:03:18 +0000
commitfc0ace6edfc20a1f168504a46ecaa49e96dd8cea (patch)
tree2e873268429c822b85a256fdce06a08e43ce78aa /usr.sbin/pkg_install/create/pkg_create.1
parent571d43ff480784669abbb23d717dfb1a2cd06812 (diff)
downloadFreeBSD-src-fc0ace6edfc20a1f168504a46ecaa49e96dd8cea.zip
FreeBSD-src-fc0ace6edfc20a1f168504a46ecaa49e96dd8cea.tar.gz
1. Add proper dependencies to the library in my Makefiles. This was pointed
out by Bruce. 2. Add a "feature" to pkg_create (OK, OK, it's a miserable hack!) to get it to dump its internal packing list out so that the `fake-pkg' rule in bsd.port.mk can generate a more meaningful packing list.
Diffstat (limited to 'usr.sbin/pkg_install/create/pkg_create.1')
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.116
1 files changed, 13 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index e5424a9..cd98bf0 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -15,11 +15,15 @@
.\"
.\"
.\" @(#)pkg_create.8
-.\" $Id: pkg_create.1,v 1.12 1995/01/05 10:37:09 jkh Exp $
+.\" $Id: pkg_create.1,v 1.13 1995/04/09 15:05:01 jkh Exp $
+.\"
.\" hacked up by John Kohl for NetBSD--fixed a few bugs, extended keywords,
.\" added dependency tracking, etc.
.\"
-.Dd November 25, 1994
+.\" [jkh] Took John's changes back and made some additional extensions for
+.\" better integration with FreeBSD's new ports collection.
+.\"
+.Dd April 21, 1995
.Dt pkg_create 8
.Os FreeBSD 2.0
.Sh NAME
@@ -27,7 +31,7 @@
.Nd a utility for creating software package distributions.
.Sh SYNOPSIS
.Nm
-.Op Fl YNhv
+.Op Fl YNOhv
.Op Fl P Ar pkgs
.Op Fl p Ar prefix
.Op Fl f Ar contents
@@ -86,6 +90,12 @@ Assume a default answer of `Yes' for any questions asked.
.Em "Optional."
.It Fl N
Assume a default answer of `No' for any questions asked.
+.It Fl O
+Go into a `packing list Only' mode. This is a custom hack for the
+.Em "FreeBSD Ports Collection"
+and is used to do `fake pkg_add' operations when a port is installed.
+In such cases, it is necessary to know what the final, adjusted packing
+list will look like.
.Em "Optional."
.It Fl v
Turns on verbose output.
OpenPOWER on IntegriCloud