# $Id: Portfile,v 1.9 2004/04/24 16:01:29 rshaw Exp $ PortSystem 1.0 PortGroup zope 1.0 zope.setup ExternalEditor 0.7.2 maintainers rshaw@opendarwin.org description Zope ExternalEditor Product long_description The ExternalEditor is a Zope product that allows you \ to drop into your favorite editor(s) directly from \ the ZMI to modify Zope objects. Its one of those \ "have your cake and eat it too" kind of things. homepage http://zope.org/Members/Caseman/${zope.product} master_sites ${homepage}/${version} distname ${zope.product}-${version}-src extract.suffix .tgz checksums md5 4f1b1540b8afe1088c312a0d543095d5 platforms darwin freebsd patchfiles patch-ExternalEditor.py post-install { ui_msg "------------------------------------------------------------" ui_msg "It is recommended to install ZopeEditManager on all Mac OS X" ui_msg "systems and zopeedit on all non-Mac OS X systems that will" ui_msg "be used to edit Zope documents." ui_msg "------------------------------------------------------------" } variant cvs { zope.setup_cvs zope }