cvs commit: ports/devel Makefile ports/devel/p5-Parallel-Scoreboard Makefile distinfo pkg-descr pkg-plist

Jun Kuriyama kuriyama at FreeBSD.org
Sat Dec 31 08:29:15 UTC 2011


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)


More information about the cvs-ports mailing list