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

PortSystem 1.0

name                readosm
version             1.1.0a
categories          devel gis
license             {MPL-1.1 GPL-2+ LGPL-2.1+}
platforms           darwin
maintainers         {khindenburg @kurthindenburg} openmaintainer

description         A library for extracting Open Stream Map (OSM) files
long_description \
    ReadOSM is a simple library intended for extracting the contents from \
    Open Street Map files: both input formats (.osm XML based and .osm.pbf \
    based on Google's Protocol Buffer serialization) are indifferently \
    supported.

homepage            https://www.gaia-gis.it/fossil/readosm/index
master_sites        http://www.gaia-gis.it/gaia-sins/

checksums           rmd160  c71fd9625cc79bafcff3b013e06b7846000251cb \
                    sha256  4cb2a1200fda1275446dac11a1b02ce3870046174eb16dc1d94ce22bcab8667f \
                    size    1099118

test.run            yes
test.target         check

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     current version is <b>(\[0-9a-z.\]+)</b>
