Date: Mon, 21 Mar 2011 10:13:33 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-zope.component Makefile distinfo pkg-descr pkg-plist Message-ID: <201103211013.p2LADXHR004457@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2011-03-21 10:13:33 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/py-zope.component Makefile distinfo pkg-descr pkg-plist
Log:
zope.component, together with zope.interface, provides facilities
for defining, registering and looking up components.
There are two basic kinds of components: adapters and utilities.
Utilities are just components that provide an interface and that
are looked up by an interface and a name.
Adapters are components that are computed from other components
to adapt them to some interface. Because they are computed from
other objects, they are provided as factories, usually classes.
WWW: http://www.python.org/pypi/zope.component
Revision Changes Path
1.4282 +1 -0 ports/devel/Makefile
1.1 +24 -0 ports/devel/py-zope.component/Makefile (new)
1.1 +2 -0 ports/devel/py-zope.component/distinfo (new)
1.1 +13 -0 ports/devel/py-zope.component/pkg-descr (new)
1.1 +102 -0 ports/devel/py-zope.component/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103211013.p2LADXHR004457>
