a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20505 2006-11-03 15:59:24Z blair@macports.org $
PortSystem 1.0
PortGroup zope 1.0
zope.setup CMFMessage 1.1
revision 1
maintainers nomaintainer@macports.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-append port:zope-cmfusertracktool \
port:zope-cmfplone
post-patch {
file rename ${worksrcpath}/${zope.product}/README \
${worksrcpath}/${zope.product}/README.txt
}