# $Id: Portfile,v 1.1 2004/04/11 02:06:45 rshaw Exp $ PortSystem 1.0 PortGroup zope 1.0 zope.setup PortalTransforms 1.0.3 maintainers rshaw@opendarwin.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 extract.suffix .tgz zope.need_subdir no checksums md5 9cc517ead48460ec948e4f85305f50ad platforms darwin freebsd # Depends on these Zope products depends_lib lib:XXX:zope-cmf patchfiles patch-office_uno.py post-patch { file rename ${worksrcpath}/${zope.product}/README \ ${worksrcpath}/${zope.product}/README.txt } pre-build { cd ${worksrcpath} file rename -force ${zope.product}/TransformsChain.py \ ${zope.product}/TransformsChain.py.txt } post-build { cd ${worksrcpath} file rename -force ${zope.product}/TransformsChain.py.txt \ ${zope.product}/TransformsChain.py } variant cvs { zope.setup_cvs sourceforge:archetypes }