# $Id: Portfile 113970 2013-11-26 21:22:51Z ram@macports.org $

PortSystem    1.0

name          metaio
version       8.4.0
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     rmd160 64c787895ed4badf8b3f5d99eb05d8a8a18f5239 \
              sha256 8990d5aa23614328880d15af72071009a578cedf75174e437b3d63643b850b76

depends_lib   port:zlib

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