Speeding-up poudriere options

Walter Schwarzenfeld w.schwarzenfeld at utanet.at
Mon Aug 5 08:18:56 UTC 2019


A simple bash script?

#!/usr/local/bin/bash
for i in `cat list.txt`
do
poudriere options -cn $i
done

---

Shows only the port, not the recursive dependencies.

list.txt should contain the ports in the form category/port (e.g. 
www/firefox).



More information about the freebsd-ports mailing list