# $Id: Portfile,v 1.1 2004/04/11 02:05:12 rshaw Exp $ PortSystem 1.0 PortGroup zope 1.0 zope.setup CMFMessage 1.1 maintainers rshaw@opendarwin.org description Simple InstantMessaging tool for Plone long_description Simple InstantMessaging tool for Plone \ - allows you to send instant messages to other \ members, these messages are stored in the Member's \ .personal/messages \ - interacts with CMFUserTrackTool you can click on \ the mail icon of the active users list to send an IM \ to the user \ - Messaging is handled by portal_messages tool homepage http://sourceforge.net/projects/collective master_sites sourceforge:collective distname ${zope.product}-[strsed ${version} {g/[.]/_/}] extract.suffix .tgz checksums md5 fc38580a86005cf2781504ea9a400ec3 platforms darwin freebsd # Depends on these Zope products depends_lib lib:XXX:zope-cmfusertracktool \ lib:XXX:zope-cmfplone post-patch { file rename ${worksrcpath}/${zope.product}/README \ ${worksrcpath}/${zope.product}/README.txt } variant cvs { zope.setup_cvs collective }