# -*- 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 # $Id$ PortSystem 1.0 name keychain version 2.8.2 categories sysutils security license GPL-2 platforms darwin freebsd supported_archs noarch maintainers khindenburg openmaintainer description A user-friendly front-end to ssh-agent(1) long_description \ Keychain is a shell script which acts as user-friendly front-end to \ ssh-agent(1), allowing you to have one long-running ssh-agent \ process per system rather than per login session. homepage http://www.funtoo.org/Keychain use_bzip2 yes master_sites http://www.funtoo.org/archive/keychain checksums rmd160 76f27996fa8a9f905844d69b9cfef8c4d03f0488 \ sha256 74895832297616a1a951e81a56603f2fc6e5449576411f8b122a5cc933ae3301 # Patch keychain's path to pick up any MacPorts binaries, such as # ssh-agent. post-patch { reinplace \ -E "s#PATH:-/usr/bin:#PATH:-${prefix}/bin:/usr/bin:#" \ ${worksrcpath}/keychain } use_configure no build.cmd true destroot { xinstall -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin xinstall -m 444 ${worksrcpath}/keychain.1 ${destroot}${prefix}/share/man/man1 } livecheck.type regex livecheck.url ${homepage} livecheck.regex keychain-(\\d+(\\.\\d+)*).tar.bz2