cvs commit: ports/sysutils Makefile ports/sysutils/portscout Makefile distinfo pkg-descr pkg-plist

Shaun Amott shaun at FreeBSD.org
Sun Jan 21 23:43:10 UTC 2007


shaun       2007-01-21 23:43:10 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/portscout   Makefile distinfo pkg-descr pkg-plist 
  Log:
  portscout is a tool which looks for new versions of software in the
  FreeBSD ports tree, and potentially other software repositories.
  
  Various factors make this task a bit more difficult than it might
  initially seem. In particular, the array of weird and wonderful
  versioning schemes software vendors manage to come up with.
  
  portscout spawns several child processes and does its version checking
  in parallel, while attempting to best-guess strange-looking version
  numbers, navigate around unhelpful sites and web servers, and contend
  with the CPU-heavy rapidly-expanding FreeBSD ports system.
  
  In addition to all this, it is possible to generate nice HTML reports
  and send reminder mails to interested parties.
  
  This should probably be considered beta until v1.0 is released.
  
  Revision  Changes    Path
  1.884     +1 -0      ports/sysutils/Makefile
  1.1       +88 -0     ports/sysutils/portscout/Makefile (new)
  1.1       +3 -0      ports/sysutils/portscout/distinfo (new)
  1.1       +20 -0     ports/sysutils/portscout/pkg-descr (new)
  1.1       +13 -0     ports/sysutils/portscout/pkg-plist (new)


More information about the cvs-ports mailing list