Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2011 08:29:14 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Parallel-Scoreboard Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201112310829.pBV8TEhT029487@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kuriyama    2011-12-31 08:29:14 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Parallel-Scoreboard Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  Parallel::Scoreboard is a pure-perl implementation of a process
  scoreboard. By using the module it is easy to create a monitor for
  many worker process, like the status module of the Apache HTTP server.
  
  Unlike other similar modules, Parallel::Scoreboard is easy to use and
  has no limitation on the format or the length of the statuses to be
  stored. Any arbitrary data (like JSON or frozen perl object) can be
  saved by the worker processes as their status and read from the
  manager process.
  
  WWW: http://search.cpan.org/dist/Parallel-Scoreboard/
  
  Revision  Changes    Path
  1.4781    +1 -0      ports/devel/Makefile
  1.1       +29 -0     ports/devel/p5-Parallel-Scoreboard/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Parallel-Scoreboard/distinfo (new)
  1.1       +11 -0     ports/devel/p5-Parallel-Scoreboard/pkg-descr (new)
  1.1       +10 -0     ports/devel/p5-Parallel-Scoreboard/pkg-plist (new)



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