The goal of this project is to provide a clean webinterface with updating information about installed ports and packages. The tabs - as seen in the screenshots - are basically arranged as:
- Updates => potential updates of ports/packages
- Installed => all installed ports/packages
- System => just a reminder what to do if "freebsd-update cron" found updates
FreeBSD Updates involves following commands:
- pkg version -vo
- pkg info
- pkg updating
- pkg info -D -x
Those...