aboutsummaryrefslogtreecommitdiff
path: root/devel/py-protocols-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.a0.r2302Martin Wilke2009-01-075-64/+14
| | | | | | | | | | - Pass maintainership to submitter PR: 130147 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=225423
* Reassign ports maintained by dryice@ for now due to other commitments.Mark Linimon2008-12-181-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224353
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+2
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Added files/pkg-deinstall.in files/pkg-install.inNicola Vitale2007-01-046-71/+86
| | | | | | | | | | | | | | - Improved pkg-descr - Recopied by marcus@ - Removed pkg-plist (it now uses a simple Python egg) - Taken maintainership by dryice@ - Updated to 1.0.a0.r2882 PR: 106764 Approved by: alexbl (mentor), dryice (maintainer) Notes: svn path=/head/; revision=181411
* - Updated email address in my portsNicola Vitale2006-12-101-1/+1
| | | | | | | Approved by: alexbl (mentor) Notes: svn path=/head/; revision=179349
* Add SHA256 checksumsEmanuel Haupt2005-12-311-0/+1
| | | | | | | | PR: 91123,91125,91126,91127,91128,91129,91130,91131 Submitted by: Nicola Vitale <nivit@email.it> (maintainer) Notes: svn path=/head/; revision=152488
* PyProtocols extends the PEP 246 adapt() function with a new "declaration API"Pav Lucistnik2005-07-184-0/+84
that lets you easily define your own protocols and adapters, and declare what adapters should be used to adapt what types, objects, or protocols. In addition to its own Interface type, PyProtocols can also use Twisted and Zope's Interface types too. PR: ports/83626 Submitted by: Nicola Vitale <nivit@email.it> Notes: svn path=/head/; revision=139538