# $Id: Portfile 30260 2007-10-23 02:33:09Z jmpp@macports.org $
PortSystem 1.0
PortGroup zope 1.0

zope.setup		UserSniffer 1.21 {} {UserSniffer.py UserSniffer.pyc}
revision		1
maintainers		nomaintainer
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 "------------------------------------------------------------"
}

