mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
- Tweak WWW line in pkg-descr. [1] - Update maintainer's address to wen@FreeBSD.org. - Bump PORTREVISION. PR: 188531 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1] Approved by: portmgr (blanket pre-approval) [1]
22 lines
835 B
Text
22 lines
835 B
Text
This package builds on the object adaptation protocol presented in PEP
|
|
246 to make it easier for component authors, framework suppliers, and
|
|
other developers to:
|
|
|
|
* Specify what behavior a component requires or provides
|
|
|
|
* Specify how to adapt the interface provided by one component to
|
|
that required by another
|
|
|
|
* Specify how to adapt objects of a particular type or class (even
|
|
built-in types) to a particular required interface
|
|
|
|
* Automatically adapt a supplied object to a required interface,
|
|
and
|
|
|
|
* Do all of the above, even when the components or frameworks
|
|
involved were not written to take advantage of this package, and
|
|
even if the frameworks have different mechanisms for defining
|
|
interfaces.
|
|
|
|
Author: Phillip J. Eby
|
|
WWW: http://peak.telecommunity.com/PyProtocols.html
|