cvs commit: ports/devel Makefile ports/devel/py-pp Makefile
 distinfo pkg-descr pkg-plist
    Martin Wilke 
    miwi at FreeBSD.org
       
    Thu Mar  1 09:55:36 UTC 2007
    
    
  
miwi        2007-03-01 09:55:36 UTC
  FreeBSD ports repository
  Modified files:
    devel                Makefile 
  Added files:
    devel/py-pp          Makefile distinfo pkg-descr pkg-plist 
  Log:
  pp is a python module which provides mechanism for parallel execution of
  python code on SMP (systems with multiple processors or cores) and clusters
  (computers connected via network)
  
  It is light, easy to install and integrate with other python software.
  
  pp is an open source and cross-platform module written in pure python
  
  WWW:    http://www.parallelpython.com/
  
  PR:             ports/109665
  Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
  
  Revision  Changes    Path
  1.2666    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/py-pp/Makefile (new)
  1.1       +3 -0      ports/devel/py-pp/distinfo (new)
  1.1       +9 -0      ports/devel/py-pp/pkg-descr (new)
  1.1       +13 -0     ports/devel/py-pp/pkg-plist (new)
    
    
More information about the cvs-all
mailing list