# $Id: Portfile 90065 2012-02-20 17:50:31Z ram@macports.org $

PortSystem    1.0

name          metaio
version       8.2.1
revision      1
categories    science
platforms     darwin
maintainers   ram

description   LIGO Light-Weight XML Library
long_description \
  This code implements a simple recursive-descent parsing scheme \
  for LIGO_LW files, based on the example in Chapter 2 of \
  "Compilers: Principles, Techniques and Tools" by Aho, Sethi and \
  Ullman.

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

checksums     md5 7327baba611780fde8cd2210386dc674 \
              sha1 62cab8181876974e5249f4b0196a07391383c0c5 \
              rmd160 10ad3f34a303fd06505f853baecfd4ec64d39682

patchfiles    patch-src-metaio.c.diff

depends_lib   port:zlib

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