Portroach is the OpenBSD ports tree version scanner. It scans the upstream master sites for ports looking for new releases.
Portroach is available as an OpenBSD package built from misc/portroach
:
pkg_add portroach
Alternatively you can git clone
the GitHub repository and run
portroach.pl
inplace.
Please see 'perldoc portroach' for usage instructions, or refer to
docs/portroach-portconfig.txt for
details on the PORTROACH
variable.
The results are available over at portroach.openbsd.org, kindly hosted by ajacoutot@.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)