# -*- 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                TkPasMan
version             2.2b
license             GPL-2+
categories          x11 security
maintainers         {gmail.com:christian.queinnec @ChristianQueinnec}
platforms           any
supported_archs     noarch
description         Manager for usernames and passwords
long_description    TkPasMan is a simple program that lets you store usernames \
                    and passwords for access to forums, mailing lists, and other \
                    websites. It is inspired by gpasman, but has more `paste' \
                    possibilities. For example, you can just paste username and \
                    then password behind it.
homepage            http://www.xs4all.nl/~wbsoft/linux/tkpasman.html
master_sites        http://www.xs4all.nl/~wbsoft/linux/projects/
checksums           rmd160  285ca47507cddd6a908eaa64bbf603022d1103f6 \
                    sha256  c6f99905a2395e251d92e2f9cbda486492895bb969cb5693bfeffdb849fbd4fc \
                    size    31365

depends_lib         bin:wish:tk
use_configure       no
build.target
destroot.args       BINDIR=${destroot}${prefix}/bin
post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog INSTALL README TODO \
        WARNING ${destroot}${prefix}/share/doc/${name}
}

livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*\[a-o\]*)${extract.suffix}"
