# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= libotr VERSION= 4.1.1 REVISION= 2 KEYWORDS= net net_im security VARIANTS= std SDESC[std]= 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[std]= set primary dev tools man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= libgcrypt:dev:std BUILDRUN_DEPENDS= libgcrypt:primary:std EXRUN[tools]= primary USES= cpe libtool mbsdfix cclibs:primary LICENSE= GPLv2:primary LGPL21:primary LICENSE_TERMS= primary:{{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.primary] 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:36:descriptions/desc.tools] This package contains OTR programs. [FILE:98:distinfo] 8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5 655791 libotr-4.1.1.tar.gz [FILE:53:manifests/plist.primary] lib/ libotr.so.%%SOMAJOR%% libotr.so.%%SOVERSION%% [FILE:246:manifests/plist.dev] 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 lib/pkgconfig/libotr.pc share/aclocal/libotr.m4 [FILE:80:manifests/plist.tools] bin/ otr_mackey otr_modify otr_parse otr_readforge otr_remac otr_sesskeys [FILE:118:manifests/plist.man] share/man/man1/ otr_mackey.1 otr_modify.1 otr_parse.1 otr_readforge.1 otr_remac.1 otr_sesskeys.1 otr_toolkit.1 [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