# $Id: Portfile 86557 2011-10-28 20:15:01Z jmr@macports.org $

PortSystem		1.0
PortGroup		zope 1.0

zope.setup		PortalTransforms 1.3.3
license			BSD
maintainers		nomaintainer
description		PortalTransforms product for Zope CMF/Plone
long_description	This Zope product provides two new tools for the CMF \
					in order to make MIME types based transformations on \
					the portal contents, and so an easy to way to plugin \
					some new transformations for previously unsupported \
					content types. The provided tools are :  \
					* mimetypes_registry (the mimetypes tool) : handle \
					mime types information \
					* portal_transform (the transform tool) : handle \
					transformation of data from a mime type to another \
					A bunch of ready to use transformations are also \
					provided. Look at the documentation for more \
					information.
homepage		http://sourceforge.net/projects/archetypes
master_sites	sourceforge:archetypes
distname		${zope.product}-${version}-final
checksums		md5 e2ea25e6206f76b3b95e6a6505eda33a
platforms		darwin freebsd

depends_lib-append		port:zope-cmf

post-patch {
	file rename ${worksrcpath}/${zope.product}/README \
		${worksrcpath}/${zope.product}/README.txt
}
