# $Id: Portfile 67042 2010-04-27 23:02:18Z ryandesign@macports.org $
PortSystem 1.0
PortGroup zope 1.0

zope.setup		CMFActionIcons 0.9
revision		2
maintainers		nomaintainer
description		CMFActionIcons product for use with Zope CMF/Plone
long_description	This product is a add-on for the Zope Content \
					Management Framework (CMF).  It should be useful \
					with Plone, CPS, and other CMF-derived extensions, \
					as well.  The product provides: \
					- A new tool, 'portal_actionicons', which serves as \
					a registry mapping object actions (using category \
					and action ID) to a descriptive title, a priority, \
					and an icon ID.  The tool post-processes a set of \
					actions (i.e., those generated by the \
					'portal_actions' tool), decorating them with \
					additional information, and sorting them according \
					to priority. \
					- ZPT macros which build either horizontal or \
					vertical icon bars for a set of actions.
homepage		http://zope.org/Members/tseaver/${zope.product}
master_sites	${homepage}/${zope.product}-${version}/
zope.need_subdir	no
checksums		md5 4c33a6daefd75e5ee63a3afb693628f8
platforms		darwin freebsd

depends_lib-append		port:zope-cmf

