cvs commit: ports/astro Makefile ports/astro/squeuer Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist patch-etc::squeuer.conf.unix

Greg Lewis glewis at FreeBSD.org
Wed Aug 13 10:35:22 PDT 2003


glewis      2003/08/13 10:35:21 PDT

  FreeBSD ports repository

  Modified files:
    astro                Makefile 
  Added files:
    astro/squeuer        Makefile distinfo pkg-deinstall pkg-descr 
                         pkg-install pkg-message pkg-plist 
    astro/squeuer/files  patch-etc::rc.d::S71squeuer.sh 
                         patch-etc::squeuer.conf.unix 
  Log:
  . Add a port of SQueuer, a queueing proxy for Seti at Home:
  
  SQueuer is a queueing proxy for Seti at Home with the following features:
  
  * Keeps a configurable sized queue of work units so that
    the client will always be able to get a new work unit
    immediately upon finishing one.
  
  * Queues results for uploading should the main Seti at Home
    site be overloaded or down. Results are never lost and the
    client is never delayed waiting to upload a result.
  
  * Can handle multiple users running the Seti at Home client
    on multiple machines all connecting to SQueuer.
  
  * Platform independent. SQueuer has been tested and found
    to work on different versions of Unix, MacOS and Windows.
    All it requires is a Perl 5 interpreter.
  
  Revision  Changes    Path
  1.69      +1 -0      ports/astro/Makefile
  1.1       +50 -0     ports/astro/squeuer/Makefile (new)
  1.1       +1 -0      ports/astro/squeuer/distinfo (new)
  1.1       +24 -0     ports/astro/squeuer/files/patch-etc::rc.d::S71squeuer.sh (new)
  1.1       +22 -0     ports/astro/squeuer/files/patch-etc::squeuer.conf.unix (new)
  1.1       +15 -0     ports/astro/squeuer/pkg-deinstall (new)
  1.1       +18 -0     ports/astro/squeuer/pkg-descr (new)
  1.1       +34 -0     ports/astro/squeuer/pkg-install (new)
  1.1       +19 -0     ports/astro/squeuer/pkg-message (new)
  1.1       +5 -0      ports/astro/squeuer/pkg-plist (new)


More information about the cvs-ports mailing list