Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible. WWW: http://pypi.python.org/pypi/zope.proxy Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
miwi 2008-12-04 19:51:12 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/py-zopeproxy Makefile distinfo pkg-descr pkg-plist Log: Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible. WWW: http://pypi.python.org/pypi/zope.proxy PR: ports/129159 Submitted by: Wen Heping <wenheping at gmail.com> Revision Changes Path 1.2052 +1 -0 ports/net/Makefile 1.1 +27 -0 ports/net/py-zopeproxy/Makefile (new) 1.1 +3 -0 ports/net/py-zopeproxy/distinfo (new) 1.1 +6 -0 ports/net/py-zopeproxy/pkg-descr (new) 1.1 +42 -0 ports/net/py-zopeproxy/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"