# -*- 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                    bcwipe
version                 1.9-13
revision                0
categories              sysutils security
license                 Noncommercial
maintainers             nomaintainer

description             Securely erase data from magnetic and solid-state memory.
long_description        The BCWipe software is intended to give you a \
                        confidence that your deleted files cannot be \
                        recovered by an intruder. BCWipe repeatedly \
                        overwrites special patterns to the files to be \
                        destroyed. BCWipe for UNIX offers two wiping \
                        schemas: US DoD 5200.28-STD standard and Peter \
                        Gutmann's 35 pass scheme.

homepage                https://jetico.com/
master_sites            ${homepage}file-downloads/linux/
distname                BCWipe-${version}

checksums               rmd160  84dcbf5cd3d6693cf948acb8f9eb85eec4fad778 \
                        sha256  9df8cebf07dc38c53c76728c428d4b180b7cb2479f69a7d6965f99fcb1b2cfc2 \
                        size    147634

worksrcdir              ${name}-${version}

post-destroot {
    xinstall -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 ${worksrcpath}/COPYING ${destroot}${prefix}/share/doc/${name}
}
