# -*- 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                poke
version             4.2
revision            0
categories          sysutils
license             GPL-3+
maintainers         {makr @mohd-akram} openmaintainer

description         interactive, extensible editor for binary data

long_description    GNU poke is an interactive, extensible editor for binary \
                    data. Not limited to editing basic entities such as bits \
                    and bytes, it provides a full-fledged procedural, \
                    interactive programming language designed to describe data \
                    structures and to operate on them.

homepage            https://www.jemarch.net/poke

master_sites        gnu

checksums           rmd160  c7f6d7041860cc435d53d0be60adbad35bea084b \
                    sha256  8aaf36e61e367a53140ea40e2559e9ec512e779c42bee34e7ac24b34ba119bde \
                    size    8248954

depends_build       path:bin/pkg-config:pkgconfig

depends_lib         port:boehmgc \
                    port:readline \
                    port:libtextstyle
