View | Details | Raw Unified | Return to bug 46181
Collapse All | Expand All

(-)ports.7 (+12 lines)
Lines 161-166 Link Here
161
.Bl -tag -width ".Cm fetch-list"
161
.Bl -tag -width ".Cm fetch-list"
162
.It Cm fetch-list
162
.It Cm fetch-list
163
Show list of files needed to be fetched in order to build the port.
163
Show list of files needed to be fetched in order to build the port.
164
.It Cm fetch-recursive
165
Retrieves all of the files needed to build this port and dependencies.
166
.It Cm fetch-recursive-list
167
Show list of files that would be retrieved by
168
.Cm fetch-recursive .
164
.It Cm pretty-print-run-depends-list , pretty-print-build-depends-list
169
.It Cm pretty-print-run-depends-list , pretty-print-build-depends-list
165
Print a list of all the compile and run dependencies, and dependencies
170
Print a list of all the compile and run dependencies, and dependencies
166
of those dependencies.
171
of those dependencies.
Lines 189-194 Link Here
189
.It Cm deinstall
194
.It Cm deinstall
190
Remove an installed port from the system, similar to
195
Remove an installed port from the system, similar to
191
.Xr pkg_delete 1 .
196
.Xr pkg_delete 1 .
197
.It Cm deinstall-all
198
Remove an installed ports from the system with the same
199
.Va PKGORIGIN .
200
They could be a different versions or installed with different
201
.Va PREFIX .
192
.It Cm package
202
.It Cm package
193
Make a binary package for the port.
203
Make a binary package for the port.
194
The port will be installed if it has not already been.
204
The port will be installed if it has not already been.
Lines 204-209 Link Here
204
.Va PKGREPOSITORY
214
.Va PKGREPOSITORY
205
and
215
and
206
.Va PKGFILE .
216
.Va PKGFILE .
217
.It Cm package-recursive
218
Make binary packages for this port and ports it's depended.
207
.It Cm readmes
219
.It Cm readmes
208
Create a port's
220
Create a port's
209
.Pa README.html .
221
.Pa README.html .

Return to bug 46181