aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pp
Commit message (Collapse)AuthorAgeFilesLines
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Update to 1.4.1Li-Wen Hsu2007-04-152-4/+4
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=189987
* - Update to 1.4Li-Wen Hsu2007-04-042-5/+5
| | | | | | | | | - Change to my FreeBSD.org email Approved by: clsung (mentor) Notes: svn path=/head/; revision=189154
* pp is a python module which provides mechanism for parallel execution ofMartin Wilke2007-03-014-0/+51
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> Notes: svn path=/head/; revision=186248