install docs and examples under py-* as other ports do. bump.
This commit is contained in:
parent
9ad75a4afc
commit
f5421fa04b
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/14 22:08:28 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/03/15 11:53:11 fgsch Exp $
|
||||
|
||||
COMMENT = distributed object middleware for Python
|
||||
|
||||
MODPY_EGG_VERSION = 3.8.1
|
||||
DISTNAME = Pyro-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME:L}
|
||||
PKGNAME = py-${DISTNAME:L}p0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -23,9 +23,9 @@ MODULES = lang/python
|
||||
NO_REGRESS = Yes
|
||||
|
||||
post-install:
|
||||
$(INSTALL_DATA_DIR) ${PREFIX}/share/doc/pyro
|
||||
$(INSTALL_DATA_DIR) ${PREFIX}/share/examples/pyro
|
||||
cd ${WRKSRC}/docs && pax -rw * ${PREFIX}/share/doc/pyro
|
||||
cd ${WRKSRC}/examples && pax -rw * ${PREFIX}/share/examples/pyro
|
||||
$(INSTALL_DATA_DIR) ${PREFIX}/share/doc/py-pyro
|
||||
$(INSTALL_DATA_DIR) ${PREFIX}/share/examples/py-pyro
|
||||
cd ${WRKSRC}/docs && pax -rw * ${PREFIX}/share/doc/py-pyro
|
||||
cd ${WRKSRC}/examples && pax -rw * ${PREFIX}/share/examples/py-pyro
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/03/14 22:08:28 fgsch Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/03/15 11:53:11 fgsch Exp $
|
||||
bin/pyro-es
|
||||
bin/pyro-esd
|
||||
bin/pyro-genguid
|
||||
@ -81,306 +81,306 @@ lib/python${MODPY_VERSION}/site-packages/Pyro/wxnsc.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/Pyro/xnsc.py
|
||||
lib/python${MODPY_VERSION}/site-packages/Pyro/xnsc.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/Pyro/xnsc.pyo
|
||||
share/doc/pyro/
|
||||
share/doc/pyro/1-intro.html
|
||||
share/doc/pyro/10-errors.html
|
||||
share/doc/pyro/11-implementation.html
|
||||
share/doc/pyro/12-changes-archive.html
|
||||
share/doc/pyro/12-changes.html
|
||||
share/doc/pyro/2-concepts.html
|
||||
share/doc/pyro/3-install.html
|
||||
share/doc/pyro/4-usage.html
|
||||
share/doc/pyro/5-nameserver.html
|
||||
share/doc/pyro/6-eventserver.html
|
||||
share/doc/pyro/7-features.html
|
||||
share/doc/pyro/8-example.html
|
||||
share/doc/pyro/9-security.html
|
||||
share/doc/pyro/LICENSE
|
||||
share/doc/pyro/PyroManual.html
|
||||
share/doc/pyro/index.html
|
||||
share/doc/pyro/pyromanual.css
|
||||
share/doc/pyro/pyromanual_print.css
|
||||
share/examples/pyro/
|
||||
share/examples/pyro/AllInOne/
|
||||
share/examples/pyro/AllInOne/Readme.txt
|
||||
share/examples/pyro/AllInOne/allinone_ownloop.py
|
||||
share/examples/pyro/AllInOne/allinone_threads.py
|
||||
share/examples/pyro/Bank2/
|
||||
share/examples/pyro/Bank2/BankServer.py
|
||||
share/examples/pyro/Bank2/Readme.txt
|
||||
share/examples/pyro/Bank2/banks.py
|
||||
share/examples/pyro/Bank2/client.py
|
||||
share/examples/pyro/BankExample/
|
||||
share/examples/pyro/BankExample/BankServer.py
|
||||
share/examples/pyro/BankExample/Readme.txt
|
||||
share/examples/pyro/BankExample/banks.py
|
||||
share/examples/pyro/BankExample/client.py
|
||||
share/examples/pyro/NS_sec_plugins/
|
||||
share/examples/pyro/NS_sec_plugins/NSSecEx.py
|
||||
share/examples/pyro/NS_sec_plugins/Readme.txt
|
||||
share/examples/pyro/Readme.txt
|
||||
share/examples/pyro/agent2/
|
||||
share/examples/pyro/agent2/Readme.txt
|
||||
share/examples/pyro/agent2/agent/
|
||||
share/examples/pyro/agent2/agent/ShoppingAgent.py
|
||||
share/examples/pyro/agent2/agent/__init__.py
|
||||
share/examples/pyro/agent2/client.py
|
||||
share/examples/pyro/agent2/serv/
|
||||
share/examples/pyro/agent2/serv/objects/
|
||||
share/examples/pyro/agent2/serv/objects/__init__.py
|
||||
share/examples/pyro/agent2/serv/objects/apples.py
|
||||
share/examples/pyro/agent2/serv/objects/bananas.py
|
||||
share/examples/pyro/agent2/serv/objects/bindings.py
|
||||
share/examples/pyro/agent2/serv/objects/boots.py
|
||||
share/examples/pyro/agent2/serv/objects/cd.py
|
||||
share/examples/pyro/agent2/serv/objects/computer.py
|
||||
share/examples/pyro/agent2/serv/objects/goggles.py
|
||||
share/examples/pyro/agent2/serv/objects/mouse.py
|
||||
share/examples/pyro/agent2/serv/objects/shoes.py
|
||||
share/examples/pyro/agent2/serv/objects/snowboard.py
|
||||
share/examples/pyro/agent2/serv/objects/spices.py
|
||||
share/examples/pyro/agent2/serv/objects/tomatoes.py
|
||||
share/examples/pyro/agent2/serv/objects/tv.py
|
||||
share/examples/pyro/agent2/serv/objects/wax.py
|
||||
share/examples/pyro/agent2/serv/server.py
|
||||
share/examples/pyro/agent2/serv/shop.py
|
||||
share/examples/pyro/agent3/
|
||||
share/examples/pyro/agent3/Readme.txt
|
||||
share/examples/pyro/agent3/agent/
|
||||
share/examples/pyro/agent3/agent/ShoppingAgent.py
|
||||
share/examples/pyro/agent3/agent/__init__.py
|
||||
share/examples/pyro/agent3/client.py
|
||||
share/examples/pyro/agent3/serv/
|
||||
share/examples/pyro/agent3/serv/shop1.py
|
||||
share/examples/pyro/agent3/serv/shop2.py
|
||||
share/examples/pyro/agent3/serv/shop3.py
|
||||
share/examples/pyro/attributes/
|
||||
share/examples/pyro/attributes/Person.py
|
||||
share/examples/pyro/attributes/Readme.txt
|
||||
share/examples/pyro/attributes/client.py
|
||||
share/examples/pyro/attributes/server.py
|
||||
share/examples/pyro/authenticate/
|
||||
share/examples/pyro/authenticate/NSSecEx.py
|
||||
share/examples/pyro/authenticate/Readme.txt
|
||||
share/examples/pyro/authenticate/client.py
|
||||
share/examples/pyro/authenticate/server.py
|
||||
share/examples/pyro/autoreconnect/
|
||||
share/examples/pyro/autoreconnect/Readme.txt
|
||||
share/examples/pyro/autoreconnect/client.py
|
||||
share/examples/pyro/autoreconnect/server.py
|
||||
share/examples/pyro/benchmark/
|
||||
share/examples/pyro/benchmark/Readme.txt
|
||||
share/examples/pyro/benchmark/bench.py
|
||||
share/examples/pyro/benchmark/client.py
|
||||
share/examples/pyro/benchmark/server.py
|
||||
share/examples/pyro/callback/
|
||||
share/examples/pyro/callback/Readme.txt
|
||||
share/examples/pyro/callback/b2_client.py
|
||||
share/examples/pyro/callback/b2_server.py
|
||||
share/examples/pyro/callback/bounce_client.py
|
||||
share/examples/pyro/callback/bounce_server.py
|
||||
share/examples/pyro/callback/bouncer.py
|
||||
share/examples/pyro/callback/bouncer2.py
|
||||
share/examples/pyro/callback/bouncer_cberror.py
|
||||
share/examples/pyro/callback/cberror_client.py
|
||||
share/examples/pyro/callback/shout.py
|
||||
share/examples/pyro/callback/shout_client.py
|
||||
share/examples/pyro/callback/shout_server.py
|
||||
share/examples/pyro/chatbox-ES/
|
||||
share/examples/pyro/chatbox-ES/Readme.txt
|
||||
share/examples/pyro/chatbox-ES/client.py
|
||||
share/examples/pyro/chatbox-ES/server.py
|
||||
share/examples/pyro/chatbox-non-ES/
|
||||
share/examples/pyro/chatbox-non-ES/Readme.txt
|
||||
share/examples/pyro/chatbox-non-ES/client.py
|
||||
share/examples/pyro/chatbox-non-ES/server.py
|
||||
share/examples/pyro/circle/
|
||||
share/examples/pyro/circle/Readme.txt
|
||||
share/examples/pyro/circle/chain.py
|
||||
share/examples/pyro/circle/client.py
|
||||
share/examples/pyro/circle/servA.py
|
||||
share/examples/pyro/circle/servB.py
|
||||
share/examples/pyro/circle/servC.py
|
||||
share/examples/pyro/countingcars/
|
||||
share/examples/pyro/countingcars/Client.py
|
||||
share/examples/pyro/countingcars/Readme.txt
|
||||
share/examples/pyro/countingcars/Server.py
|
||||
share/examples/pyro/denyhosts/
|
||||
share/examples/pyro/denyhosts/Readme.txt
|
||||
share/examples/pyro/denyhosts/client.py
|
||||
share/examples/pyro/denyhosts/server.py
|
||||
share/examples/pyro/distributed-computing/
|
||||
share/examples/pyro/distributed-computing/Readme.txt
|
||||
share/examples/pyro/distributed-computing/cell/
|
||||
share/examples/pyro/distributed-computing/cell/__init__.py
|
||||
share/examples/pyro/distributed-computing/cell/dispatcher.py
|
||||
share/examples/pyro/distributed-computing/cell/monitor.py
|
||||
share/examples/pyro/distributed-computing/cell/processor.py
|
||||
share/examples/pyro/distributed-computing/client.py
|
||||
share/examples/pyro/distributed-computing/tasks/
|
||||
share/examples/pyro/distributed-computing/tasks/__init__.py
|
||||
share/examples/pyro/distributed-computing/tasks/md5crack.py
|
||||
share/examples/pyro/distributed-computing/tasks/sorting.py
|
||||
share/examples/pyro/distributed-computing/tasks/task.py
|
||||
share/examples/pyro/distributed-computing2/
|
||||
share/examples/pyro/distributed-computing2/Readme.txt
|
||||
share/examples/pyro/distributed-computing2/client.py
|
||||
share/examples/pyro/distributed-computing2/dispatcher.py
|
||||
share/examples/pyro/distributed-computing2/worker.py
|
||||
share/examples/pyro/distributed-computing2/workitem.py
|
||||
share/examples/pyro/exceptions/
|
||||
share/examples/pyro/exceptions/Readme.txt
|
||||
share/examples/pyro/exceptions/client.py
|
||||
share/examples/pyro/exceptions/excep.py
|
||||
share/examples/pyro/exceptions/server.py
|
||||
share/examples/pyro/factory/
|
||||
share/examples/pyro/factory/Readme.txt
|
||||
share/examples/pyro/factory/client.py
|
||||
share/examples/pyro/factory/factory.py
|
||||
share/examples/pyro/factory/server.py
|
||||
share/examples/pyro/filetransfer/
|
||||
share/examples/pyro/filetransfer/Readme.txt
|
||||
share/examples/pyro/filetransfer/client.py
|
||||
share/examples/pyro/filetransfer/server.py
|
||||
share/examples/pyro/hugetransfer/
|
||||
share/examples/pyro/hugetransfer/Readme.txt
|
||||
share/examples/pyro/hugetransfer/client.py
|
||||
share/examples/pyro/hugetransfer/server.py
|
||||
share/examples/pyro/inheritance/
|
||||
share/examples/pyro/inheritance/Readme.txt
|
||||
share/examples/pyro/inheritance/client.py
|
||||
share/examples/pyro/inheritance/inherit.py
|
||||
share/examples/pyro/inheritance/server.py
|
||||
share/examples/pyro/logging/
|
||||
share/examples/pyro/logging/Readme.txt
|
||||
share/examples/pyro/logging/logging.cfg
|
||||
share/examples/pyro/logging/testlogging.py
|
||||
share/examples/pyro/maxclients/
|
||||
share/examples/pyro/maxclients/Readme.txt
|
||||
share/examples/pyro/maxclients/client.py
|
||||
share/examples/pyro/maxclients/server.py
|
||||
share/examples/pyro/multithread/
|
||||
share/examples/pyro/multithread/Readme.txt
|
||||
share/examples/pyro/multithread/client.py
|
||||
share/examples/pyro/multithread/server.py
|
||||
share/examples/pyro/naming/
|
||||
share/examples/pyro/naming/Readme.txt
|
||||
share/examples/pyro/naming/nametest.py
|
||||
share/examples/pyro/noNS/
|
||||
share/examples/pyro/noNS/Readme.txt
|
||||
share/examples/pyro/noNS/client.py
|
||||
share/examples/pyro/noNS/client2.py
|
||||
share/examples/pyro/noNS/server.py
|
||||
share/examples/pyro/oneway/
|
||||
share/examples/pyro/oneway/Readme.txt
|
||||
share/examples/pyro/oneway/client.py
|
||||
share/examples/pyro/oneway/server.py
|
||||
share/examples/pyro/proxysharing/
|
||||
share/examples/pyro/proxysharing/Readme.txt
|
||||
share/examples/pyro/proxysharing/client.py
|
||||
share/examples/pyro/proxysharing/server.py
|
||||
share/examples/pyro/quickstart/
|
||||
share/examples/pyro/quickstart-noNS/
|
||||
share/examples/pyro/quickstart-noNS/Readme.txt
|
||||
share/examples/pyro/quickstart-noNS/client.py
|
||||
share/examples/pyro/quickstart-noNS/object.py
|
||||
share/examples/pyro/quickstart-noNS/server.py
|
||||
share/examples/pyro/quickstart/Readme.txt
|
||||
share/examples/pyro/quickstart/client.py
|
||||
share/examples/pyro/quickstart/object.py
|
||||
share/examples/pyro/quickstart/pyrorun
|
||||
share/examples/pyro/quickstart/server.py
|
||||
share/examples/pyro/simple/
|
||||
share/examples/pyro/simple/Readme.txt
|
||||
share/examples/pyro/simple/client.py
|
||||
share/examples/pyro/simple/server.py
|
||||
share/examples/pyro/simple/tst.py
|
||||
share/examples/pyro/ssl/
|
||||
share/examples/pyro/ssl/Readme.txt
|
||||
share/examples/pyro/ssl/certs/
|
||||
share/examples/pyro/ssl/certs/ca.pem
|
||||
share/examples/pyro/ssl/certs/client.pem
|
||||
share/examples/pyro/ssl/certs/server.pem
|
||||
share/examples/pyro/ssl/client.py
|
||||
share/examples/pyro/ssl/server.py
|
||||
share/examples/pyro/stockquotes/
|
||||
share/examples/pyro/stockquotes/Client.py
|
||||
share/examples/pyro/stockquotes/MClient.py
|
||||
share/examples/pyro/stockquotes/Readme.txt
|
||||
share/examples/pyro/stockquotes/Server.py
|
||||
share/examples/pyro/stresstest/
|
||||
share/examples/pyro/stresstest/Readme.txt
|
||||
share/examples/pyro/stresstest/consumer.py
|
||||
share/examples/pyro/stresstest/naming.py
|
||||
share/examples/pyro/stresstest/producer.py
|
||||
share/examples/pyro/testclient.py
|
||||
share/examples/pyro/testmobile/
|
||||
share/examples/pyro/testmobile/Readme.txt
|
||||
share/examples/pyro/testmobile/bothways/
|
||||
share/examples/pyro/testmobile/bothways/Readme.txt
|
||||
share/examples/pyro/testmobile/bothways/client.py
|
||||
share/examples/pyro/testmobile/bothways/clientparams/
|
||||
share/examples/pyro/testmobile/bothways/clientparams/__init__.py
|
||||
share/examples/pyro/testmobile/bothways/clientparams/parameters.py
|
||||
share/examples/pyro/testmobile/bothways/server/
|
||||
share/examples/pyro/testmobile/bothways/server/server.py
|
||||
share/examples/pyro/testmobile/bothways/server/serverparams/
|
||||
share/examples/pyro/testmobile/bothways/server/serverparams/__init__.py
|
||||
share/examples/pyro/testmobile/bothways/server/serverparams/parameters.py
|
||||
share/examples/pyro/testmobile/client2server/
|
||||
share/examples/pyro/testmobile/client2server/Readme.txt
|
||||
share/examples/pyro/testmobile/client2server/client.py
|
||||
share/examples/pyro/testmobile/client2server/params/
|
||||
share/examples/pyro/testmobile/client2server/params/__init__.py
|
||||
share/examples/pyro/testmobile/client2server/params/parameters.py
|
||||
share/examples/pyro/testmobile/client2server/server/
|
||||
share/examples/pyro/testmobile/client2server/server/server.py
|
||||
share/examples/pyro/testmobile/imports/
|
||||
share/examples/pyro/testmobile/imports/Readme.txt
|
||||
share/examples/pyro/testmobile/imports/client.py
|
||||
share/examples/pyro/testmobile/imports/params/
|
||||
share/examples/pyro/testmobile/imports/params/__init__.py
|
||||
share/examples/pyro/testmobile/imports/params/base.py
|
||||
share/examples/pyro/testmobile/imports/params/parameters.py
|
||||
share/examples/pyro/testmobile/imports/server/
|
||||
share/examples/pyro/testmobile/imports/server/answers/
|
||||
share/examples/pyro/testmobile/imports/server/answers/__init__.py
|
||||
share/examples/pyro/testmobile/imports/server/answers/answer.py
|
||||
share/examples/pyro/testmobile/imports/server/answers/base.py
|
||||
share/examples/pyro/testmobile/imports/server/server.py
|
||||
share/examples/pyro/testmobile/passon/
|
||||
share/examples/pyro/testmobile/passon/Readme.txt
|
||||
share/examples/pyro/testmobile/passon/client.py
|
||||
share/examples/pyro/testmobile/passon/params/
|
||||
share/examples/pyro/testmobile/passon/params/__init__.py
|
||||
share/examples/pyro/testmobile/passon/params/parameters.py
|
||||
share/examples/pyro/testmobile/passon/server/
|
||||
share/examples/pyro/testmobile/passon/server/server1.py
|
||||
share/examples/pyro/testmobile/passon/server/server2.py
|
||||
share/examples/pyro/testmobile/server2client/
|
||||
share/examples/pyro/testmobile/server2client/Readme.txt
|
||||
share/examples/pyro/testmobile/server2client/client.py
|
||||
share/examples/pyro/testmobile/server2client/server/
|
||||
share/examples/pyro/testmobile/server2client/server/params/
|
||||
share/examples/pyro/testmobile/server2client/server/params/__init__.py
|
||||
share/examples/pyro/testmobile/server2client/server/params/parameters.py
|
||||
share/examples/pyro/testmobile/server2client/server/server.py
|
||||
share/examples/pyro/testserver.py
|
||||
share/examples/pyro/threadmobile/
|
||||
share/examples/pyro/threadmobile/Readme.txt
|
||||
share/examples/pyro/threadmobile/client.py
|
||||
share/examples/pyro/threadmobile/params/
|
||||
share/examples/pyro/threadmobile/params/__init__.py
|
||||
share/examples/pyro/threadmobile/params/parameters.py
|
||||
share/examples/pyro/threadmobile/server/
|
||||
share/examples/pyro/threadmobile/server/outparams.py
|
||||
share/examples/pyro/threadmobile/server/server.py
|
||||
share/examples/pyro/timeout/
|
||||
share/examples/pyro/timeout/Readme.txt
|
||||
share/examples/pyro/timeout/timeout.py
|
||||
share/examples/pyro/timeout/timeout2.py
|
||||
share/examples/pyro/user_passwd_auth/
|
||||
share/examples/pyro/user_passwd_auth/Readme.txt
|
||||
share/examples/pyro/user_passwd_auth/client.py
|
||||
share/examples/pyro/user_passwd_auth/connvalidator.py
|
||||
share/examples/pyro/user_passwd_auth/server.py
|
||||
share/doc/py-pyro/
|
||||
share/doc/py-pyro/1-intro.html
|
||||
share/doc/py-pyro/10-errors.html
|
||||
share/doc/py-pyro/11-implementation.html
|
||||
share/doc/py-pyro/12-changes-archive.html
|
||||
share/doc/py-pyro/12-changes.html
|
||||
share/doc/py-pyro/2-concepts.html
|
||||
share/doc/py-pyro/3-install.html
|
||||
share/doc/py-pyro/4-usage.html
|
||||
share/doc/py-pyro/5-nameserver.html
|
||||
share/doc/py-pyro/6-eventserver.html
|
||||
share/doc/py-pyro/7-features.html
|
||||
share/doc/py-pyro/8-example.html
|
||||
share/doc/py-pyro/9-security.html
|
||||
share/doc/py-pyro/LICENSE
|
||||
share/doc/py-pyro/PyroManual.html
|
||||
share/doc/py-pyro/index.html
|
||||
share/doc/py-pyro/pyromanual.css
|
||||
share/doc/py-pyro/pyromanual_print.css
|
||||
share/examples/py-pyro/
|
||||
share/examples/py-pyro/AllInOne/
|
||||
share/examples/py-pyro/AllInOne/Readme.txt
|
||||
share/examples/py-pyro/AllInOne/allinone_ownloop.py
|
||||
share/examples/py-pyro/AllInOne/allinone_threads.py
|
||||
share/examples/py-pyro/Bank2/
|
||||
share/examples/py-pyro/Bank2/BankServer.py
|
||||
share/examples/py-pyro/Bank2/Readme.txt
|
||||
share/examples/py-pyro/Bank2/banks.py
|
||||
share/examples/py-pyro/Bank2/client.py
|
||||
share/examples/py-pyro/BankExample/
|
||||
share/examples/py-pyro/BankExample/BankServer.py
|
||||
share/examples/py-pyro/BankExample/Readme.txt
|
||||
share/examples/py-pyro/BankExample/banks.py
|
||||
share/examples/py-pyro/BankExample/client.py
|
||||
share/examples/py-pyro/NS_sec_plugins/
|
||||
share/examples/py-pyro/NS_sec_plugins/NSSecEx.py
|
||||
share/examples/py-pyro/NS_sec_plugins/Readme.txt
|
||||
share/examples/py-pyro/Readme.txt
|
||||
share/examples/py-pyro/agent2/
|
||||
share/examples/py-pyro/agent2/Readme.txt
|
||||
share/examples/py-pyro/agent2/agent/
|
||||
share/examples/py-pyro/agent2/agent/ShoppingAgent.py
|
||||
share/examples/py-pyro/agent2/agent/__init__.py
|
||||
share/examples/py-pyro/agent2/client.py
|
||||
share/examples/py-pyro/agent2/serv/
|
||||
share/examples/py-pyro/agent2/serv/objects/
|
||||
share/examples/py-pyro/agent2/serv/objects/__init__.py
|
||||
share/examples/py-pyro/agent2/serv/objects/apples.py
|
||||
share/examples/py-pyro/agent2/serv/objects/bananas.py
|
||||
share/examples/py-pyro/agent2/serv/objects/bindings.py
|
||||
share/examples/py-pyro/agent2/serv/objects/boots.py
|
||||
share/examples/py-pyro/agent2/serv/objects/cd.py
|
||||
share/examples/py-pyro/agent2/serv/objects/computer.py
|
||||
share/examples/py-pyro/agent2/serv/objects/goggles.py
|
||||
share/examples/py-pyro/agent2/serv/objects/mouse.py
|
||||
share/examples/py-pyro/agent2/serv/objects/shoes.py
|
||||
share/examples/py-pyro/agent2/serv/objects/snowboard.py
|
||||
share/examples/py-pyro/agent2/serv/objects/spices.py
|
||||
share/examples/py-pyro/agent2/serv/objects/tomatoes.py
|
||||
share/examples/py-pyro/agent2/serv/objects/tv.py
|
||||
share/examples/py-pyro/agent2/serv/objects/wax.py
|
||||
share/examples/py-pyro/agent2/serv/server.py
|
||||
share/examples/py-pyro/agent2/serv/shop.py
|
||||
share/examples/py-pyro/agent3/
|
||||
share/examples/py-pyro/agent3/Readme.txt
|
||||
share/examples/py-pyro/agent3/agent/
|
||||
share/examples/py-pyro/agent3/agent/ShoppingAgent.py
|
||||
share/examples/py-pyro/agent3/agent/__init__.py
|
||||
share/examples/py-pyro/agent3/client.py
|
||||
share/examples/py-pyro/agent3/serv/
|
||||
share/examples/py-pyro/agent3/serv/shop1.py
|
||||
share/examples/py-pyro/agent3/serv/shop2.py
|
||||
share/examples/py-pyro/agent3/serv/shop3.py
|
||||
share/examples/py-pyro/attributes/
|
||||
share/examples/py-pyro/attributes/Person.py
|
||||
share/examples/py-pyro/attributes/Readme.txt
|
||||
share/examples/py-pyro/attributes/client.py
|
||||
share/examples/py-pyro/attributes/server.py
|
||||
share/examples/py-pyro/authenticate/
|
||||
share/examples/py-pyro/authenticate/NSSecEx.py
|
||||
share/examples/py-pyro/authenticate/Readme.txt
|
||||
share/examples/py-pyro/authenticate/client.py
|
||||
share/examples/py-pyro/authenticate/server.py
|
||||
share/examples/py-pyro/autoreconnect/
|
||||
share/examples/py-pyro/autoreconnect/Readme.txt
|
||||
share/examples/py-pyro/autoreconnect/client.py
|
||||
share/examples/py-pyro/autoreconnect/server.py
|
||||
share/examples/py-pyro/benchmark/
|
||||
share/examples/py-pyro/benchmark/Readme.txt
|
||||
share/examples/py-pyro/benchmark/bench.py
|
||||
share/examples/py-pyro/benchmark/client.py
|
||||
share/examples/py-pyro/benchmark/server.py
|
||||
share/examples/py-pyro/callback/
|
||||
share/examples/py-pyro/callback/Readme.txt
|
||||
share/examples/py-pyro/callback/b2_client.py
|
||||
share/examples/py-pyro/callback/b2_server.py
|
||||
share/examples/py-pyro/callback/bounce_client.py
|
||||
share/examples/py-pyro/callback/bounce_server.py
|
||||
share/examples/py-pyro/callback/bouncer.py
|
||||
share/examples/py-pyro/callback/bouncer2.py
|
||||
share/examples/py-pyro/callback/bouncer_cberror.py
|
||||
share/examples/py-pyro/callback/cberror_client.py
|
||||
share/examples/py-pyro/callback/shout.py
|
||||
share/examples/py-pyro/callback/shout_client.py
|
||||
share/examples/py-pyro/callback/shout_server.py
|
||||
share/examples/py-pyro/chatbox-ES/
|
||||
share/examples/py-pyro/chatbox-ES/Readme.txt
|
||||
share/examples/py-pyro/chatbox-ES/client.py
|
||||
share/examples/py-pyro/chatbox-ES/server.py
|
||||
share/examples/py-pyro/chatbox-non-ES/
|
||||
share/examples/py-pyro/chatbox-non-ES/Readme.txt
|
||||
share/examples/py-pyro/chatbox-non-ES/client.py
|
||||
share/examples/py-pyro/chatbox-non-ES/server.py
|
||||
share/examples/py-pyro/circle/
|
||||
share/examples/py-pyro/circle/Readme.txt
|
||||
share/examples/py-pyro/circle/chain.py
|
||||
share/examples/py-pyro/circle/client.py
|
||||
share/examples/py-pyro/circle/servA.py
|
||||
share/examples/py-pyro/circle/servB.py
|
||||
share/examples/py-pyro/circle/servC.py
|
||||
share/examples/py-pyro/countingcars/
|
||||
share/examples/py-pyro/countingcars/Client.py
|
||||
share/examples/py-pyro/countingcars/Readme.txt
|
||||
share/examples/py-pyro/countingcars/Server.py
|
||||
share/examples/py-pyro/denyhosts/
|
||||
share/examples/py-pyro/denyhosts/Readme.txt
|
||||
share/examples/py-pyro/denyhosts/client.py
|
||||
share/examples/py-pyro/denyhosts/server.py
|
||||
share/examples/py-pyro/distributed-computing/
|
||||
share/examples/py-pyro/distributed-computing/Readme.txt
|
||||
share/examples/py-pyro/distributed-computing/cell/
|
||||
share/examples/py-pyro/distributed-computing/cell/__init__.py
|
||||
share/examples/py-pyro/distributed-computing/cell/dispatcher.py
|
||||
share/examples/py-pyro/distributed-computing/cell/monitor.py
|
||||
share/examples/py-pyro/distributed-computing/cell/processor.py
|
||||
share/examples/py-pyro/distributed-computing/client.py
|
||||
share/examples/py-pyro/distributed-computing/tasks/
|
||||
share/examples/py-pyro/distributed-computing/tasks/__init__.py
|
||||
share/examples/py-pyro/distributed-computing/tasks/md5crack.py
|
||||
share/examples/py-pyro/distributed-computing/tasks/sorting.py
|
||||
share/examples/py-pyro/distributed-computing/tasks/task.py
|
||||
share/examples/py-pyro/distributed-computing2/
|
||||
share/examples/py-pyro/distributed-computing2/Readme.txt
|
||||
share/examples/py-pyro/distributed-computing2/client.py
|
||||
share/examples/py-pyro/distributed-computing2/dispatcher.py
|
||||
share/examples/py-pyro/distributed-computing2/worker.py
|
||||
share/examples/py-pyro/distributed-computing2/workitem.py
|
||||
share/examples/py-pyro/exceptions/
|
||||
share/examples/py-pyro/exceptions/Readme.txt
|
||||
share/examples/py-pyro/exceptions/client.py
|
||||
share/examples/py-pyro/exceptions/excep.py
|
||||
share/examples/py-pyro/exceptions/server.py
|
||||
share/examples/py-pyro/factory/
|
||||
share/examples/py-pyro/factory/Readme.txt
|
||||
share/examples/py-pyro/factory/client.py
|
||||
share/examples/py-pyro/factory/factory.py
|
||||
share/examples/py-pyro/factory/server.py
|
||||
share/examples/py-pyro/filetransfer/
|
||||
share/examples/py-pyro/filetransfer/Readme.txt
|
||||
share/examples/py-pyro/filetransfer/client.py
|
||||
share/examples/py-pyro/filetransfer/server.py
|
||||
share/examples/py-pyro/hugetransfer/
|
||||
share/examples/py-pyro/hugetransfer/Readme.txt
|
||||
share/examples/py-pyro/hugetransfer/client.py
|
||||
share/examples/py-pyro/hugetransfer/server.py
|
||||
share/examples/py-pyro/inheritance/
|
||||
share/examples/py-pyro/inheritance/Readme.txt
|
||||
share/examples/py-pyro/inheritance/client.py
|
||||
share/examples/py-pyro/inheritance/inherit.py
|
||||
share/examples/py-pyro/inheritance/server.py
|
||||
share/examples/py-pyro/logging/
|
||||
share/examples/py-pyro/logging/Readme.txt
|
||||
share/examples/py-pyro/logging/logging.cfg
|
||||
share/examples/py-pyro/logging/testlogging.py
|
||||
share/examples/py-pyro/maxclients/
|
||||
share/examples/py-pyro/maxclients/Readme.txt
|
||||
share/examples/py-pyro/maxclients/client.py
|
||||
share/examples/py-pyro/maxclients/server.py
|
||||
share/examples/py-pyro/multithread/
|
||||
share/examples/py-pyro/multithread/Readme.txt
|
||||
share/examples/py-pyro/multithread/client.py
|
||||
share/examples/py-pyro/multithread/server.py
|
||||
share/examples/py-pyro/naming/
|
||||
share/examples/py-pyro/naming/Readme.txt
|
||||
share/examples/py-pyro/naming/nametest.py
|
||||
share/examples/py-pyro/noNS/
|
||||
share/examples/py-pyro/noNS/Readme.txt
|
||||
share/examples/py-pyro/noNS/client.py
|
||||
share/examples/py-pyro/noNS/client2.py
|
||||
share/examples/py-pyro/noNS/server.py
|
||||
share/examples/py-pyro/oneway/
|
||||
share/examples/py-pyro/oneway/Readme.txt
|
||||
share/examples/py-pyro/oneway/client.py
|
||||
share/examples/py-pyro/oneway/server.py
|
||||
share/examples/py-pyro/proxysharing/
|
||||
share/examples/py-pyro/proxysharing/Readme.txt
|
||||
share/examples/py-pyro/proxysharing/client.py
|
||||
share/examples/py-pyro/proxysharing/server.py
|
||||
share/examples/py-pyro/quickstart/
|
||||
share/examples/py-pyro/quickstart-noNS/
|
||||
share/examples/py-pyro/quickstart-noNS/Readme.txt
|
||||
share/examples/py-pyro/quickstart-noNS/client.py
|
||||
share/examples/py-pyro/quickstart-noNS/object.py
|
||||
share/examples/py-pyro/quickstart-noNS/server.py
|
||||
share/examples/py-pyro/quickstart/Readme.txt
|
||||
share/examples/py-pyro/quickstart/client.py
|
||||
share/examples/py-pyro/quickstart/object.py
|
||||
share/examples/py-pyro/quickstart/pyrorun
|
||||
share/examples/py-pyro/quickstart/server.py
|
||||
share/examples/py-pyro/simple/
|
||||
share/examples/py-pyro/simple/Readme.txt
|
||||
share/examples/py-pyro/simple/client.py
|
||||
share/examples/py-pyro/simple/server.py
|
||||
share/examples/py-pyro/simple/tst.py
|
||||
share/examples/py-pyro/ssl/
|
||||
share/examples/py-pyro/ssl/Readme.txt
|
||||
share/examples/py-pyro/ssl/certs/
|
||||
share/examples/py-pyro/ssl/certs/ca.pem
|
||||
share/examples/py-pyro/ssl/certs/client.pem
|
||||
share/examples/py-pyro/ssl/certs/server.pem
|
||||
share/examples/py-pyro/ssl/client.py
|
||||
share/examples/py-pyro/ssl/server.py
|
||||
share/examples/py-pyro/stockquotes/
|
||||
share/examples/py-pyro/stockquotes/Client.py
|
||||
share/examples/py-pyro/stockquotes/MClient.py
|
||||
share/examples/py-pyro/stockquotes/Readme.txt
|
||||
share/examples/py-pyro/stockquotes/Server.py
|
||||
share/examples/py-pyro/stresstest/
|
||||
share/examples/py-pyro/stresstest/Readme.txt
|
||||
share/examples/py-pyro/stresstest/consumer.py
|
||||
share/examples/py-pyro/stresstest/naming.py
|
||||
share/examples/py-pyro/stresstest/producer.py
|
||||
share/examples/py-pyro/testclient.py
|
||||
share/examples/py-pyro/testmobile/
|
||||
share/examples/py-pyro/testmobile/Readme.txt
|
||||
share/examples/py-pyro/testmobile/bothways/
|
||||
share/examples/py-pyro/testmobile/bothways/Readme.txt
|
||||
share/examples/py-pyro/testmobile/bothways/client.py
|
||||
share/examples/py-pyro/testmobile/bothways/clientparams/
|
||||
share/examples/py-pyro/testmobile/bothways/clientparams/__init__.py
|
||||
share/examples/py-pyro/testmobile/bothways/clientparams/parameters.py
|
||||
share/examples/py-pyro/testmobile/bothways/server/
|
||||
share/examples/py-pyro/testmobile/bothways/server/server.py
|
||||
share/examples/py-pyro/testmobile/bothways/server/serverparams/
|
||||
share/examples/py-pyro/testmobile/bothways/server/serverparams/__init__.py
|
||||
share/examples/py-pyro/testmobile/bothways/server/serverparams/parameters.py
|
||||
share/examples/py-pyro/testmobile/client2server/
|
||||
share/examples/py-pyro/testmobile/client2server/Readme.txt
|
||||
share/examples/py-pyro/testmobile/client2server/client.py
|
||||
share/examples/py-pyro/testmobile/client2server/params/
|
||||
share/examples/py-pyro/testmobile/client2server/params/__init__.py
|
||||
share/examples/py-pyro/testmobile/client2server/params/parameters.py
|
||||
share/examples/py-pyro/testmobile/client2server/server/
|
||||
share/examples/py-pyro/testmobile/client2server/server/server.py
|
||||
share/examples/py-pyro/testmobile/imports/
|
||||
share/examples/py-pyro/testmobile/imports/Readme.txt
|
||||
share/examples/py-pyro/testmobile/imports/client.py
|
||||
share/examples/py-pyro/testmobile/imports/params/
|
||||
share/examples/py-pyro/testmobile/imports/params/__init__.py
|
||||
share/examples/py-pyro/testmobile/imports/params/base.py
|
||||
share/examples/py-pyro/testmobile/imports/params/parameters.py
|
||||
share/examples/py-pyro/testmobile/imports/server/
|
||||
share/examples/py-pyro/testmobile/imports/server/answers/
|
||||
share/examples/py-pyro/testmobile/imports/server/answers/__init__.py
|
||||
share/examples/py-pyro/testmobile/imports/server/answers/answer.py
|
||||
share/examples/py-pyro/testmobile/imports/server/answers/base.py
|
||||
share/examples/py-pyro/testmobile/imports/server/server.py
|
||||
share/examples/py-pyro/testmobile/passon/
|
||||
share/examples/py-pyro/testmobile/passon/Readme.txt
|
||||
share/examples/py-pyro/testmobile/passon/client.py
|
||||
share/examples/py-pyro/testmobile/passon/params/
|
||||
share/examples/py-pyro/testmobile/passon/params/__init__.py
|
||||
share/examples/py-pyro/testmobile/passon/params/parameters.py
|
||||
share/examples/py-pyro/testmobile/passon/server/
|
||||
share/examples/py-pyro/testmobile/passon/server/server1.py
|
||||
share/examples/py-pyro/testmobile/passon/server/server2.py
|
||||
share/examples/py-pyro/testmobile/server2client/
|
||||
share/examples/py-pyro/testmobile/server2client/Readme.txt
|
||||
share/examples/py-pyro/testmobile/server2client/client.py
|
||||
share/examples/py-pyro/testmobile/server2client/server/
|
||||
share/examples/py-pyro/testmobile/server2client/server/params/
|
||||
share/examples/py-pyro/testmobile/server2client/server/params/__init__.py
|
||||
share/examples/py-pyro/testmobile/server2client/server/params/parameters.py
|
||||
share/examples/py-pyro/testmobile/server2client/server/server.py
|
||||
share/examples/py-pyro/testserver.py
|
||||
share/examples/py-pyro/threadmobile/
|
||||
share/examples/py-pyro/threadmobile/Readme.txt
|
||||
share/examples/py-pyro/threadmobile/client.py
|
||||
share/examples/py-pyro/threadmobile/params/
|
||||
share/examples/py-pyro/threadmobile/params/__init__.py
|
||||
share/examples/py-pyro/threadmobile/params/parameters.py
|
||||
share/examples/py-pyro/threadmobile/server/
|
||||
share/examples/py-pyro/threadmobile/server/outparams.py
|
||||
share/examples/py-pyro/threadmobile/server/server.py
|
||||
share/examples/py-pyro/timeout/
|
||||
share/examples/py-pyro/timeout/Readme.txt
|
||||
share/examples/py-pyro/timeout/timeout.py
|
||||
share/examples/py-pyro/timeout/timeout2.py
|
||||
share/examples/py-pyro/user_passwd_auth/
|
||||
share/examples/py-pyro/user_passwd_auth/Readme.txt
|
||||
share/examples/py-pyro/user_passwd_auth/client.py
|
||||
share/examples/py-pyro/user_passwd_auth/connvalidator.py
|
||||
share/examples/py-pyro/user_passwd_auth/server.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user