# $Id: Portfile,v 1.5 2004/04/10 16:43:49 rshaw Exp $ PortSystem 1.0 PortGroup zope 1.0 zope.setup UserSniffer 1.21 {} {UserSniffer.py UserSniffer.pyc} revision 1 maintainers rshaw@opendarwin.org description Zope extension that returns remote client info long_description Zope extension that returns client info based upon \ REMOTE_USER_AGENT. Used primarly for ZopeEditManager \ support on Mac OS X. homepage http://zope.org/Members/svenasse/${zope.product} master_sites ${homepage}/${version} distname ${zope.product} extract.suffix .tgz zope.need_subdir yes checksums md5 db661c65c07cd5f60df67ca7104781f2 platforms darwin freebsd post-install { ui_msg "------------------------------------------------------------" ui_msg "To complete the installation, you must add an External" ui_msg "Method object to your Zope instance with the following" ui_msg "attributes:" ui_msg "" ui_msg "\tId: ${zope.product}" ui_msg "\tModule Name: ${zope.product}" ui_msg "\tFunction Name: ${zope.product}" ui_msg "" ui_msg "See the following file for further details:" ui_msg "\t${zope.exthome}/${zope.product}.py" ui_msg "------------------------------------------------------------" }