summaryrefslogtreecommitdiff
path: root/devel/py-Pyro
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-09Whitespace police.darcy1-1/+2
2005-01-07Use PYVERSSUFFIX to differentiate between versions built for differentdarcy5-26/+43
versions of Python and to resolve conflicts with other packages. Bump PKGREVISION.
2004-12-31Initial import of Pyro from pkgsrc-wip.darcy6-0/+150
Pyro is an acronym 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. It 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 (MIT software license). Get the manual from http://pyro.sourceforge.net/pyro-manual/PyroManual.html Check quite impressive success stories on http://pyro.sourceforge.net/projects.html