summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/mcabber/CVS/Entries4
-rw-r--r--net/mcabber/CVS/Repository1
-rw-r--r--net/mcabber/CVS/Root1
-rw-r--r--net/mcabber/Makefile49
-rw-r--r--net/mcabber/distinfo2
-rw-r--r--net/mcabber/pkg/CVS/Entries3
-rw-r--r--net/mcabber/pkg/CVS/Repository1
-rw-r--r--net/mcabber/pkg/CVS/Root1
-rw-r--r--net/mcabber/pkg/DESCR4
-rw-r--r--net/mcabber/pkg/PLIST368
10 files changed, 434 insertions, 0 deletions
diff --git a/net/mcabber/CVS/Entries b/net/mcabber/CVS/Entries
new file mode 100644
index 0000000..065b716
--- /dev/null
+++ b/net/mcabber/CVS/Entries
@@ -0,0 +1,4 @@
1/Makefile/1.40/Fri Mar 11 19:46:20 2022//
2/distinfo/1.16/Sun Nov 22 20:52:14 2020//
3D/patches////
4D/pkg////
diff --git a/net/mcabber/CVS/Repository b/net/mcabber/CVS/Repository
new file mode 100644
index 0000000..ca6e8c7
--- /dev/null
+++ b/net/mcabber/CVS/Repository
@@ -0,0 +1 @@
ports/net/mcabber
diff --git a/net/mcabber/CVS/Root b/net/mcabber/CVS/Root
new file mode 100644
index 0000000..3811072
--- /dev/null
+++ b/net/mcabber/CVS/Root
@@ -0,0 +1 @@
/cvs
diff --git a/net/mcabber/Makefile b/net/mcabber/Makefile
new file mode 100644
index 0000000..769ed7e
--- /dev/null
+++ b/net/mcabber/Makefile
@@ -0,0 +1,49 @@
1COMMENT= console jabber client
2DISTNAME= mcabber-1.1.2
3CATEGORIES= net
4
5HOMEPAGE= https://mcabber.com/
6
7MAINTAINER= Markus Hennecke <markus-hennecke@markus-hennecke.de>
8
9# GPLv2+ with SSL exemption
10PERMIT_PACKAGE= Yes
11
12WANTLIB += assuan c crypto curses gcrypt glib-2.0 gpg-error gpgme iconv
13WANTLIB += idn intl loudmouth-1>=3 otr panel pcre pthread ssl
14
15MASTER_SITES= ${HOMEPAGE}/files/
16EXTRACT_SUFX= .tar.bz2
17
18# uses pledge()
19
20LIB_DEPENDS= devel/glib2 \
21 security/gpgme \
22 net/loudmouth \
23 devel/libidn \
24 security/libotr \
25 devel/gettext,-runtime
26
27RUN_DEPENDS= devel/desktop-file-utils
28
29USE_GMAKE = Yes
30LIBTOOL_FLAGS= --tag=disable-static
31
32CONFIGURE_STYLE= gnu
33CONFIGURE_ARGS= --enable-gpgme \
34 --disable-aspell \
35 --disable-enchant \
36 --enable-modules \
37 --enable-otr \
38 --enable-sigwinch \
39 --with-libotr-prefix=${LOCALBASE}/lib \
40 --with-libotr-inc-prefix=${LOCALBASE}/include
41
42post-install:
43 ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
44 ${INSTALL_DATA} ${WRKSRC}/mcabber.desktop ${PREFIX}/share/applications/
45 ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mcabber
46 ${INSTALL_DATA} ${WRKSRC}/mcabberrc.example \
47 ${PREFIX}/share/examples/mcabber
48
49.include <bsd.port.mk>
diff --git a/net/mcabber/distinfo b/net/mcabber/distinfo
new file mode 100644
index 0000000..78a1c88
--- /dev/null
+++ b/net/mcabber/distinfo
@@ -0,0 +1,2 @@
1SHA256 (mcabber-1.1.2.tar.bz2) = xKFBO+N0NLa6fVd9lK+zYs6J4txcY4S0+lXD55kqMWA=
2SIZE (mcabber-1.1.2.tar.bz2) = 651528
diff --git a/net/mcabber/pkg/CVS/Entries b/net/mcabber/pkg/CVS/Entries
new file mode 100644
index 0000000..b116890
--- /dev/null
+++ b/net/mcabber/pkg/CVS/Entries
@@ -0,0 +1,3 @@
1/DESCR/1.2/Thu Mar 24 20:04:25 2016//
2/PLIST/1.10/Fri Mar 11 19:46:20 2022//
3D
diff --git a/net/mcabber/pkg/CVS/Repository b/net/mcabber/pkg/CVS/Repository
new file mode 100644
index 0000000..f873f33
--- /dev/null
+++ b/net/mcabber/pkg/CVS/Repository
@@ -0,0 +1 @@
ports/net/mcabber/pkg
diff --git a/net/mcabber/pkg/CVS/Root b/net/mcabber/pkg/CVS/Root
new file mode 100644
index 0000000..3811072
--- /dev/null
+++ b/net/mcabber/pkg/CVS/Root
@@ -0,0 +1 @@
/cvs
diff --git a/net/mcabber/pkg/DESCR b/net/mcabber/pkg/DESCR
new file mode 100644
index 0000000..34b2c03
--- /dev/null
+++ b/net/mcabber/pkg/DESCR
@@ -0,0 +1,4 @@
1Small console Jabber client which features SSL support, history logging
2and external actions.
3
4Module support has been disabled in favour of a strong pledge(2).
diff --git a/net/mcabber/pkg/PLIST b/net/mcabber/pkg/PLIST
new file mode 100644
index 0000000..ec96f8f
--- /dev/null
+++ b/net/mcabber/pkg/PLIST
@@ -0,0 +1,368 @@
1@bin bin/mcabber
2@man man/man1/mcabber.1
3share/applications/mcabber.desktop
4share/examples/mcabber/
5share/examples/mcabber/mcabberrc.example
6share/mcabber/
7share/mcabber/help/
8share/mcabber/help/cs/
9share/mcabber/help/cs/hlp.txt
10share/mcabber/help/cs/hlp_add.txt
11share/mcabber/help/cs/hlp_alias.txt
12share/mcabber/help/cs/hlp_authorization.txt
13share/mcabber/help/cs/hlp_bind.txt
14share/mcabber/help/cs/hlp_buffer.txt
15share/mcabber/help/cs/hlp_carbons.txt
16share/mcabber/help/cs/hlp_chat_disable.txt
17share/mcabber/help/cs/hlp_clear.txt
18share/mcabber/help/cs/hlp_color.txt
19share/mcabber/help/cs/hlp_connect.txt
20share/mcabber/help/cs/hlp_del.txt
21share/mcabber/help/cs/hlp_disconnect.txt
22share/mcabber/help/cs/hlp_echo.txt
23share/mcabber/help/cs/hlp_event.txt
24share/mcabber/help/cs/hlp_group.txt
25share/mcabber/help/cs/hlp_help.txt
26share/mcabber/help/cs/hlp_iline.txt
27share/mcabber/help/cs/hlp_info.txt
28share/mcabber/help/cs/hlp_module.txt
29share/mcabber/help/cs/hlp_move.txt
30share/mcabber/help/cs/hlp_msay.txt
31share/mcabber/help/cs/hlp_otr.txt
32share/mcabber/help/cs/hlp_otrpolicy.txt
33share/mcabber/help/cs/hlp_pgp.txt
34share/mcabber/help/cs/hlp_quit.txt
35share/mcabber/help/cs/hlp_rawxml.txt
36share/mcabber/help/cs/hlp_rename.txt
37share/mcabber/help/cs/hlp_request.txt
38share/mcabber/help/cs/hlp_room.txt
39share/mcabber/help/cs/hlp_roster.txt
40share/mcabber/help/cs/hlp_say.txt
41share/mcabber/help/cs/hlp_say_to.txt
42share/mcabber/help/cs/hlp_screen_refresh.txt
43share/mcabber/help/cs/hlp_set.txt
44share/mcabber/help/cs/hlp_source.txt
45share/mcabber/help/cs/hlp_status.txt
46share/mcabber/help/cs/hlp_status_to.txt
47share/mcabber/help/cs/hlp_version.txt
48share/mcabber/help/de/
49share/mcabber/help/de/hlp.txt
50share/mcabber/help/de/hlp_add.txt
51share/mcabber/help/de/hlp_alias.txt
52share/mcabber/help/de/hlp_authorization.txt
53share/mcabber/help/de/hlp_bind.txt
54share/mcabber/help/de/hlp_buffer.txt
55share/mcabber/help/de/hlp_carbons.txt
56share/mcabber/help/de/hlp_chat_disable.txt
57share/mcabber/help/de/hlp_clear.txt
58share/mcabber/help/de/hlp_color.txt
59share/mcabber/help/de/hlp_connect.txt
60share/mcabber/help/de/hlp_del.txt
61share/mcabber/help/de/hlp_disconnect.txt
62share/mcabber/help/de/hlp_echo.txt
63share/mcabber/help/de/hlp_event.txt
64share/mcabber/help/de/hlp_group.txt
65share/mcabber/help/de/hlp_help.txt
66share/mcabber/help/de/hlp_iline.txt
67share/mcabber/help/de/hlp_info.txt
68share/mcabber/help/de/hlp_module.txt
69share/mcabber/help/de/hlp_move.txt
70share/mcabber/help/de/hlp_msay.txt
71share/mcabber/help/de/hlp_otr.txt
72share/mcabber/help/de/hlp_otrpolicy.txt
73share/mcabber/help/de/hlp_pgp.txt
74share/mcabber/help/de/hlp_quit.txt
75share/mcabber/help/de/hlp_rawxml.txt
76share/mcabber/help/de/hlp_rename.txt
77share/mcabber/help/de/hlp_request.txt
78share/mcabber/help/de/hlp_room.txt
79share/mcabber/help/de/hlp_roster.txt
80share/mcabber/help/de/hlp_say.txt
81share/mcabber/help/de/hlp_say_to.txt
82share/mcabber/help/de/hlp_screen_refresh.txt
83share/mcabber/help/de/hlp_set.txt
84share/mcabber/help/de/hlp_source.txt
85share/mcabber/help/de/hlp_status.txt
86share/mcabber/help/de/hlp_status_to.txt
87share/mcabber/help/de/hlp_version.txt
88share/mcabber/help/en/
89share/mcabber/help/en/hlp.txt
90share/mcabber/help/en/hlp_add.txt
91share/mcabber/help/en/hlp_alias.txt
92share/mcabber/help/en/hlp_authorization.txt
93share/mcabber/help/en/hlp_bind.txt
94share/mcabber/help/en/hlp_buffer.txt
95share/mcabber/help/en/hlp_carbons.txt
96share/mcabber/help/en/hlp_chat_disable.txt
97share/mcabber/help/en/hlp_clear.txt
98share/mcabber/help/en/hlp_color.txt
99share/mcabber/help/en/hlp_connect.txt
100share/mcabber/help/en/hlp_del.txt
101share/mcabber/help/en/hlp_disconnect.txt
102share/mcabber/help/en/hlp_echo.txt
103share/mcabber/help/en/hlp_event.txt
104share/mcabber/help/en/hlp_group.txt
105share/mcabber/help/en/hlp_help.txt
106share/mcabber/help/en/hlp_iline.txt
107share/mcabber/help/en/hlp_info.txt
108share/mcabber/help/en/hlp_module.txt
109share/mcabber/help/en/hlp_move.txt
110share/mcabber/help/en/hlp_msay.txt
111share/mcabber/help/en/hlp_otr.txt
112share/mcabber/help/en/hlp_otrpolicy.txt
113share/mcabber/help/en/hlp_pgp.txt
114share/mcabber/help/en/hlp_quit.txt
115share/mcabber/help/en/hlp_rawxml.txt
116share/mcabber/help/en/hlp_rename.txt
117share/mcabber/help/en/hlp_request.txt
118share/mcabber/help/en/hlp_room.txt
119share/mcabber/help/en/hlp_roster.txt
120share/mcabber/help/en/hlp_say.txt
121share/mcabber/help/en/hlp_say_to.txt
122share/mcabber/help/en/hlp_screen_refresh.txt
123share/mcabber/help/en/hlp_set.txt
124share/mcabber/help/en/hlp_source.txt
125share/mcabber/help/en/hlp_status.txt
126share/mcabber/help/en/hlp_status_to.txt
127share/mcabber/help/en/hlp_version.txt
128share/mcabber/help/fr/
129share/mcabber/help/fr/hlp.txt
130share/mcabber/help/fr/hlp_add.txt
131share/mcabber/help/fr/hlp_alias.txt
132share/mcabber/help/fr/hlp_authorization.txt
133share/mcabber/help/fr/hlp_bind.txt
134share/mcabber/help/fr/hlp_buffer.txt
135share/mcabber/help/fr/hlp_carbons.txt
136share/mcabber/help/fr/hlp_chat_disable.txt
137share/mcabber/help/fr/hlp_clear.txt
138share/mcabber/help/fr/hlp_color.txt
139share/mcabber/help/fr/hlp_connect.txt
140share/mcabber/help/fr/hlp_del.txt
141share/mcabber/help/fr/hlp_disconnect.txt
142share/mcabber/help/fr/hlp_echo.txt
143share/mcabber/help/fr/hlp_event.txt
144share/mcabber/help/fr/hlp_group.txt
145share/mcabber/help/fr/hlp_help.txt
146share/mcabber/help/fr/hlp_iline.txt
147share/mcabber/help/fr/hlp_info.txt
148share/mcabber/help/fr/hlp_module.txt
149share/mcabber/help/fr/hlp_move.txt
150share/mcabber/help/fr/hlp_msay.txt
151share/mcabber/help/fr/hlp_otr.txt
152share/mcabber/help/fr/hlp_otrpolicy.txt
153share/mcabber/help/fr/hlp_pgp.txt
154share/mcabber/help/fr/hlp_quit.txt
155share/mcabber/help/fr/hlp_rawxml.txt
156share/mcabber/help/fr/hlp_rename.txt
157share/mcabber/help/fr/hlp_request.txt
158share/mcabber/help/fr/hlp_room.txt
159share/mcabber/help/fr/hlp_roster.txt
160share/mcabber/help/fr/hlp_say.txt
161share/mcabber/help/fr/hlp_say_to.txt
162share/mcabber/help/fr/hlp_screen_refresh.txt
163share/mcabber/help/fr/hlp_set.txt
164share/mcabber/help/fr/hlp_source.txt
165share/mcabber/help/fr/hlp_status.txt
166share/mcabber/help/fr/hlp_status_to.txt
167share/mcabber/help/fr/hlp_version.txt
168share/mcabber/help/it/
169share/mcabber/help/it/hlp.txt
170share/mcabber/help/it/hlp_add.txt
171share/mcabber/help/it/hlp_alias.txt
172share/mcabber/help/it/hlp_authorization.txt
173share/mcabber/help/it/hlp_bind.txt
174share/mcabber/help/it/hlp_buffer.txt
175share/mcabber/help/it/hlp_carbons.txt
176share/mcabber/help/it/hlp_chat_disable.txt
177share/mcabber/help/it/hlp_clear.txt
178share/mcabber/help/it/hlp_color.txt
179share/mcabber/help/it/hlp_connect.txt
180share/mcabber/help/it/hlp_del.txt
181share/mcabber/help/it/hlp_disconnect.txt
182share/mcabber/help/it/hlp_echo.txt
183share/mcabber/help/it/hlp_event.txt
184share/mcabber/help/it/hlp_group.txt
185share/mcabber/help/it/hlp_help.txt
186share/mcabber/help/it/hlp_iline.txt
187share/mcabber/help/it/hlp_info.txt
188share/mcabber/help/it/hlp_module.txt
189share/mcabber/help/it/hlp_move.txt
190share/mcabber/help/it/hlp_msay.txt
191share/mcabber/help/it/hlp_otr.txt
192share/mcabber/help/it/hlp_otrpolicy.txt
193share/mcabber/help/it/hlp_pgp.txt
194share/mcabber/help/it/hlp_quit.txt
195share/mcabber/help/it/hlp_rawxml.txt
196share/mcabber/help/it/hlp_rename.txt
197share/mcabber/help/it/hlp_request.txt
198share/mcabber/help/it/hlp_room.txt
199share/mcabber/help/it/hlp_roster.txt
200share/mcabber/help/it/hlp_say.txt
201share/mcabber/help/it/hlp_say_to.txt
202share/mcabber/help/it/hlp_screen_refresh.txt
203share/mcabber/help/it/hlp_set.txt
204share/mcabber/help/it/hlp_source.txt
205share/mcabber/help/it/hlp_status.txt
206share/mcabber/help/it/hlp_status_to.txt
207share/mcabber/help/it/hlp_version.txt
208share/mcabber/help/nl/
209share/mcabber/help/nl/hlp.txt
210share/mcabber/help/nl/hlp_add.txt
211share/mcabber/help/nl/hlp_alias.txt
212share/mcabber/help/nl/hlp_authorization.txt
213share/mcabber/help/nl/hlp_bind.txt
214share/mcabber/help/nl/hlp_buffer.txt
215share/mcabber/help/nl/hlp_carbons.txt
216share/mcabber/help/nl/hlp_chat_disable.txt
217share/mcabber/help/nl/hlp_clear.txt
218share/mcabber/help/nl/hlp_color.txt
219share/mcabber/help/nl/hlp_connect.txt
220share/mcabber/help/nl/hlp_del.txt
221share/mcabber/help/nl/hlp_disconnect.txt
222share/mcabber/help/nl/hlp_echo.txt
223share/mcabber/help/nl/hlp_event.txt
224share/mcabber/help/nl/hlp_group.txt
225share/mcabber/help/nl/hlp_help.txt
226share/mcabber/help/nl/hlp_iline.txt
227share/mcabber/help/nl/hlp_info.txt
228share/mcabber/help/nl/hlp_module.txt
229share/mcabber/help/nl/hlp_move.txt
230share/mcabber/help/nl/hlp_msay.txt
231share/mcabber/help/nl/hlp_otr.txt
232share/mcabber/help/nl/hlp_otrpolicy.txt
233share/mcabber/help/nl/hlp_pgp.txt
234share/mcabber/help/nl/hlp_quit.txt
235share/mcabber/help/nl/hlp_rawxml.txt
236share/mcabber/help/nl/hlp_rename.txt
237share/mcabber/help/nl/hlp_request.txt
238share/mcabber/help/nl/hlp_room.txt
239share/mcabber/help/nl/hlp_roster.txt
240share/mcabber/help/nl/hlp_say.txt
241share/mcabber/help/nl/hlp_say_to.txt
242share/mcabber/help/nl/hlp_screen_refresh.txt
243share/mcabber/help/nl/hlp_set.txt
244share/mcabber/help/nl/hlp_source.txt
245share/mcabber/help/nl/hlp_status.txt
246share/mcabber/help/nl/hlp_status_to.txt
247share/mcabber/help/nl/hlp_version.txt
248share/mcabber/help/pl/
249share/mcabber/help/pl/hlp.txt
250share/mcabber/help/pl/hlp_add.txt
251share/mcabber/help/pl/hlp_alias.txt
252share/mcabber/help/pl/hlp_authorization.txt
253share/mcabber/help/pl/hlp_bind.txt
254share/mcabber/help/pl/hlp_buffer.txt
255share/mcabber/help/pl/hlp_carbons.txt
256share/mcabber/help/pl/hlp_chat_disable.txt
257share/mcabber/help/pl/hlp_clear.txt
258share/mcabber/help/pl/hlp_color.txt
259share/mcabber/help/pl/hlp_connect.txt
260share/mcabber/help/pl/hlp_del.txt
261share/mcabber/help/pl/hlp_disconnect.txt
262share/mcabber/help/pl/hlp_echo.txt
263share/mcabber/help/pl/hlp_event.txt
264share/mcabber/help/pl/hlp_group.txt
265share/mcabber/help/pl/hlp_help.txt
266share/mcabber/help/pl/hlp_iline.txt
267share/mcabber/help/pl/hlp_info.txt
268share/mcabber/help/pl/hlp_module.txt
269share/mcabber/help/pl/hlp_move.txt
270share/mcabber/help/pl/hlp_msay.txt
271share/mcabber/help/pl/hlp_otr.txt
272share/mcabber/help/pl/hlp_otrpolicy.txt
273share/mcabber/help/pl/hlp_pgp.txt
274share/mcabber/help/pl/hlp_quit.txt
275share/mcabber/help/pl/hlp_rawxml.txt
276share/mcabber/help/pl/hlp_rename.txt
277share/mcabber/help/pl/hlp_request.txt
278share/mcabber/help/pl/hlp_room.txt
279share/mcabber/help/pl/hlp_roster.txt
280share/mcabber/help/pl/hlp_say.txt
281share/mcabber/help/pl/hlp_say_to.txt
282share/mcabber/help/pl/hlp_screen_refresh.txt
283share/mcabber/help/pl/hlp_set.txt
284share/mcabber/help/pl/hlp_source.txt
285share/mcabber/help/pl/hlp_status.txt
286share/mcabber/help/pl/hlp_status_to.txt
287share/mcabber/help/pl/hlp_version.txt
288share/mcabber/help/ru/
289share/mcabber/help/ru/hlp.txt
290share/mcabber/help/ru/hlp_add.txt
291share/mcabber/help/ru/hlp_alias.txt
292share/mcabber/help/ru/hlp_authorization.txt
293share/mcabber/help/ru/hlp_bind.txt
294share/mcabber/help/ru/hlp_buffer.txt
295share/mcabber/help/ru/hlp_carbons.txt
296share/mcabber/help/ru/hlp_chat_disable.txt
297share/mcabber/help/ru/hlp_clear.txt
298share/mcabber/help/ru/hlp_color.txt
299share/mcabber/help/ru/hlp_connect.txt
300share/mcabber/help/ru/hlp_del.txt
301share/mcabber/help/ru/hlp_disconnect.txt
302share/mcabber/help/ru/hlp_echo.txt
303share/mcabber/help/ru/hlp_event.txt
304share/mcabber/help/ru/hlp_group.txt
305share/mcabber/help/ru/hlp_help.txt
306share/mcabber/help/ru/hlp_iline.txt
307share/mcabber/help/ru/hlp_info.txt
308share/mcabber/help/ru/hlp_module.txt
309share/mcabber/help/ru/hlp_move.txt
310share/mcabber/help/ru/hlp_msay.txt
311share/mcabber/help/ru/hlp_otr.txt
312share/mcabber/help/ru/hlp_otrpolicy.txt
313share/mcabber/help/ru/hlp_pgp.txt
314share/mcabber/help/ru/hlp_quit.txt
315share/mcabber/help/ru/hlp_rawxml.txt
316share/mcabber/help/ru/hlp_rename.txt
317share/mcabber/help/ru/hlp_request.txt
318share/mcabber/help/ru/hlp_room.txt
319share/mcabber/help/ru/hlp_roster.txt
320share/mcabber/help/ru/hlp_say.txt
321share/mcabber/help/ru/hlp_say_to.txt
322share/mcabber/help/ru/hlp_screen_refresh.txt
323share/mcabber/help/ru/hlp_set.txt
324share/mcabber/help/ru/hlp_source.txt
325share/mcabber/help/ru/hlp_status.txt
326share/mcabber/help/ru/hlp_status_to.txt
327share/mcabber/help/ru/hlp_version.txt
328share/mcabber/help/uk/
329share/mcabber/help/uk/hlp.txt
330share/mcabber/help/uk/hlp_add.txt
331share/mcabber/help/uk/hlp_alias.txt
332share/mcabber/help/uk/hlp_authorization.txt
333share/mcabber/help/uk/hlp_bind.txt
334share/mcabber/help/uk/hlp_buffer.txt
335share/mcabber/help/uk/hlp_carbons.txt
336share/mcabber/help/uk/hlp_chat_disable.txt
337share/mcabber/help/uk/hlp_clear.txt
338share/mcabber/help/uk/hlp_color.txt
339share/mcabber/help/uk/hlp_connect.txt
340share/mcabber/help/uk/hlp_del.txt
341share/mcabber/help/uk/hlp_disconnect.txt
342share/mcabber/help/uk/hlp_echo.txt
343share/mcabber/help/uk/hlp_event.txt
344share/mcabber/help/uk/hlp_group.txt
345share/mcabber/help/uk/hlp_help.txt
346share/mcabber/help/uk/hlp_iline.txt
347share/mcabber/help/uk/hlp_info.txt
348share/mcabber/help/uk/hlp_module.txt
349share/mcabber/help/uk/hlp_move.txt
350share/mcabber/help/uk/hlp_msay.txt
351share/mcabber/help/uk/hlp_otr.txt
352share/mcabber/help/uk/hlp_otrpolicy.txt
353share/mcabber/help/uk/hlp_pgp.txt
354share/mcabber/help/uk/hlp_quit.txt
355share/mcabber/help/uk/hlp_rawxml.txt
356share/mcabber/help/uk/hlp_rename.txt
357share/mcabber/help/uk/hlp_request.txt
358share/mcabber/help/uk/hlp_room.txt
359share/mcabber/help/uk/hlp_roster.txt
360share/mcabber/help/uk/hlp_say.txt
361share/mcabber/help/uk/hlp_say_to.txt
362share/mcabber/help/uk/hlp_screen_refresh.txt
363share/mcabber/help/uk/hlp_set.txt
364share/mcabber/help/uk/hlp_source.txt
365share/mcabber/help/uk/hlp_status.txt
366share/mcabber/help/uk/hlp_status_to.txt
367share/mcabber/help/uk/hlp_version.txt
368@tag update-desktop-database