Lines Matching +full:cluster +full:- +full:index
2 .\" SPDX-License-Identifier: BSD-2-Clause
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"
168 .Xr portconfig 1 Pq Pa ports/ports-mgmt/portconfig .
196 .Cm fetch-depends , build-depends ,
220 .It Cm install-missing-packages
225 .Bl -tag -width ".Cm fetch-recursive"
230 .It Cm showconfig-recursive
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
287 .Xr pkg-delete 8
292 .Xr pkg-delete 8 .
293 .It Cm deinstall-all
304 .Xr pkg-add 8 .
314 .It Cm package-recursive
318 .It Cm package-name
328 .Pa INDEX
343 (searches the port build-time dependency),
345 (searches the port run-time dependency),
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
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
404 Generate a one-line description of each port for use in the
405 .Pa INDEX
409 .It Cm index
411 .Pa /usr/ports/INDEX ,
413 .Cm pretty-print-*
418 .Cm index
420 .Pa INDEX
424 .Pa INDEX
427 cluster.
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"
502 .Pa INDEX
505 cluster (for
509 .Pa https://download.FreeBSD.org/ports/index/ .
512 .Pa INDEX
517 .Dq Li "fetch -am" .
534 .Xr pkg-audit 8
558 have been configured will have a uniquely named sub-directory, containing a
570 .Bl -tag -width "WITH_CCACHE_BUILD"
578 .Pq Default: Ql -g
595 .Bl -tag -width ".Pa /usr/ports/Mk/bsd.port.mk" -compact
606 .Bl -tag -width 0n
610 .Bd -literal -offset 2n
620 .Bd -literal -offset 2n
621 .Li # Ic make install-missing-packages
632 .It Sy Example 3\&: No Building a Non-Default Flavor of a Port
634 The following command builds a non-default flavor of a port.
636 .Pa devel/py-pip
638 .Bd -literal -offset 2n
639 .Li # Ic cd /usr/ports/devel/py-pip
648 .Bd -literal -offset 2n
659 These and other options-related variables are documented in
666 .Bd -literal -offset 2n
681 .Bd -literal -offset 2n
689 .Bd -literal -offset 2n
690 .Li # Ic make WITH_DEBUG DEBUG_FLAGS="-g -O0" build
705 .Bl -bullet
710 .Ql -g )
716 .Ql install-strip
723 However, this is port-specific and the ports framework might not be aware of
734 .Bl -dash -width "" -offset indent
742 .Bl -dash -width "" -offset indent
746 .Lk "https://ports.FreeBSD.org" "Searchable index of all ports"
757 .An -nosplit