Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
PORTFIND(1)		   Search the ports collection		     PORTFIND(1)

NAME
     portfind -    find ports with detailed and short view

SYNOPSIS
     portfind [-a] [-d] [-p] [-m] [-D] [-f] [-n] [-r] [-h] [-v] search_word

DESCRIPTION
     portfind finds ports by name (default). It is able to search in other
     fields than name (see OPTIONS). It also looks if a port is already in-
     stalled and tells the user the installed version number.

     portfind uses /usr/ports/INDEX-X (X stands for the version) and
     /var/db/pkg. Please be sure, you updated your index file (cd to /usr/ports
     and do make index) after every port sync.

OPTIONS
     Without options	 the search only matches the name of the ports
     -a 		 Search in all fields
     -d 		 Search in name and in description
     -p 		 Search in name and in path
     -m 		 Search in name and maintainer
     -D 		 Search in name and dependencies
     -f 		 Show result with dependencies
     -n 		 Show normal version of results (short version is de-
     fault)
     -r 		 Show result count
     -h 		 Print this help text
     -v 		 Print version number

EXAMPLES
     Find port by name and return a full list view

	     # portfind search_word

     Search in all fields and return a short list view with extended informa-
     tions

	     # portfind -fa search_word

     Search in all fields and return a normal list view

	     # portfind -na search_word

     Search port by name and return a full list view with result count and de-
     pendencies

	     # portfind -fx search_word

AUTHOR
     Thorsten Geppert (thorsten@tgeppert.de)

SEE ALSO
     make search in /usr/ports

1.6.4				   2026-08-04			     PORTFIND(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=portfind&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help