Index: MOVED =================================================================== --- MOVED +++ MOVED @@ -9401,3 +9401,4 @@ print/gutenprint-cups|print/gutenprint|2017-06-04|Folded into gutenprint port print/gutenprint-foomatic||2017-06-04|Component removed upstream print/gutenprint-ijs||2017-06-04|Component removed upstream +devel/py-PyDispatcher|devel/py-pydispatcher|2017-06-05|Change name to lower case Index: devel/Makefile =================================================================== --- devel/Makefile +++ devel/Makefile @@ -4088,7 +4088,7 @@ SUBDIR += py-Products.contentmigration SUBDIR += py-Products.statusmessages SUBDIR += py-Products.validation - SUBDIR += py-PyDispatcher + SUBDIR += py-pydispatcher SUBDIR += py-PyExecJS SUBDIR += py-PyLD SUBDIR += py-RPyC Index: devel/py-PyDispatcher/Makefile =================================================================== --- devel/py-PyDispatcher/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= PyDispatcher -PORTVERSION= 2.0.5 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= eric@camachat.org -COMMENT= Multi-producer-multi-consumer signal dispatching mechanism - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/license.txt - -NO_ARCH= yes -USES= python -USE_PYTHON= distutils autoplist - -.include Index: devel/py-PyDispatcher/distinfo =================================================================== --- devel/py-PyDispatcher/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1494864695 -SHA256 (PyDispatcher-2.0.5.tar.gz) = 5570069e1b1769af1fe481de6dd1d3a388492acddd2cdad7a3bde145615d5caf -SIZE (PyDispatcher-2.0.5.tar.gz) = 34437 Index: devel/py-PyDispatcher/pkg-descr =================================================================== --- devel/py-PyDispatcher/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Dispatcher mechanism for creating event models - -PyDispatcher is an enhanced version of Patrick K. O’Brien’s original -dispatcher.py module. It provides the Python programmer with a robust mechanism -for event routing within various application contexts. - -Included in the package are the robustapply and saferef modules, which provide -the ability to selectively apply arguments to callable objects and to reference -instance methods using weak-references. - -WWW: http://pydispatcher.sourceforge.net/ Index: devel/py-pydispatcher/Makefile =================================================================== --- devel/py-pydispatcher/Makefile +++ devel/py-pydispatcher/Makefile @@ -1,10 +1,11 @@ # $FreeBSD$ -PORTNAME= PyDispatcher +PORTNAME= pydispatcher PORTVERSION= 2.0.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PyDispatcher-${PORTVERSION} MAINTAINER= eric@camachat.org COMMENT= Multi-producer-multi-consumer signal dispatching mechanism