# $Id: Portfile 89371 2012-01-27 02:47:48Z ram@macports.org $

PortSystem    1.0
PortGroup     python27 1.0

name          ligo-lvalert
version       1.0
categories    science
platforms     darwin
maintainers   ram
license       GPL

description   The LIGO-Virgo Alert System
long_description \
  A prototype notification service built on the xmpp (jabber) protocol \
  and the pubsub extension. It provides a basic notification tool \
  which allows multiple producers and consumers of notifications.

homepage      https://www.lsc-group.phys.uwm.edu/daswg/projects/lvalert.html
master_sites  http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/

checksums     md5 179776a3576efa70e339a71da107252a \
              sha1 f765da15ed4d3066af70747fd45deb749c2ecedd \
              rmd160 1a86daa2df47843cd12647140f05120b646043ec

patchfiles    patch-disable_server.diff

depends_lib-append port:ligo-common \
                   port:py27-pyxmpp \
                   port:py27-libxml2 \
                   port:py27-m2crypto \
                   port:py27-dnspython

python.link_binaries_suffix

livecheck.type   regex
livecheck.url    ${master_sites}
livecheck.regex  {ligo-lvalert-(\d+(?:\.\d+)*).tar.gz}
