- Update to 2.7
- Give maintainership to submitter PR: 37743 Submitted by: Hye-Shik Chang <perky@fallin.lv>
This commit is contained in:
parent
1373221bc9
commit
208c657dbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58536
3 changed files with 162 additions and 136 deletions
|
@ -7,18 +7,24 @@
|
|||
#
|
||||
|
||||
PORTNAME= ro
|
||||
PORTVERSION= 2.5
|
||||
PORTVERSION= 2.7
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pyro
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Pyro-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= perky@fallin.lv
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-ro
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-ro
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/setup.cfg
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Pyro-2.5.tar.gz) = fb8193d13ddd729a8b4a5017b0bdec3e
|
||||
MD5 (Pyro-2.7.tar.gz) = fdcfcaa570d139db2359a6d3afe48135
|
||||
|
|
|
@ -7,162 +7,182 @@ bin/rns
|
|||
bin/xnsc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/EventService/Clients.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/EventService/Clients.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/EventService/Clients.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/EventService/Server.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/EventService/Server.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/EventService/Server.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/EventService/__init__.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/EventService/__init__.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/EventService/__init__.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/__init__.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/__init__.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/__init__.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/configuration.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/configuration.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/configuration.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/constants.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/constants.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/constants.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/core.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/core.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/core.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/errors.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/errors.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/errors.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/naming.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/naming.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/naming.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/nsc.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/nsc.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/nsc.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/protocol.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/protocol.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/protocol.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/pyroc.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/pyroc.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/pyroc.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/util.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/util.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/util.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/xnsc.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/xnsc.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Pyro/xnsc.pyo
|
||||
@dirrm lib/%%PYTHON_VERSION%%/site-packages/Pyro/EventService
|
||||
@dirrm lib/%%PYTHON_VERSION%%/site-packages/Pyro
|
||||
%%PORTDOCS%%share/doc/ro/1-intro.html
|
||||
%%PORTDOCS%%share/doc/ro/10-services.html
|
||||
%%PORTDOCS%%share/doc/ro/11-changes.html
|
||||
%%PORTDOCS%%share/doc/ro/2-concepts.html
|
||||
%%PORTDOCS%%share/doc/ro/3-install.html
|
||||
%%PORTDOCS%%share/doc/ro/4-usage.html
|
||||
%%PORTDOCS%%share/doc/ro/5-nameserver.html
|
||||
%%PORTDOCS%%share/doc/ro/6-implementation.html
|
||||
%%PORTDOCS%%share/doc/ro/7-features.html
|
||||
%%PORTDOCS%%share/doc/ro/8-example.html
|
||||
%%PORTDOCS%%share/doc/ro/9-errors.html
|
||||
%%PORTDOCS%%share/doc/ro/LICENSE
|
||||
%%PORTDOCS%%share/doc/ro/PyroManual.html
|
||||
%%PORTDOCS%%share/doc/ro/index.html
|
||||
%%PORTDOCS%%share/examples/ro/Bank2/BankServer.py
|
||||
%%PORTDOCS%%share/examples/ro/Bank2/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/Bank2/banks.py
|
||||
%%PORTDOCS%%share/examples/ro/Bank2/client.py
|
||||
%%PORTDOCS%%share/examples/ro/BankExample/BankServer.py
|
||||
%%PORTDOCS%%share/examples/ro/BankExample/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/BankExample/banks.py
|
||||
%%PORTDOCS%%share/examples/ro/BankExample/client.py
|
||||
%%PORTDOCS%%share/examples/ro/NS_sec_plugins/NSSecEx.py
|
||||
%%PORTDOCS%%share/examples/ro/NS_sec_plugins/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/agent/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/agent/ShoppingAgent.py
|
||||
%%PORTDOCS%%share/examples/ro/agent/client.py
|
||||
%%PORTDOCS%%share/examples/ro/agent/server.py
|
||||
%%PORTDOCS%%share/examples/ro/agent/shop.py
|
||||
%%PORTDOCS%%share/examples/ro/agent2/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/agent2/ShoppingAgent.py
|
||||
%%PORTDOCS%%share/examples/ro/agent2/client.py
|
||||
%%PORTDOCS%%share/examples/ro/agent2/serv/server.py
|
||||
%%PORTDOCS%%share/examples/ro/agent2/serv/shop.py
|
||||
%%PORTDOCS%%share/examples/ro/attributes/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/attributes/client.py
|
||||
%%PORTDOCS%%share/examples/ro/attributes/server.py
|
||||
%%PORTDOCS%%share/examples/ro/autoreconnect/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/autoreconnect/client.py
|
||||
%%PORTDOCS%%share/examples/ro/autoreconnect/server.py
|
||||
%%PORTDOCS%%share/examples/ro/benchmark/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/benchmark/bench.py
|
||||
%%PORTDOCS%%share/examples/ro/benchmark/bench.pyc
|
||||
%%PORTDOCS%%share/examples/ro/benchmark/client.py
|
||||
%%PORTDOCS%%share/examples/ro/benchmark/server.py
|
||||
%%PORTDOCS%%share/examples/ro/callback/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/callback/client.py
|
||||
%%PORTDOCS%%share/examples/ro/callback/server.py
|
||||
%%PORTDOCS%%share/examples/ro/callback/shout.py
|
||||
%%PORTDOCS%%share/examples/ro/countingcars/Client.py
|
||||
%%PORTDOCS%%share/examples/ro/countingcars/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/countingcars/Server.py
|
||||
%%PORTDOCS%%share/examples/ro/denyhosts/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/denyhosts/client.py
|
||||
%%PORTDOCS%%share/examples/ro/denyhosts/server.py
|
||||
%%PORTDOCS%%share/examples/ro/exceptions/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/exceptions/client.py
|
||||
%%PORTDOCS%%share/examples/ro/exceptions/excep.py
|
||||
%%PORTDOCS%%share/examples/ro/exceptions/server.py
|
||||
%%PORTDOCS%%share/examples/ro/factory/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/factory/client.py
|
||||
%%PORTDOCS%%share/examples/ro/factory/factory.py
|
||||
%%PORTDOCS%%share/examples/ro/factory/server.py
|
||||
%%PORTDOCS%%share/examples/ro/hugetransfer/Pyro_NS_URI
|
||||
%%PORTDOCS%%share/examples/ro/hugetransfer/Pyro_log
|
||||
%%PORTDOCS%%share/examples/ro/hugetransfer/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/hugetransfer/client.py
|
||||
%%PORTDOCS%%share/examples/ro/hugetransfer/server.py
|
||||
%%PORTDOCS%%share/examples/ro/inheritance/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/inheritance/client.py
|
||||
%%PORTDOCS%%share/examples/ro/inheritance/inherit.py
|
||||
%%PORTDOCS%%share/examples/ro/inheritance/server.py
|
||||
%%PORTDOCS%%share/examples/ro/logging/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/logging/testlogging.py
|
||||
%%PORTDOCS%%share/examples/ro/maxclients/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/maxclients/client.py
|
||||
%%PORTDOCS%%share/examples/ro/maxclients/server.py
|
||||
%%PORTDOCS%%share/examples/ro/multithread/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/multithread/client.py
|
||||
%%PORTDOCS%%share/examples/ro/multithread/server.py
|
||||
%%PORTDOCS%%share/examples/ro/naming/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/naming/nametest.py
|
||||
%%PORTDOCS%%share/examples/ro/noNS/Pyro_log
|
||||
%%PORTDOCS%%share/examples/ro/noNS/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/noNS/client.py
|
||||
%%PORTDOCS%%share/examples/ro/noNS/client2.py
|
||||
%%PORTDOCS%%share/examples/ro/noNS/server.py
|
||||
%%PORTDOCS%%share/examples/ro/quickstart/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/quickstart/client.py
|
||||
%%PORTDOCS%%share/examples/ro/quickstart/object.py
|
||||
%%PORTDOCS%%share/examples/ro/quickstart/pyrorun
|
||||
%%PORTDOCS%%share/examples/ro/quickstart/remote.py
|
||||
%%PORTDOCS%%share/examples/ro/quickstart/server.py
|
||||
%%PORTDOCS%%share/examples/ro/simple/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/simple/client.py
|
||||
%%PORTDOCS%%share/examples/ro/simple/server.py
|
||||
%%PORTDOCS%%share/examples/ro/simple/tst.py
|
||||
%%PORTDOCS%%share/examples/ro/simple/tst.pyc
|
||||
%%PORTDOCS%%share/examples/ro/stockquotes/Client.py
|
||||
%%PORTDOCS%%share/examples/ro/stockquotes/MClient.py
|
||||
%%PORTDOCS%%share/examples/ro/stockquotes/Readme.txt
|
||||
%%PORTDOCS%%share/examples/ro/stockquotes/Server.py
|
||||
%%PORTDOCS%%share/examples/ro/testclient.py
|
||||
%%PORTDOCS%%share/examples/ro/testclient.pyc
|
||||
%%PORTDOCS%%share/examples/ro/testserver.py
|
||||
%%PORTDOCS%%share/examples/ro/testserver.pyc
|
||||
%%PORTDOCS%%@dirrm share/doc/ro
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/Bank2
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/BankExample
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/NS_sec_plugins
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/agent
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/agent2/serv
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/agent2
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/attributes
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/autoreconnect
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/benchmark
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/callback
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/countingcars
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/denyhosts
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/exceptions
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/factory
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/hugetransfer
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/inheritance
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/logging
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/maxclients
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/multithread
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/naming
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/noNS
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/quickstart
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/simple
|
||||
%%PORTDOCS%%@dirrm share/examples/ro/stockquotes
|
||||
%%PORTDOCS%%@dirrm share/examples/ro
|
||||
%%PORTDOCS%%share/doc/py-ro/1-intro.html
|
||||
%%PORTDOCS%%share/doc/py-ro/10-services.html
|
||||
%%PORTDOCS%%share/doc/py-ro/11-changes.html
|
||||
%%PORTDOCS%%share/doc/py-ro/11-changes-archive.html
|
||||
%%PORTDOCS%%share/doc/py-ro/2-concepts.html
|
||||
%%PORTDOCS%%share/doc/py-ro/3-install.html
|
||||
%%PORTDOCS%%share/doc/py-ro/4-usage.html
|
||||
%%PORTDOCS%%share/doc/py-ro/5-nameserver.html
|
||||
%%PORTDOCS%%share/doc/py-ro/6-implementation.html
|
||||
%%PORTDOCS%%share/doc/py-ro/7-features.html
|
||||
%%PORTDOCS%%share/doc/py-ro/8-example.html
|
||||
%%PORTDOCS%%share/doc/py-ro/9-errors.html
|
||||
%%PORTDOCS%%share/doc/py-ro/LICENSE
|
||||
%%PORTDOCS%%share/doc/py-ro/PyroManual.html
|
||||
%%PORTDOCS%%share/doc/py-ro/index.html
|
||||
%%PORTDOCS%%share/examples/py-ro/Bank2/BankServer.py
|
||||
%%PORTDOCS%%share/examples/py-ro/Bank2/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/Bank2/banks.py
|
||||
%%PORTDOCS%%share/examples/py-ro/Bank2/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/BankExample/BankServer.py
|
||||
%%PORTDOCS%%share/examples/py-ro/BankExample/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/BankExample/banks.py
|
||||
%%PORTDOCS%%share/examples/py-ro/BankExample/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/NS_sec_plugins/NSSecEx.py
|
||||
%%PORTDOCS%%share/examples/py-ro/NS_sec_plugins/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/agent/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/agent/ShoppingAgent.py
|
||||
%%PORTDOCS%%share/examples/py-ro/agent/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/agent/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/agent/shop.py
|
||||
%%PORTDOCS%%share/examples/py-ro/agent2/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/agent2/agent/ShoppingAgent.py
|
||||
%%PORTDOCS%%share/examples/py-ro/agent2/agent/__init__.py
|
||||
%%PORTDOCS%%share/examples/py-ro/agent2/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/agent2/serv/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/agent2/serv/shop.py
|
||||
%%PORTDOCS%%share/examples/py-ro/attributes/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/attributes/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/attributes/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/autoreconnect/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/autoreconnect/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/autoreconnect/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/benchmark/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/benchmark/bench.py
|
||||
%%PORTDOCS%%share/examples/py-ro/benchmark/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/benchmark/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/callback/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/callback/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/callback/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/callback/shout.py
|
||||
%%PORTDOCS%%share/examples/py-ro/chatbox-ES/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/chatbox-ES/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/chatbox-ES/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/chatbox-non-ES/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/chatbox-non-ES/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/chatbox-non-ES/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/countingcars/Client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/countingcars/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/countingcars/Server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/denyhosts/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/denyhosts/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/denyhosts/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/exceptions/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/exceptions/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/exceptions/excep.py
|
||||
%%PORTDOCS%%share/examples/py-ro/exceptions/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/factory/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/factory/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/factory/factory.py
|
||||
%%PORTDOCS%%share/examples/py-ro/factory/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/hugetransfer/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/hugetransfer/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/hugetransfer/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/inheritance/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/inheritance/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/inheritance/inherit.py
|
||||
%%PORTDOCS%%share/examples/py-ro/inheritance/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/logging/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/logging/testlogging.py
|
||||
%%PORTDOCS%%share/examples/py-ro/maxclients/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/maxclients/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/maxclients/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/multithread/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/multithread/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/multithread/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/naming/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/naming/nametest.py
|
||||
%%PORTDOCS%%share/examples/py-ro/noNS/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/noNS/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/noNS/client2.py
|
||||
%%PORTDOCS%%share/examples/py-ro/noNS/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/quickstart/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/quickstart/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/quickstart/object.py
|
||||
%%PORTDOCS%%share/examples/py-ro/quickstart/pyrorun
|
||||
%%PORTDOCS%%share/examples/py-ro/quickstart/remote.py
|
||||
%%PORTDOCS%%share/examples/py-ro/quickstart/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/simple/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/simple/client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/simple/server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/simple/tst.py
|
||||
%%PORTDOCS%%share/examples/py-ro/stockquotes/Client.py
|
||||
%%PORTDOCS%%share/examples/py-ro/stockquotes/MClient.py
|
||||
%%PORTDOCS%%share/examples/py-ro/stockquotes/Readme.txt
|
||||
%%PORTDOCS%%share/examples/py-ro/stockquotes/Server.py
|
||||
%%PORTDOCS%%share/examples/py-ro/testclient.py
|
||||
%%PORTDOCS%%share/examples/py-ro/testserver.py
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/stockquotes
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/simple
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/quickstart
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/noNS
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/naming
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/multithread
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/maxclients
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/logging
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/inheritance
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/hugetransfer
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/factory
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/exceptions
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/denyhosts
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/countingcars
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/chatbox-non-ES
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/chatbox-ES
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/callback
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/benchmark
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/autoreconnect
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/attributes
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/agent2/serv
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/agent2/agent
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/agent2
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/agent
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/NS_sec_plugins
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/BankExample
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro/Bank2
|
||||
%%PORTDOCS%%@dirrm share/examples/py-ro
|
||||
%%PORTDOCS%%@dirrm share/doc/py-ro
|
||||
|
|
Loading…
Reference in a new issue