# -*- 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 122716 2014-07-27 15:02:38Z devans@macports.org $ PortSystem 1.0 name pidgin-otr version 4.0.0 categories security net chat license GPL-2 maintainers reifferscheid.org:rsync openmaintainer description Off-the-Record Plugin for Pidgin long_description This is a pidgin plugin which implements Off-the-Record (OTR) \ Messaging. \ OTR allows you to have private conversations over IM by providing: \ - Encryption \ - No one else can read your instant messages. \ - Authentication \ - You are assured the correspondent is who you think it is. \ - Deniability \ - The messages you send do _not_ have digital signatures that are \ checkable by a third party. Anyone can forge messages after a \ conversation to make them look like they came from you. However, \ _during_ a conversation, your correspondent is assured the messages \ he sees are authentic and unmodified. \ - Perfect forward secrecy \ - If you lose control of your private keys, no previous conversation \ is compromised. homepage http://www.cypherpunks.ca/otr/ platforms darwin master_sites ${homepage} checksums rmd160 aac18399f6c29ecf00a78f1c8ec55de4493347f1 \ sha256 d56b3f092dbe9ee6597641c7d2dd294884dc04ba47aaf4ec571cd54977df4691 depends_build port:pkgconfig port:intltool depends_lib port:pidgin port:libotr port:gettext patchfiles patch-configure.ac.diff # autoreconf to reconfigure with our intltool.m4 use_autoreconf yes autoreconf.args -fvi destroot { xinstall -m 755 -d ${destroot}${prefix}/lib/pidgin/ eval xinstall -m 755 ${worksrcpath}/.libs/pidgin-otr.so ${destroot}${prefix}/lib/pidgin/ eval xinstall -m 755 ${worksrcpath}/.libs/pidgin-otr.la ${destroot}${prefix}/lib/pidgin/ } livecheck.type regex livecheck.url ${homepage} livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)" \