Lines Matching +full:cm +full:- +full:name
2 .\" SPDX-License-Identifier: BSD-2-Clause
31 .Sh NAME
95 .Cm git clone -b 2021Q2 https://git.FreeBSD.org/ports.git
119 .Cm pkg -vv
138 .Lk https://docs.FreeBSD.org/en/books/porters-handbook/
163 .Bl -tag -width ".Cm configure"
164 .It Cm config
168 .Xr portconfig 1 Pq Pa ports/ports-mgmt/portconfig .
169 .It Cm fetch
179 .It Cm checksum
187 .It Cm depends
196 .Cm fetch-depends , build-depends ,
201 .It Cm extract
203 .It Cm patch
205 .It Cm configure
212 .It Cm build
217 .It Cm install
220 .It Cm install-missing-packages
225 .Bl -tag -width ".Cm fetch-recursive"
226 .It Cm showconfig
230 .It Cm showconfig-recursive
234 .It Cm rmconfig
238 .It Cm rmconfig-recursive
242 .It Cm config-conditional
246 .It Cm config-recursive
250 .Xr portconfig 1 Pq Pa ports/ports-mgmt/portconfig .
251 .It Cm fetch-list
254 .It Cm fetch-recursive
256 .It Cm fetch-recursive-list
258 .Cm fetch-recursive .
259 .It Cm build-depends-list , run-depends-list
261 .It Cm all-depends-list
263 .It Cm pretty-print-build-depends-list , pretty-print-run-depends-list
265 port name and version.
266 .It Cm missing
268 .It Cm clean
273 .It Cm distclean
285 .It Cm reinstall
287 .Xr pkg-delete 8
290 .It Cm deinstall
292 .Xr pkg-delete 8 .
293 .It Cm deinstall-all
297 .It Cm package
304 .Xr pkg-add 8 .
314 .It Cm package-recursive
318 .It Cm package-name
319 Prints the name with version of the port.
320 .It Cm readmes
326 .It Cm search
331 (searches the port name, comment, and dependencies),
332 .Va name
333 (searches the port name only),
343 (searches the port build-time dependency),
345 (searches the port run-time dependency),
354 .Dl "cd /usr/ports && make search name=query"
357 name matches
361 .Bd -literal -offset indent
362 cd /usr/ports && make search name=pear- \e
368 .Dq Li pear-
370 listed in build-time dependencies.
371 .Bd -literal -offset indent
372 cd /usr/ports && make search name=pear- \e
377 .Dq Li pear- ,
382 .Bd -literal -offset indent
383 make search key=apache display=name,path,info keylim=1
388 in either of the name, path, info
391 By default the search is not case-sensitive.
392 In order to make it case-sensitive you can use the
395 .Bd -literal -offset indent
396 make search name=p5-R icase=0
398 .It Cm quicksearch
402 Only display name, path and info.
403 .It Cm describe
404 Generate a one-line description of each port for use in the
407 .It Cm maintainer
409 .It Cm index
413 .Cm pretty-print-*
422 .It Cm fetchindex
431 .Bl -tag -width ".Va MASTER_SITES"
441 is read-only (perhaps mounted from a CD-ROM).
454 .Ql /usr/bin/su root -c .
456 .Ql /usr/local/bin/sudo -E sh -c
468 .Bl -tag -width ".Va PKGREPOSITORY"
517 .Dq Li "fetch -am" .
534 .Xr pkg-audit 8
558 have been configured will have a uniquely named sub-directory, containing a
563 The following list provides a name and short description for many of the
570 .Bl -tag -width "WITH_CCACHE_BUILD"
578 .Pq Default: Ql -g
595 .Bl -tag -width ".Pa /usr/ports/Mk/bsd.port.mk" -compact
602 .Bl -tag -width 0n
606 .Bd -literal -offset 2n
616 .Bd -literal -offset 2n
617 .Li # Ic make install-missing-packages
628 .It Sy Example 3\&: No Building a Non-Default Flavor of a Port
630 The following command builds a non-default flavor of a port.
632 .Pa devel/py-pip
634 .Bd -literal -offset 2n
635 .Li # Ic cd /usr/ports/devel/py-pip
644 .Bd -literal -offset 2n
655 These and other options-related variables are documented in
662 .Bd -literal -offset 2n
677 .Bd -literal -offset 2n
685 .Bd -literal -offset 2n
686 .Li # Ic make -DWITH_DEBUG DEBUG_FLAGS="-g -O0" build
701 .Bl -bullet
706 .Ql -g )
712 .Ql install-strip
719 However, this is port-specific and the ports framework might not be aware of
730 .Bl -dash -width "" -offset indent
738 .Bl -dash -width "" -offset indent
753 .An -nosplit