aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-pyro
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-04-05 01:39:54 +0800
committermiwi <miwi@FreeBSD.org>2009-04-05 01:39:54 +0800
commitf11559f0246eb08c5509de53e838a082a54df2fc (patch)
tree1b7d31a91c5653db28445691a2ad4dd3e5f8ec38 /devel/py-pyro
parent1dedf52fe9cdb1b9cf35ac4a4ac1e9545b2840f4 (diff)
downloadfreebsd-ports-gnome-f11559f0246eb08c5509de53e838a082a54df2fc.tar.gz
freebsd-ports-gnome-f11559f0246eb08c5509de53e838a082a54df2fc.tar.zst
freebsd-ports-gnome-f11559f0246eb08c5509de53e838a082a54df2fc.zip
- Update to 3.9
Diffstat (limited to 'devel/py-pyro')
-rw-r--r--devel/py-pyro/Makefile2
-rw-r--r--devel/py-pyro/distinfo6
-rw-r--r--devel/py-pyro/files/patch-setup.py22
-rw-r--r--devel/py-pyro/pkg-plist24
4 files changed, 28 insertions, 26 deletions
diff --git a/devel/py-pyro/Makefile b/devel/py-pyro/Makefile
index 35cf8d4c508a..e04945a26e02 100644
--- a/devel/py-pyro/Makefile
+++ b/devel/py-pyro/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pyro
-PORTVERSION= 3.8.1
+PORTVERSION= 3.9
CATEGORIES= devel python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pyro/distinfo b/devel/py-pyro/distinfo
index eaf6bfe6a7cc..85ccc9c9208a 100644
--- a/devel/py-pyro/distinfo
+++ b/devel/py-pyro/distinfo
@@ -1,3 +1,3 @@
-MD5 (Pyro-3.8.1.tar.gz) = 8ab110b43f891c9664628133753c903a
-SHA256 (Pyro-3.8.1.tar.gz) = d9e8073c7abb0fd9a94ec72c48f5bf4673de8e9333082dce6954d18a2fe35efd
-SIZE (Pyro-3.8.1.tar.gz) = 246314
+MD5 (Pyro-3.9.tar.gz) = bf93261d0b0332bfafd7220213c11074
+SHA256 (Pyro-3.9.tar.gz) = de452649bb5d178e7b7f05c9ad072bf8d3cfecb2eb049d21181a13e554646ca3
+SIZE (Pyro-3.9.tar.gz) = 290837
diff --git a/devel/py-pyro/files/patch-setup.py b/devel/py-pyro/files/patch-setup.py
deleted file mode 100644
index a47043f05309..000000000000
--- a/devel/py-pyro/files/patch-setup.py
+++ /dev/null
@@ -1,22 +0,0 @@
---- setup.py.orig 2008-12-30 21:36:38.000000000 +0800
-+++ setup.py 2008-12-30 21:37:41.000000000 +0800
-@@ -40,7 +40,8 @@
- loc=cp.get('install','install-scripts')
- print 'Unattended install. Scripts will go to',loc
- else:
-- scr=raw_input('Do you want the Pyro scripts (in bin/) installed (y/n)? ')
-+ #scr=raw_input('Do you want the Pyro scripts (in bin/) installed (y/n)? ')
-+ scr='y'
-
- if scr.lower()=='y':
- #loc=cp.get('install','install-scripts')
-@@ -52,7 +53,8 @@
- print 'The default location is usually something like C:\\Python\\Scripts'
- print 'on Windows and /usr/local/bin on Unixes.'
- #scr=raw_input('Where do you want them to be installed ('+loc+')? ')
-- scr=raw_input('Where do you want them to be installed (empty=default loc.)? ')
-+ #scr=raw_input('Where do you want them to be installed (empty=default loc.)? ')
-+ scr=''
-
- if scr:
- loc=scr
diff --git a/devel/py-pyro/pkg-plist b/devel/py-pyro/pkg-plist
index 13c10a63db68..fd8d3770abc6 100644
--- a/devel/py-pyro/pkg-plist
+++ b/devel/py-pyro/pkg-plist
@@ -95,6 +95,7 @@ bin/pyro-nsd
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/PyroManual.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/pyro-large.png
%%PORTDOCS%%%%DOCSDIR%%/pyromanual.css
%%PORTDOCS%%%%DOCSDIR%%/pyromanual_print.css
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@@ -224,6 +225,15 @@ bin/pyro-nsd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxclients/Readme.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxclients/client.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxclients/server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/client.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/clientmodule1.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/clientmodule2.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/clientmodule3.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/server/server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/server/servermodule1.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/server/servermodule2.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/server/servermodule3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multithread/Readme.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multithread/client.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multithread/server.py
@@ -248,6 +258,15 @@ bin/pyro-nsd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart-noNS/client.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart-noNS/object.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart-noNS/server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/auth_client.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/auth_server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/basic_client.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/basic_client2.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/basic_server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/Readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/storage_client.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/storage_server_caller.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/storage_server_tls.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/Readme.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/client.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/server.py
@@ -259,9 +278,11 @@ bin/pyro-nsd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl/client.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl/server.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Client.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Client_noNS.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/MClient.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Readme.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Server_noNS.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stresstest/Readme.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stresstest/consumer.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stresstest/naming.py
@@ -346,6 +367,8 @@ bin/pyro-nsd
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/inheritance
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/logging
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/maxclients
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobilehierarchy/server
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobilehierarchy
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/multithread
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/naming
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/noNS
@@ -353,6 +376,7 @@ bin/pyro-nsd
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/proxysharing
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/quickstart
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/quickstart-noNS
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sessions/
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ssl/certs
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ssl