# -*- 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.3
revision            1
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  66cb902825ad1cecb4a455225a52fcc92a14666d \
                    sha256  a84cb9175d50d45a411f2481fd0662b83cb32ce517316b889cfb570819579373 \
                    size    8398021

depends_build       path:bin/pkg-config:pkgconfig \
                    port:gettext

depends_lib         port:boehmgc \
                    port:readline \
                    port:libtextstyle \
                    port:ncurses \
                    port:gettext-runtime
