Ravenports generated: 21 Sep 2024 20:11
[ravenports.git] / bucket_B9 / libotr
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libotr
4 VERSION=                4.1.1
5 REVISION=               2
6 KEYWORDS=               net net_im security
7 VARIANTS=               std
8 SDESC[std]=             OTR library and toolkit
9 HOMEPAGE=               https://otr.cypherpunks.ca/
10 CONTACT=                nobody
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            https://otr.cypherpunks.ca/
14                         http://www.c-s.li/ports/
15 DISTFILE[1]=            libotr-4.1.1.tar.gz:main
16 DF_INDEX=               1
17 SPKGS[std]=             set
18                         primary
19                         dev
20                         tools
21                         man
22
23 OPTIONS_AVAILABLE=      none
24 OPTIONS_STANDARD=       none
25
26 BUILD_DEPENDS=          libgcrypt:dev:std
27 BUILDRUN_DEPENDS=       libgcrypt:primary:std
28 EXRUN[tools]=           primary
29
30 USES=                   cpe libtool mbsdfix cclibs:primary
31
32 LICENSE=                GPLv2:primary LGPL21:primary
33 LICENSE_TERMS=          primary:{{WRKDIR}}/TERMS
34 LICENSE_FILE=           GPLv2:{{WRKSRC}}/COPYING
35                         LGPL21:{{WRKSRC}}/COPYING.LIB
36 LICENSE_AWK=            TERMS:"^\#"
37 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/toolkit/parse.h
38 LICENSE_SCHEME=         multi
39
40 CPE_VENDOR=             cypherpunks
41 FPC_EQUIVALENT=         security/libotr
42
43 MUST_CONFIGURE=         gnu
44
45 INSTALL_TARGET=         install-strip
46 SOVERSION=              5.1.1
47
48 [FILE:665:descriptions/desc.primary]
49 Off-the-Record (OTR) Messaging allows you to have private conversations
50 over instant messaging by providing:
51
52 * Encryption
53
54 No one else can read your instant messages.
55
56 * Authentication
57
58 You are assured the correspondent is who you think it is.
59
60 * Deniability
61
62 The messages you send do not have digital signatures that are checkable
63 by a third party. Anyone can forge messages after a conversation to make
64 them look like they came from you. However, during a conversation, your
65 correspondent is assured the messages he sees are authentic and unmodified.
66
67 * Perfect forward secrecy
68
69 If you lose control of your private keys, no previous conversation is
70 compromised.
71
72
73 [FILE:36:descriptions/desc.tools]
74 This package contains OTR programs.
75
76
77 [FILE:98:distinfo]
78 8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5       655791 libotr-4.1.1.tar.gz
79
80
81 [FILE:53:manifests/plist.primary]
82 lib/
83  libotr.so.%%SOMAJOR%%
84  libotr.so.%%SOVERSION%%
85
86
87 [FILE:246:manifests/plist.dev]
88 include/libotr/
89  auth.h
90  b64.h
91  context.h
92  context_priv.h
93  dh.h
94  instag.h
95  mem.h
96  message.h
97  privkey-t.h
98  privkey.h
99  proto.h
100  serial.h
101  sm.h
102  tlv.h
103  userstate.h
104  version.h
105 lib/
106  libotr.a
107  libotr.so
108 lib/pkgconfig/libotr.pc
109 share/aclocal/libotr.m4
110
111
112 [FILE:80:manifests/plist.tools]
113 bin/
114  otr_mackey
115  otr_modify
116  otr_parse
117  otr_readforge
118  otr_remac
119  otr_sesskeys
120
121
122 [FILE:118:manifests/plist.man]
123 share/man/man1/
124  otr_mackey.1
125  otr_modify.1
126  otr_parse.1
127  otr_readforge.1
128  otr_remac.1
129  otr_sesskeys.1
130  otr_toolkit.1
131
132
133 [FILE:266:patches/patch-configure]
134 --- configure.orig      2016-03-07 14:08:49 UTC
135 +++ configure
136 @@ -11647,7 +11647,7 @@ case $host_os in
137  esac
138  
139  # Build tests for now only for Linux.
140 - if test x$HOST_OS = xlinux; then
141 + if test x$HOST_OS = xTTTx; then
142    BUILD_TESTS_TRUE=
143    BUILD_TESTS_FALSE='#'
144  else
145