# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= libotr VERSION= 4.1.1 REVISION= 1 KEYWORDS= net net_im security VARIANTS= standard SDESC[standard]= OTR library and toolkit HOMEPAGE= https://otr.cypherpunks.ca/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= https://otr.cypherpunks.ca/ http://www.c-s.li/ports/ DISTFILE[1]= libotr-4.1.1.tar.gz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= libgcrypt:dev:standard BUILDRUN_DEPENDS= libgcrypt:primary:standard USES= cpe libtool mbsdfix cclibs:single LICENSE= GPLv2:single LGPL21:single LICENSE_TERMS= single:{{WRKDIR}}/TERMS LICENSE_FILE= GPLv2:{{WRKSRC}}/COPYING LGPL21:{{WRKSRC}}/COPYING.LIB LICENSE_AWK= TERMS:"^\#" LICENSE_SOURCE= TERMS:{{WRKSRC}}/toolkit/parse.h LICENSE_SCHEME= multi CPE_VENDOR= cypherpunks FPC_EQUIVALENT= security/libotr MUST_CONFIGURE= gnu INSTALL_TARGET= install-strip SOVERSION= 5.1.1 [FILE:665:descriptions/desc.single] Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging 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. [FILE:98:distinfo] 8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5 655791 libotr-4.1.1.tar.gz [FILE:513:manifests/plist.single] bin/ otr_mackey otr_modify otr_parse otr_readforge otr_remac otr_sesskeys include/libotr/ auth.h b64.h context.h context_priv.h dh.h instag.h mem.h message.h privkey-t.h privkey.h proto.h serial.h sm.h tlv.h userstate.h version.h lib/ libotr.a libotr.so libotr.so.%%SOMAJOR%% libotr.so.%%SOVERSION%% lib/pkgconfig/libotr.pc share/aclocal/libotr.m4 share/man/man1/ otr_mackey.1.gz otr_modify.1.gz otr_parse.1.gz otr_readforge.1.gz otr_remac.1.gz otr_sesskeys.1.gz otr_toolkit.1.gz [FILE:266:patches/patch-configure] --- configure.orig 2016-03-07 14:08:49 UTC +++ configure @@ -11647,7 +11647,7 @@ case $host_os in esac # Build tests for now only for Linux. - if test x$HOST_OS = xlinux; then + if test x$HOST_OS = xTTTx; then BUILD_TESTS_TRUE= BUILD_TESTS_FALSE='#' else