- 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)
This commit is contained in:
Martin Wilke 2011-06-25 04:28:06 +00:00
parent 05056291ea
commit 14e481b16d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276279
2 changed files with 8 additions and 4 deletions

View file

@ -7,15 +7,19 @@
PORTNAME= pyro
PORTVERSION= 4.6
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://pypi.python.org/packages/source/P/Pyro4/
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pyro4-${PORTVERSION}
MAINTAINER= cvs-src@yandex.ru
COMMENT= Distributed Object Middleware for Python(IPC/RPC)
USE_PYTHON= 2.5+
LICENSE= MIT
USE_DOS2UNIX= yes
USE_PYTHON= 2.6+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Pyro4

View file

@ -8,8 +8,8 @@ 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
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