a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20506 2006-11-03 16:00:11Z blair@macports.org $
PortSystem 1.0
PortGroup zope 1.0
zope.setup PortalTransforms 1.3.3
maintainers nomaintainer@macports.org
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 on these Zope products
depends_lib-append port:zope-cmf
post-patch {
file rename ${worksrcpath}/${zope.product}/README \
${worksrcpath}/${zope.product}/README.txt
}