# -*- 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                pgpdump
version             0.38
categories          security
platforms           darwin
license             BSD
maintainers         nomaintainer

description         PGP packet visualizer

long_description    pgpdump is a PGP packet visualizer which displays \
                    the packet format of OpenPGP (RFC 9580 and RFC 4880), \
                    including the post-quantum algorithms of RFC 9980 and \
                    PGP version 2 (RFC 1991).

depends_lib         port:bzip2 \
                    port:zlib

homepage            https://www.mew.org/~kazu/proj/pgpdump/en/
master_sites        https://www.mew.org/~kazu/proj/pgpdump/

checksums           rmd160  a74e6834b3b83490e99a269c923e63e7cad667b6 \
                    sha256  a0c919aaede3191ea13528ff4ef9377c2ff7288343ff1815d4c65eff8ad1b6ec \
                    size    307198

build.args          CC='${configure.cc}'

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     {The current version is (\d(?:\.\d+)+)}

test.run            yes
test.target         check
