|
NAMEportfind - find ports with detailed and short viewSYNOPSISportfind [-a] [-d] [-p] [-m] [-D] [-f] [-n] [-r] [-h] [-v] search_wordDESCRIPTIONportfind 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 installed 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
EXAMPLESFind port by name and return a full list view# portfind search_word Search in all fields and return a short list view with extended informations # 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 dependencies # portfind -fx search_word AUTHORThorsten Geppert (tgeppert@gut-it.de)SEE ALSOmake search in /usr/ports
Visit the GSP FreeBSD Man Page Interface. |