# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 60572 2009-11-16 00:25:57Z snc@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name			   py25-cometd
version			   0.2
categories		   python
platforms		   darwin
maintainers		   stechert
description		   Cometd is a scalable HTTP-based event routing bus that uses a push technology pattern known as Comet.
homepage		   http://www.cometd.com/
fetch.type         svn
svn.url             http://svn.cometd.com/trunk/cometd-twisted
depends_build		port:py25-twisted-web2
worksrcdir         cometd-twisted
