Package list

If you want *all* the package names and have an up-to-date /usr/ports, you can try
find /usr/ports -maxdepth 2 -depth 2 -type d | xargs -n 1 -J % make -C % package-name
 
Back
Top