# -*- 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

PortGroup           github      1.0
PortGroup           makefile    1.0

github.setup        bartobri no-more-secrets 1.0.1 v
github.tarball_from archive
revision            0

description         \
    A command line tool that recreates the famous data decryption effect seen \
    in the 1992 movie Sneakers.

long_description    \
    This project provides a command line tool called nms that recreates the \
    famous data decryption effect seen on screen in the 1992 hacker movie \
    Sneakers. This command works on piped data. Pipe any ASCII or UTF-8 text \
    to nms, and it will apply the Hollywood effect, initially showing \
    encrypted data, then starting a decryption sequence to reveal the \
    original plain-text characters.

categories          games
installs_libs       no
license             GPL-3
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  717dc66454c3ec2706509dad12b4c7de8904c4d1 \
                    sha256  4422e59bb3cf62bca3c73d1fdae771b83aab686cd044f73fe14b1b9c2af1cb1b \
                    size    25251

destroot.env-append prefix=${prefix}
