wip-changes:

-----------
	o SET DESCR
	o remove ${PYPKGPREFIX} in DOCDIR and EGDIR
This commit is contained in:
Kamel Ibn Aziz Derouiche 2010-04-16 21:33:00 +00:00 committed by Thomas Klausner
parent 41413c1700
commit 170204510b
3 changed files with 18 additions and 15 deletions

View file

@ -1,3 +1,6 @@
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)
Parallel Python module (pp) provides an easy and efficient way to create
parallel-enabled applications for SMP computers and clusters. pp module
features cross-platform portability and dynamic load balancing. Thus application
written with PP will parallelize efficiently even on heterogeneous and
multi-platform clusters (including clusters running other application with
variable CPU loads).

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2010/01/02 20:40:12 jihbed Exp $
# $NetBSD: Makefile,v 1.3 2010/04/16 21:33:00 jihbed Exp $
#
DISTNAME= pp-1.5.7
@ -13,8 +13,8 @@ COMMENT= Parallel and distributed programming for Python
PKG_DESTDIR_SUPPORT= user-destdir
DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-pp
EGDIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-pp
DOCDIR= ${PREFIX}/share/doc/py-pp
EGDIR= ${PREFIX}/share/examples/py-pp
MESSAGE_SUBST+= DOCDIR=${DOCDIR}
MESSAGE_SUBST+= EGDIR=${EGDIR}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2010/01/02 20:40:12 jihbed Exp $
@comment $NetBSD: PLIST,v 1.4 2010/04/16 21:33:00 jihbed Exp $
bin/ppserver.py
${PYSITELIB}/pp.py
${PYSITELIB}/pp.pyc
@ -13,11 +13,11 @@ ${PYSITELIB}/ppworker.py
${PYSITELIB}/ppworker.pyc
${PYSITELIB}/ppworker.pyo
man/man1/ppserver.1
share/doc/py25-pp/ppdoc.html
share/examples/py25-pp/auto_diff.py
share/examples/py25-pp/callback.py
share/examples/py25-pp/dynamic_ncpus.py
share/examples/py25-pp/quicksort.py
share/examples/py25-pp/reverse_md5.py
share/examples/py25-pp/sum_primes.py
share/examples/py25-pp/sum_primes_functor.py
share/doc/py-pp/ppdoc.html
share/examples/py-pp/auto_diff.py
share/examples/py-pp/callback.py
share/examples/py-pp/dynamic_ncpus.py
share/examples/py-pp/quicksort.py
share/examples/py-pp/reverse_md5.py
share/examples/py-pp/sum_primes.py
share/examples/py-pp/sum_primes_functor.py