# -*- 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.2a 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 md5 6e039dfedb2de63cc2c5761041ec55ab 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}"