cvs commit: ports/devel Makefile ports/devel/py-protocols Makefile distinfo pkg-descr pkg-plist

Pav Lucistnik pav at FreeBSD.org
Mon Jul 18 21:08:06 GMT 2005


pav         2005-07-18 21:08:05 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-protocols   Makefile distinfo pkg-descr pkg-plist 
  Log:
  PyProtocols extends the PEP 246 adapt() function with a new "declaration API"
  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 at email.it>
  
  Revision  Changes    Path
  1.1928    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/py-protocols/Makefile (new)
  1.1       +2 -0      ports/devel/py-protocols/distinfo (new)
  1.1       +8 -0      ports/devel/py-protocols/pkg-descr (new)
  1.1       +52 -0     ports/devel/py-protocols/pkg-plist (new)


More information about the cvs-ports mailing list