# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem    1.0

name          metaio
version       8.5.1
categories    science
platforms     darwin
maintainers   nomaintainer
license       GPL-2+

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  https://software.igwn.org/lscsoft/source/

checksums     rmd160  5a04b43e64e61000e49782cd346a60c87027dacb \
              sha256  cf1bb2cf9148a46e94100c72d12a48f7478dae25a0da37d58a3019f757cdb407 \
              size    1080332

depends_lib   port:zlib

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