e8c067b1e2
- Change it to run as jabber and not more as root, which is an unecessary security risk [2] PR: ports/93982 [1], ports/93994 [2] Submitted by: M. Possamai <possamai@xs4all.nl> [1] Neil Darlow <neil@darlow.co.uk> [2] Approved by: portmgr (erwin)
58 lines
2.1 KiB
Plaintext
58 lines
2.1 KiB
Plaintext
@unexec if cmp -s %D/%%EXAMPLESDIR%%/etc/jabber-pymsn.xml %D/etc/jabber-pymsn.xml; then rm -f %D/etc/jabber-pymsn.xml; fi
|
|
%%EXAMPLESDIR%%/etc/jabber-pymsn.xml
|
|
@exec [ -f %D/etc/jabber-pymsn.xml ] || cp %B/%f %D/etc/jabber-pymsn.xml
|
|
lib/jabber/pymsn/PyMSNt.py
|
|
lib/jabber/pymsn/data/defaultJabberAvatar.png
|
|
lib/jabber/pymsn/data/defaultMSNAvatar.png
|
|
lib/jabber/pymsn/src/avatar.py
|
|
lib/jabber/pymsn/src/baseproto/__init__.py
|
|
lib/jabber/pymsn/src/baseproto/glue.py
|
|
lib/jabber/pymsn/src/config.py
|
|
lib/jabber/pymsn/src/contact.py
|
|
lib/jabber/pymsn/src/debug.py
|
|
lib/jabber/pymsn/src/disco.py
|
|
lib/jabber/pymsn/src/ft.py
|
|
lib/jabber/pymsn/src/groupchat.py
|
|
lib/jabber/pymsn/src/housekeep.py
|
|
lib/jabber/pymsn/src/jabw.py
|
|
lib/jabber/pymsn/src/lang.py
|
|
lib/jabber/pymsn/src/legacy/__init__.py
|
|
lib/jabber/pymsn/src/legacy/glue.py
|
|
lib/jabber/pymsn/src/main.py
|
|
lib/jabber/pymsn/src/misciq.py
|
|
lib/jabber/pymsn/src/register.py
|
|
lib/jabber/pymsn/src/session.py
|
|
lib/jabber/pymsn/src/tlib/__init__.py
|
|
lib/jabber/pymsn/src/tlib/domish.py
|
|
lib/jabber/pymsn/src/tlib/jabber/__init__.py
|
|
lib/jabber/pymsn/src/tlib/jabber/client.py
|
|
lib/jabber/pymsn/src/tlib/jabber/component.py
|
|
lib/jabber/pymsn/src/tlib/jabber/jid.py
|
|
lib/jabber/pymsn/src/tlib/jabber/jstrports.py
|
|
lib/jabber/pymsn/src/tlib/jabber/xmpp_stringprep.py
|
|
lib/jabber/pymsn/src/tlib/msn/__init__.py
|
|
lib/jabber/pymsn/src/tlib/msn/msn.py
|
|
lib/jabber/pymsn/src/tlib/msn/msnft.py
|
|
lib/jabber/pymsn/src/tlib/msn/msnp11chl.py
|
|
lib/jabber/pymsn/src/tlib/msn/msnw.py
|
|
lib/jabber/pymsn/src/tlib/msn/test_msn.py
|
|
lib/jabber/pymsn/src/tlib/msn/test_msnw.py
|
|
lib/jabber/pymsn/src/tlib/socks5.py
|
|
lib/jabber/pymsn/src/tlib/throttle.py
|
|
lib/jabber/pymsn/src/tlib/xmlstream.py
|
|
lib/jabber/pymsn/src/tlib/xmlw.py
|
|
lib/jabber/pymsn/src/utils.py
|
|
lib/jabber/pymsn/src/xdb.py
|
|
lib/jabber/pymsn/src/xmlconfig.py
|
|
@dirrm lib/jabber/pymsn/src/tlib/msn
|
|
@dirrm lib/jabber/pymsn/src/tlib/jabber
|
|
@dirrm lib/jabber/pymsn/src/tlib
|
|
@dirrm lib/jabber/pymsn/src/legacy
|
|
@dirrm lib/jabber/pymsn/src/baseproto
|
|
@dirrm lib/jabber/pymsn/src
|
|
@dirrm lib/jabber/pymsn/data
|
|
@dirrm lib/jabber/pymsn
|
|
@dirrmtry lib/jabber
|
|
@dirrm %%EXAMPLESDIR%%/etc
|
|
@dirrm %%EXAMPLESDIR%%
|