Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2007 23:43:10 +0000 (UTC)
From:      Shaun Amott <shaun@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils Makefile ports/sysutils/portscout Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200701212343.l0LNhACI077291@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701212343.l0LNhACI077291>