# $Id: Portfile 79228 2011-06-05 22:43:26Z ram@macports.org $

PortSystem         1.0
PortGroup          python25 1.0

name               py25-pyxmpp
version            1.0.1
revision           1
categories-append  crypto devel
maintainers        nomaintainer
platforms          darwin

description        Python Jabber/XMPP implementation
long_description   PyXMPP provides most core features of the XMPP protocol \
  and several JSF-defined extensions. PyXMPP provides building blocks for \
  creating Jabber clients and components. Developer uses them to setup \
  XMPP streams, handle incoming events and create outgoing stanzas.


homepage           http://pyxmpp.jajcus.net/
master_sites       ${homepage}downloads/
distname           pyxmpp-${version}

checksums          md5 b2287c1a63b1c7e5f8036d008ded7310 \
                   sha1 0ed4b347f7239bba4bf07102299a5d0d6d30b18f \
                   rmd160 946dba14eb43a4e22424d8f8a4b86af96bee64f7

depends_lib-append port:py25-libxml2 \
                   port:py25-dnspython \
                   port:py25-m2crypto

patchfiles         patch-fix_muc_admin_iq.diff

livecheck.type     none
