| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 May 2013 20:41:57
4.18
|
rm  |
- restore DOS2UNIX call, that I forgot to comment off |
01 May 2013 20:38:55
4.18
|
rm  |
- update to 4.18 |
31 Dec 2012 07:17:27
4.17
|
rm  |
- update to 4.17 |
16 Oct 2012 10:25:46
4.15
|
rm  |
- update to 4.15
- trim Makefile header
- fix packing list with python > 3.2
- convert to optionsng
- tab -> space change in pkg-descr:WWW
Feature safe: yes |
27 May 2012 20:17:17
4.14
|
rm  |
- update project homepage |
10 May 2012 07:14:47
4.14
|
rm  |
- update to 4.14 |
01 May 2012 19:37:23
4.13
|
rm  |
- update to 4.13 |
16 Feb 2012 15:00:56
4.12
|
rm  |
- update to 4.12 |
21 Nov 2011 04:33:15
4.11
|
rm  |
- update to 4.11
- change USE_PYTHON to just `yes', because it now builds with python3 too
Approved by: miwi (co-mentor)
Feature safe: yes |
10 Nov 2011 22:20:18
4.10
|
rm  |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
17 Oct 2011 17:12:05
4.10
|
glarkin  |
- Updated to 4.10
PR: ports/161513
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) |
03 Oct 2011 08:51:49
4.9
|
sbz  |
- Update to 4.9
PR: ports/160978
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Approved by: miwi@ (mentor) |
12 Jul 2011 16:01:09
4.8
|
jlaffaye  |
Update to 4.8
PR: ports/158771
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Approved by: bapt (mentor) |
02 Jul 2011 18:35:51
4.7
|
miwi  |
- Update to 4.7
PR: 158336
Submitted by: maintainer |
25 Jun 2011 04:28:06
4.6_1
|
miwi  |
- Use CHEESESHOP instead absolute download url
- Add LICENSE
- Minimal python version is 2.6
- Add USE_DOS2UNIX
- Whitespace fixes in pkg-descr
PR: 157962
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) |
17 Jun 2011 08:09:34
4.6
|
wen  |
- Update to 4.6 and unbreak it.
Approved by: bapt@(portmgr) |
16 Jun 2011 19:11:11
4.3
|
bapt  |
Over to new volunteer, keep broken as it still doesn't fetch |
16 Jun 2011 17:42:42
4.3
|
bapt  |
Mark broken some ports with unfetchable distfiles |
14 Feb 2011 06:29:56
4.3
|
wen  |
- Update to 4.3 |
03 Aug 2010 23:23:52
4.1
|
glarkin  |
- py-pyro requires at least Python 2.5, so update the USE_PYTHON variable.
Build output with Python forced to version 2.4:
===> py24-pyro-4.1 depends on file: /usr/local/bin/python2.4 - found
===> Configuring for py24-pyro-4.1
Traceback (most recent call last):
File "setup.py", line 6, in ?
import Pyro.constants
File "src/Pyro/__init__.py", line 10, in ?
raise RuntimeError("Pyro requires at least Python 2.5")
RuntimeError: Pyro requires at least Python 2.5
*** Error code 1
Stop in /a/ports/devel/py-pyro. |
29 Jun 2010 07:57:42
4.1
|
wen  |
- Update to 4.1
Feature safe: yes |
24 May 2010 00:56:00
3.10
|
wen  |
- Update to 3.10
- Reset maintainer |
29 Nov 2009 09:31:48
3.9.1
|
wen  |
- Update to 3.9.1 |
22 Aug 2009 00:18:43
3.9
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
04 Apr 2009 17:39:54
3.9
|
miwi  |
- Update to 3.9 |
08 Jan 2009 16:02:26
3.8.1
|
miwi  |
Pyro is short for PYthon Remote Objects. It is an advanced and powerful
Distributed Object Technology system written entirely in Python, that is
designed to be very easy to use. Never worry about writing network
communication code again, when using Pyro you just write your Python
objects like you would normally. With only a few lines of extra code,
Pyro takes care of the network communication between your objects once
you split them over different machines on the network. All the gory
socket programming details are taken care of, you just call a method on
a remote object as if it were a local object!
Pyro provides an object-oriented form of RPC. You can use Pyro within a
single system but also use it for IPC. For those that are familiar with
Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less
similar to CORBA - which is a system- and language independent
Distributed Object Technology and has much more to offer than Pyro or
RMI. But Pyro is small, simple and free!
WWW: http://pyro.sf.net
PR: ports/130053
Submitted by: Wen Heping <wenheping at gmail.com> |
02 Mar 2005 11:56:40
3.4
|
ahze  |
Remove this port, it is a dupe to devel/py-ro
Pointed out by: barner |
02 Mar 2005 09:05:39
3.4
|
ahze  |
Add py-pyro 3.4, distributed Object Technology system written entirely
in Python.
PR: ports/78261
Submitted by: Choe, Cheng-Dae |