# -*- 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: Portfile 137148 2015-06-05 14:24:18Z khindenburg@macports.org $ PortSystem 1.0 name keychain version 2.8.1 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 7198af0776dc318a5462884bdf2e2fc7b552f037 \ sha256 1568c0946db3638fe081d5a7ba3df022b533dbeb8aa67cd07dc8276e87598809 # 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