a haskell program for finding your new freebsd ports
the source code for this package is now hosted on github
newports.hs is a trivial haskell script that can be used to find what ports have been updated on your system in the last N days, which you would typically want to know after doing a daily cvsup. the instructions are easy - the script only takes one argument - a number signifying the age in days of ports you want displayed. if you wanted to use runhaskell utility, you could run it like:
runhaskell newports.hs 1
the code is under a bsd license.
here is a haskell HackageDB package for this script.
if you find bugs, errors, or want to suggest changes, let me know!
last update 2010-12-04