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 this 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 at portroach.openbsd.org, kindly hosted by ajacoutot@.
Here's a shortlist of outstanding tasks or ideas:
- add Makefile.PL
 - improve DISTFILES handling and "lack" of versions
 - for the dynamic pages:
- use a single 
maintainer.html - generate indexes by category
 
 - use a single 
 
- 2005-2011 Shaun Amott [email protected]
 - 2015-2016 Jasper Lievisse Adriaanse [email protected]
 
- Fork it
 - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request