|
Lines 1-218
Link Here
|
| 1 |
%%ETCDIR%%/%%PORTNAME%%.cfg.example |
1 |
%%ETCDIR%%/%%PORTNAME%%.yml.example |
| 2 |
%%ETCDIR%%/%%PORTNAME%%ctl.cfg.example |
2 |
%%ETCDIR%%/%%PORTNAME%%ctl.cfg.example |
| 3 |
%%ETCDIR%%/inetrc.example |
3 |
%%ETCDIR%%/inetrc.example |
|
|
4 |
@unexec if cmp -s %D/%%ETCDIR%%/%%PORTNAME%%.yml.example %D/%%ETCDIR%%/%%PORTNAME%%.yml; then rm -f %D/%%ETCDIR%%/%%PORTNAME%%.yml; fi |
| 5 |
@exec [ ! -f %D/%%ETCDIR%%/%%PORTNAME%%.yml ] && cp %D/%%ETCDIR%%/%%PORTNAME%%.yml.example %D/%%ETCDIR%%/%%PORTNAME%%.yml |
| 4 |
@unexec if cmp -s %D/%%ETCDIR%%/%%PORTNAME%%.defaults.example %D/%%ETCDIR%%/%%PORTNAME%%.defaults; then rm -f %D/%%ETCDIR%%/%%PORTNAME%%.defaults; fi |
6 |
@unexec if cmp -s %D/%%ETCDIR%%/%%PORTNAME%%.defaults.example %D/%%ETCDIR%%/%%PORTNAME%%.defaults; then rm -f %D/%%ETCDIR%%/%%PORTNAME%%.defaults; fi |
| 5 |
@unexec if cmp -s %D/%%ETCDIR%%/inetrc.example %D/%%ETCDIR%%/inetrc; then rm -f %D/%%ETCDIR%%/inetrc; fi |
7 |
@unexec if cmp -s %D/%%ETCDIR%%/inetrc.example %D/%%ETCDIR%%/inetrc; then rm -f %D/%%ETCDIR%%/inetrc; fi |
| 6 |
@exec [ ! -f %D/%%ETCDIR%%/inetrc ] && cp %D/%%ETCDIR%%/inetrc.example %D/%%ETCDIR%%/inetrc |
8 |
@exec [ ! -f %D/%%ETCDIR%%/inetrc ] && cp %D/%%ETCDIR%%/inetrc.example %D/%%ETCDIR%%/inetrc |
| 7 |
%%PAM%%etc/pam.d/%%PORTNAME%% |
9 |
lib/%%PORTNAME%%/ebin/ELDAPv3.beam |
| 8 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ELDAPv3.beam |
10 |
lib/%%PORTNAME%%/ebin/XmppAddr.beam |
| 9 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/XmppAddr.beam |
11 |
lib/%%PORTNAME%%/ebin/acl.beam |
| 10 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/acl.beam |
12 |
lib/%%PORTNAME%%/ebin/adhoc.beam |
| 11 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/adhoc.beam |
13 |
lib/%%PORTNAME%%/ebin/beam_util.beam |
| 12 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cache_tab.beam |
14 |
lib/%%PORTNAME%%/ebin/cache_tab.beam |
| 13 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cache_tab_sup.beam |
15 |
lib/%%PORTNAME%%/ebin/cache_tab_app.beam |
| 14 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl.beam |
16 |
lib/%%PORTNAME%%/ebin/cache_tab_sup.beam |
| 15 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl_anonymous.beam |
17 |
lib/%%PORTNAME%%/ebin/cache_tab_treap.beam |
| 16 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl_digest.beam |
18 |
lib/%%PORTNAME%%/ebin/cyrsasl.beam |
| 17 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl_plain.beam |
19 |
lib/%%PORTNAME%%/ebin/cyrsasl_anonymous.beam |
| 18 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl_scram.beam |
20 |
lib/%%PORTNAME%%/ebin/cyrsasl_digest.beam |
| 19 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/dynamic_compile.beam |
21 |
lib/%%PORTNAME%%/ebin/cyrsasl_plain.beam |
| 20 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%.app |
22 |
lib/%%PORTNAME%%/ebin/cyrsasl_scram.beam |
| 21 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%.beam |
23 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%.app |
| 22 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_admin.beam |
24 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%.beam |
| 23 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_app.beam |
25 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_admin.beam |
| 24 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_auth.beam |
26 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_app.beam |
| 25 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_auth_anonymous.beam |
27 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_auth.beam |
| 26 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_auth_external.beam |
28 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_auth_anonymous.beam |
| 27 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_auth_internal.beam |
29 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_auth_external.beam |
| 28 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_auth_ldap.beam |
30 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_auth_internal.beam |
| 29 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_auth_odbc.beam |
31 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_auth_ldap.beam |
| 30 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_auth_pam.beam |
32 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_auth_odbc.beam |
| 31 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_c2s.beam |
33 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_auth_pam.beam |
| 32 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_c2s_config.beam |
34 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_c2s.beam |
| 33 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_captcha.beam |
35 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_c2s_config.beam |
| 34 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_check.beam |
36 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_captcha.beam |
| 35 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_commands.beam |
37 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_commands.beam |
| 36 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_config.beam |
38 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_config.beam |
| 37 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_ctl.beam |
39 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_ctl.beam |
| 38 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_frontend_socket.beam |
40 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_frontend_socket.beam |
| 39 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_hooks.beam |
41 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_hooks.beam |
| 40 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_http.beam |
42 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_http.beam |
| 41 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_http_bind.beam |
43 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_http_bind.beam |
| 42 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_http_poll.beam |
44 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_http_poll.beam |
| 43 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_listener.beam |
45 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_listener.beam |
| 44 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_local.beam |
46 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_local.beam |
| 45 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_logger_h.beam |
47 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_logger.beam |
| 46 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_loglevel.beam |
48 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_node_groups.beam |
| 47 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_node_groups.beam |
49 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_odbc.beam |
| 48 |
%%ODBC%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_odbc.beam |
50 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_odbc_sup.beam |
| 49 |
%%ODBC%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_odbc_sup.beam |
51 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_piefxis.beam |
| 50 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_piefxis.beam |
52 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_rdbms.beam |
| 51 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_rdbms.beam |
53 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_receiver.beam |
| 52 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_receiver.beam |
54 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_regexp.beam |
| 53 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_regexp.beam |
55 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_router.beam |
| 54 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_router.beam |
56 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_s2s.beam |
| 55 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_s2s.beam |
57 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_s2s_in.beam |
| 56 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_s2s_in.beam |
58 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_s2s_out.beam |
| 57 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_s2s_out.beam |
59 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_service.beam |
| 58 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_service.beam |
60 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_sm.beam |
| 59 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_sm.beam |
61 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_socket.beam |
| 60 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_socket.beam |
62 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_stun.beam |
| 61 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_stun.beam |
63 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_sup.beam |
| 62 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_sup.beam |
64 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_system_monitor.beam |
| 63 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_system_monitor.beam |
65 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_tmp_sup.beam |
| 64 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_tmp_sup.beam |
66 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_update.beam |
| 65 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_update.beam |
67 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_web.beam |
| 66 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_web.beam |
68 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_web_admin.beam |
| 67 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_web_admin.beam |
69 |
lib/%%PORTNAME%%/ebin/%%PORTNAME%%_xmlrpc.beam |
| 68 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_zlib.beam |
70 |
lib/%%PORTNAME%%/ebin/ejd2odbc.beam |
| 69 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ejd2odbc.beam |
71 |
lib/%%PORTNAME%%/ebin/eldap.beam |
| 70 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/eldap.beam |
72 |
lib/%%PORTNAME%%/ebin/eldap_filter.beam |
| 71 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/eldap_filter.beam |
73 |
lib/%%PORTNAME%%/ebin/eldap_filter_yecc.beam |
| 72 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/eldap_filter_yecc.beam |
74 |
lib/%%PORTNAME%%/ebin/eldap_pool.beam |
| 73 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/eldap_pool.beam |
75 |
lib/%%PORTNAME%%/ebin/eldap_utils.beam |
| 74 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/eldap_utils.beam |
76 |
lib/%%PORTNAME%%/ebin/error_logger_lager_h.beam |
| 75 |
%%PAM%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/epam.beam |
77 |
lib/%%PORTNAME%%/ebin/esip.app |
| 76 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/extauth.beam |
78 |
lib/%%PORTNAME%%/ebin/esip.beam |
| 77 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/gen_iq_handler.beam |
79 |
lib/%%PORTNAME%%/ebin/esip_app.beam |
| 78 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/gen_mod.beam |
80 |
lib/%%PORTNAME%%/ebin/esip_client_transaction.beam |
| 79 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/gen_pubsub_node.beam |
81 |
lib/%%PORTNAME%%/ebin/esip_codec.beam |
| 80 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/gen_pubsub_nodetree.beam |
82 |
lib/%%PORTNAME%%/ebin/esip_dialog.beam |
| 81 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/iconv.beam |
83 |
lib/%%PORTNAME%%/ebin/esip_listener.beam |
| 82 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/idna.beam |
84 |
lib/%%PORTNAME%%/ebin/esip_server_transaction.beam |
| 83 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/jd2ejd.beam |
85 |
lib/%%PORTNAME%%/ebin/esip_socket.beam |
| 84 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/jlib.beam |
86 |
lib/%%PORTNAME%%/ebin/esip_sup.beam |
| 85 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_adhoc.beam |
87 |
lib/%%PORTNAME%%/ebin/esip_tmp_sup.beam |
| 86 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_announce.beam |
88 |
lib/%%PORTNAME%%/ebin/esip_transaction.beam |
| 87 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_blocking.beam |
89 |
lib/%%PORTNAME%%/ebin/esip_transport.beam |
| 88 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_caps.beam |
90 |
lib/%%PORTNAME%%/ebin/esip_udp_sup.beam |
| 89 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_configure.beam |
91 |
lib/%%PORTNAME%%/ebin/example_serv.beam |
| 90 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_configure2.beam |
92 |
lib/%%PORTNAME%%/ebin/extauth.beam |
| 91 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_disco.beam |
93 |
lib/%%PORTNAME%%/ebin/ezlib.beam |
| 92 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_echo.beam |
94 |
lib/%%PORTNAME%%/ebin/ezlib_app.beam |
| 93 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_http_bind.beam |
95 |
lib/%%PORTNAME%%/ebin/ezlib_sup.beam |
| 94 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_http_fileserver.beam |
96 |
lib/%%PORTNAME%%/ebin/gen_iq_handler.beam |
| 95 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_ip_blacklist.beam |
97 |
lib/%%PORTNAME%%/ebin/gen_mod.beam |
| 96 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_irc.beam |
98 |
lib/%%PORTNAME%%/ebin/gen_pubsub_node.beam |
| 97 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_irc_connection.beam |
99 |
lib/%%PORTNAME%%/ebin/gen_pubsub_nodetree.beam |
| 98 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_last.beam |
100 |
lib/%%PORTNAME%%/ebin/glc.beam |
| 99 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_muc.beam |
101 |
lib/%%PORTNAME%%/ebin/glc_code.beam |
| 100 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_muc_log.beam |
102 |
lib/%%PORTNAME%%/ebin/glc_lib.beam |
| 101 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_muc_room.beam |
103 |
lib/%%PORTNAME%%/ebin/glc_ops.beam |
| 102 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_offline.beam |
104 |
lib/%%PORTNAME%%/ebin/goldrush.app |
| 103 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_ping.beam |
105 |
lib/%%PORTNAME%%/ebin/gr_app.beam |
| 104 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_pres_counter.beam |
106 |
lib/%%PORTNAME%%/ebin/gr_context.beam |
| 105 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_privacy.beam |
107 |
lib/%%PORTNAME%%/ebin/gr_counter.beam |
| 106 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_private.beam |
108 |
lib/%%PORTNAME%%/ebin/gr_counter_sup.beam |
| 107 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_proxy65.beam |
109 |
lib/%%PORTNAME%%/ebin/gr_manager.beam |
| 108 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_proxy65_lib.beam |
110 |
lib/%%PORTNAME%%/ebin/gr_manager_sup.beam |
| 109 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_proxy65_service.beam |
111 |
lib/%%PORTNAME%%/ebin/gr_param.beam |
| 110 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_proxy65_sm.beam |
112 |
lib/%%PORTNAME%%/ebin/gr_param_sup.beam |
| 111 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_proxy65_stream.beam |
113 |
lib/%%PORTNAME%%/ebin/gr_sup.beam |
| 112 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_pubsub.beam |
114 |
lib/%%PORTNAME%%/ebin/gre.beam |
| 113 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_pubsub_odbc.beam |
115 |
lib/%%PORTNAME%%/ebin/iconv.beam |
| 114 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_register.beam |
116 |
lib/%%PORTNAME%%/ebin/iconv_app.beam |
| 115 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_register_web.beam |
117 |
lib/%%PORTNAME%%/ebin/iconv_sup.beam |
| 116 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_roster.beam |
118 |
lib/%%PORTNAME%%/ebin/idna.beam |
| 117 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_service_log.beam |
119 |
lib/%%PORTNAME%%/ebin/jd2ejd.beam |
| 118 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_shared_roster.beam |
120 |
lib/%%PORTNAME%%/ebin/jlib.beam |
| 119 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_shared_roster_ldap.beam |
121 |
lib/%%PORTNAME%%/ebin/lager.app |
| 120 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_sic.beam |
122 |
lib/%%PORTNAME%%/ebin/lager.beam |
| 121 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_stats.beam |
123 |
lib/%%PORTNAME%%/ebin/lager_app.beam |
| 122 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_time.beam |
124 |
lib/%%PORTNAME%%/ebin/lager_backend_throttle.beam |
| 123 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_vcard.beam |
125 |
lib/%%PORTNAME%%/ebin/lager_config.beam |
| 124 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_vcard_ldap.beam |
126 |
lib/%%PORTNAME%%/ebin/lager_console_backend.beam |
| 125 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_vcard_xupdate.beam |
127 |
lib/%%PORTNAME%%/ebin/lager_crash_log.beam |
| 126 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_version.beam |
128 |
lib/%%PORTNAME%%/ebin/lager_default_formatter.beam |
| 127 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_buddy.beam |
129 |
lib/%%PORTNAME%%/ebin/lager_file_backend.beam |
| 128 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_club.beam |
130 |
lib/%%PORTNAME%%/ebin/lager_format.beam |
| 129 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_dag.beam |
131 |
lib/%%PORTNAME%%/ebin/lager_handler_watcher.beam |
| 130 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_dispatch.beam |
132 |
lib/%%PORTNAME%%/ebin/lager_handler_watcher_sup.beam |
| 131 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_flat.beam |
133 |
lib/%%PORTNAME%%/ebin/lager_msg.beam |
| 132 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_flat_odbc.beam |
134 |
lib/%%PORTNAME%%/ebin/lager_stdlib.beam |
| 133 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_hometree.beam |
135 |
lib/%%PORTNAME%%/ebin/lager_sup.beam |
| 134 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_hometree_odbc.beam |
136 |
lib/%%PORTNAME%%/ebin/lager_transform.beam |
| 135 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_mb.beam |
137 |
lib/%%PORTNAME%%/ebin/lager_trunc_io.beam |
| 136 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_pep.beam |
138 |
lib/%%PORTNAME%%/ebin/lager_util.beam |
| 137 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_pep_odbc.beam |
139 |
lib/%%PORTNAME%%/ebin/mod_adhoc.beam |
| 138 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_private.beam |
140 |
lib/%%PORTNAME%%/ebin/mod_announce.beam |
| 139 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_public.beam |
141 |
lib/%%PORTNAME%%/ebin/mod_blocking.beam |
| 140 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/nodetree_dag.beam |
142 |
lib/%%PORTNAME%%/ebin/mod_caps.beam |
| 141 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/nodetree_tree.beam |
143 |
lib/%%PORTNAME%%/ebin/mod_carboncopy.beam |
| 142 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/nodetree_tree_odbc.beam |
144 |
lib/%%PORTNAME%%/ebin/mod_configure.beam |
| 143 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/nodetree_virtual.beam |
145 |
lib/%%PORTNAME%%/ebin/mod_configure2.beam |
| 144 |
%%ODBC%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/odbc_queries.beam |
146 |
lib/%%PORTNAME%%/ebin/mod_disco.beam |
| 145 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_fsm.beam |
147 |
lib/%%PORTNAME%%/ebin/mod_echo.beam |
| 146 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_mnesia.beam |
148 |
lib/%%PORTNAME%%/ebin/mod_http_bind.beam |
| 147 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/pg2_backport.beam |
149 |
lib/%%PORTNAME%%/ebin/mod_http_fileserver.beam |
| 148 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/pubsub_db_odbc.beam |
150 |
lib/%%PORTNAME%%/ebin/mod_ip_blacklist.beam |
| 149 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/pubsub_index.beam |
151 |
lib/%%PORTNAME%%/ebin/mod_irc.beam |
| 150 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/pubsub_subscription.beam |
152 |
lib/%%PORTNAME%%/ebin/mod_irc_connection.beam |
| 151 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/pubsub_subscription_odbc.beam |
153 |
lib/%%PORTNAME%%/ebin/mod_last.beam |
| 152 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/randoms.beam |
154 |
lib/%%PORTNAME%%/ebin/mod_muc.beam |
| 153 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/scram.beam |
155 |
lib/%%PORTNAME%%/ebin/mod_muc_log.beam |
| 154 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/sha.beam |
156 |
lib/%%PORTNAME%%/ebin/mod_muc_room.beam |
| 155 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/shaper.beam |
157 |
lib/%%PORTNAME%%/ebin/mod_offline.beam |
| 156 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/stringprep.beam |
158 |
lib/%%PORTNAME%%/ebin/mod_ping.beam |
| 157 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/stringprep_sup.beam |
159 |
lib/%%PORTNAME%%/ebin/mod_pres_counter.beam |
| 158 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/stun_codec.beam |
160 |
lib/%%PORTNAME%%/ebin/mod_privacy.beam |
| 159 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/tls.beam |
161 |
lib/%%PORTNAME%%/ebin/mod_private.beam |
| 160 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/translate.beam |
162 |
lib/%%PORTNAME%%/ebin/mod_proxy65.beam |
| 161 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/treap.beam |
163 |
lib/%%PORTNAME%%/ebin/mod_proxy65_lib.beam |
| 162 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/win32_dns.beam |
164 |
lib/%%PORTNAME%%/ebin/mod_proxy65_service.beam |
| 163 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml.beam |
165 |
lib/%%PORTNAME%%/ebin/mod_proxy65_sm.beam |
| 164 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml_stream.beam |
166 |
lib/%%PORTNAME%%/ebin/mod_proxy65_stream.beam |
| 165 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/XmppAddr.hrl |
167 |
lib/%%PORTNAME%%/ebin/mod_pubsub.beam |
| 166 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/adhoc.hrl |
168 |
lib/%%PORTNAME%%/ebin/mod_pubsub_odbc.beam |
| 167 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%.hrl |
169 |
lib/%%PORTNAME%%/ebin/mod_register.beam |
| 168 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_commands.hrl |
170 |
lib/%%PORTNAME%%/ebin/mod_register_web.beam |
| 169 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_config.hrl |
171 |
lib/%%PORTNAME%%/ebin/mod_roster.beam |
| 170 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_ctl.hrl |
172 |
lib/%%PORTNAME%%/ebin/mod_service_log.beam |
| 171 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/eldap/ELDAPv3.hrl |
173 |
lib/%%PORTNAME%%/ebin/mod_shared_roster.beam |
| 172 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/eldap/eldap.hrl |
174 |
lib/%%PORTNAME%%/ebin/mod_shared_roster_ldap.beam |
| 173 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/jlib.hrl |
175 |
lib/%%PORTNAME%%/ebin/mod_sic.beam |
| 174 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/mod_muc/mod_muc_room.hrl |
176 |
lib/%%PORTNAME%%/ebin/mod_sip.beam |
| 175 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/mod_privacy.hrl |
177 |
lib/%%PORTNAME%%/ebin/mod_sip_proxy.beam |
| 176 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/mod_proxy65/mod_proxy65.hrl |
178 |
lib/%%PORTNAME%%/ebin/mod_sip_registrar.beam |
| 177 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/mod_pubsub/pubsub.hrl |
179 |
lib/%%PORTNAME%%/ebin/mod_stats.beam |
| 178 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/mod_roster.hrl |
180 |
lib/%%PORTNAME%%/ebin/mod_time.beam |
| 179 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/web/%%PORTNAME%%_http.hrl |
181 |
lib/%%PORTNAME%%/ebin/mod_vcard.beam |
| 180 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/web/%%PORTNAME%%_web_admin.hrl |
182 |
lib/%%PORTNAME%%/ebin/mod_vcard_ldap.beam |
| 181 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/web/http_bind.hrl |
183 |
lib/%%PORTNAME%%/ebin/mod_vcard_xupdate.beam |
| 182 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/bin/captcha.sh |
184 |
lib/%%PORTNAME%%/ebin/mod_version.beam |
| 183 |
%%PAM%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/bin/epam |
185 |
lib/%%PORTNAME%%/ebin/node_buddy.beam |
| 184 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/%%PORTNAME%%_zlib_drv.so |
186 |
lib/%%PORTNAME%%/ebin/node_club.beam |
| 185 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/expat_erl.so |
187 |
lib/%%PORTNAME%%/ebin/node_dag.beam |
| 186 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/iconv_erl.so |
188 |
lib/%%PORTNAME%%/ebin/node_dispatch.beam |
| 187 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/sha_drv.so |
189 |
lib/%%PORTNAME%%/ebin/node_flat.beam |
| 188 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/stringprep_drv.so |
190 |
lib/%%PORTNAME%%/ebin/node_flat_odbc.beam |
| 189 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/tls_drv.so |
191 |
lib/%%PORTNAME%%/ebin/node_hometree.beam |
| 190 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/ca.msg |
192 |
lib/%%PORTNAME%%/ebin/node_hometree_odbc.beam |
| 191 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/cs.msg |
193 |
lib/%%PORTNAME%%/ebin/node_mb.beam |
| 192 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/de.msg |
194 |
lib/%%PORTNAME%%/ebin/node_pep.beam |
| 193 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/el.msg |
195 |
lib/%%PORTNAME%%/ebin/node_pep_odbc.beam |
| 194 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/eo.msg |
196 |
lib/%%PORTNAME%%/ebin/node_private.beam |
| 195 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/es.msg |
197 |
lib/%%PORTNAME%%/ebin/node_public.beam |
| 196 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/fr.msg |
198 |
lib/%%PORTNAME%%/ebin/nodetree_dag.beam |
| 197 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/gl.msg |
199 |
lib/%%PORTNAME%%/ebin/nodetree_tree.beam |
| 198 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/he.msg |
200 |
lib/%%PORTNAME%%/ebin/nodetree_tree_odbc.beam |
| 199 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/id.msg |
201 |
lib/%%PORTNAME%%/ebin/nodetree_virtual.beam |
| 200 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/it.msg |
202 |
lib/%%PORTNAME%%/ebin/odbc_queries.beam |
| 201 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/ja.msg |
203 |
lib/%%PORTNAME%%/ebin/p1_cache_tab.app |
| 202 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/nl.msg |
204 |
lib/%%PORTNAME%%/ebin/p1_fsm.beam |
| 203 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/no.msg |
205 |
lib/%%PORTNAME%%/ebin/p1_iconv.app |
| 204 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/pl.msg |
206 |
lib/%%PORTNAME%%/ebin/p1_mnesia.beam |
| 205 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/pt-br.msg |
207 |
lib/%%PORTNAME%%/ebin/p1_server.beam |
| 206 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/pt.msg |
208 |
lib/%%PORTNAME%%/ebin/p1_sha.beam |
| 207 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/ru.msg |
209 |
lib/%%PORTNAME%%/ebin/p1_stringprep.app |
| 208 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/sk.msg |
210 |
lib/%%PORTNAME%%/ebin/p1_tls.app |
| 209 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/sv.msg |
211 |
lib/%%PORTNAME%%/ebin/p1_tls.beam |
| 210 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/th.msg |
212 |
lib/%%PORTNAME%%/ebin/p1_tls_app.beam |
| 211 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/tr.msg |
213 |
lib/%%PORTNAME%%/ebin/p1_tls_sup.beam |
| 212 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/uk.msg |
214 |
lib/%%PORTNAME%%/ebin/p1_xml.app |
| 213 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/vi.msg |
215 |
lib/%%PORTNAME%%/ebin/p1_yaml.app |
| 214 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/wa.msg |
216 |
lib/%%PORTNAME%%/ebin/p1_yaml.beam |
| 215 |
lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/zh.msg |
217 |
lib/%%PORTNAME%%/ebin/p1_yaml_app.beam |
|
|
218 |
lib/%%PORTNAME%%/ebin/p1_yaml_sup.beam |
| 219 |
lib/%%PORTNAME%%/ebin/p1_zlib.app |
| 220 |
lib/%%PORTNAME%%/ebin/pubsub_db_odbc.beam |
| 221 |
lib/%%PORTNAME%%/ebin/pubsub_index.beam |
| 222 |
lib/%%PORTNAME%%/ebin/pubsub_subscription.beam |
| 223 |
lib/%%PORTNAME%%/ebin/pubsub_subscription_odbc.beam |
| 224 |
lib/%%PORTNAME%%/ebin/randoms.beam |
| 225 |
lib/%%PORTNAME%%/ebin/scram.beam |
| 226 |
lib/%%PORTNAME%%/ebin/shaper.beam |
| 227 |
lib/%%PORTNAME%%/ebin/str.beam |
| 228 |
lib/%%PORTNAME%%/ebin/stringprep.beam |
| 229 |
lib/%%PORTNAME%%/ebin/stringprep_app.beam |
| 230 |
lib/%%PORTNAME%%/ebin/stringprep_sup.beam |
| 231 |
lib/%%PORTNAME%%/ebin/tcp_serv.beam |
| 232 |
lib/%%PORTNAME%%/ebin/translate.beam |
| 233 |
lib/%%PORTNAME%%/ebin/treap.beam |
| 234 |
lib/%%PORTNAME%%/ebin/url_util.beam |
| 235 |
lib/%%PORTNAME%%/ebin/win32_dns.beam |
| 236 |
lib/%%PORTNAME%%/ebin/xml.beam |
| 237 |
lib/%%PORTNAME%%/ebin/xml_app.beam |
| 238 |
lib/%%PORTNAME%%/ebin/xml_gen.beam |
| 239 |
lib/%%PORTNAME%%/ebin/xml_stream.beam |
| 240 |
lib/%%PORTNAME%%/ebin/xml_sup.beam |
| 241 |
lib/%%PORTNAME%%/ebin/xmlrpc.app |
| 242 |
lib/%%PORTNAME%%/ebin/xmlrpc.beam |
| 243 |
lib/%%PORTNAME%%/ebin/xmlrpc_decode.beam |
| 244 |
lib/%%PORTNAME%%/ebin/xmlrpc_encode.beam |
| 245 |
lib/%%PORTNAME%%/ebin/xmlrpc_http.beam |
| 246 |
lib/%%PORTNAME%%/ebin/xmlrpc_util.beam |
| 247 |
lib/%%PORTNAME%%/include/ELDAPv3.hrl |
| 248 |
lib/%%PORTNAME%%/include/XmppAddr.hrl |
| 249 |
lib/%%PORTNAME%%/include/adhoc.hrl |
| 250 |
lib/%%PORTNAME%%/include/%%PORTNAME%%.hrl |
| 251 |
lib/%%PORTNAME%%/include/%%PORTNAME%%_commands.hrl |
| 252 |
lib/%%PORTNAME%%/include/%%PORTNAME%%_config.hrl |
| 253 |
lib/%%PORTNAME%%/include/%%PORTNAME%%_ctl.hrl |
| 254 |
lib/%%PORTNAME%%/include/%%PORTNAME%%_http.hrl |
| 255 |
lib/%%PORTNAME%%/include/%%PORTNAME%%_web_admin.hrl |
| 256 |
lib/%%PORTNAME%%/include/eldap.hrl |
| 257 |
lib/%%PORTNAME%%/include/esip.hrl |
| 258 |
lib/%%PORTNAME%%/include/esip_lib.hrl |
| 259 |
lib/%%PORTNAME%%/include/http_bind.hrl |
| 260 |
lib/%%PORTNAME%%/include/jlib.hrl |
| 261 |
lib/%%PORTNAME%%/include/lager.hrl |
| 262 |
lib/%%PORTNAME%%/include/logger.hrl |
| 263 |
lib/%%PORTNAME%%/include/mod_muc_room.hrl |
| 264 |
lib/%%PORTNAME%%/include/mod_privacy.hrl |
| 265 |
lib/%%PORTNAME%%/include/mod_proxy65.hrl |
| 266 |
lib/%%PORTNAME%%/include/mod_roster.hrl |
| 267 |
lib/%%PORTNAME%%/include/ns.hrl |
| 268 |
lib/%%PORTNAME%%/include/pubsub.hrl |
| 269 |
lib/%%PORTNAME%%/include/xml.hrl |
| 270 |
lib/%%PORTNAME%%/include/xml_gen.hrl |
| 271 |
lib/%%PORTNAME%%/include/xmlrpc.hrl |
| 272 |
lib/%%PORTNAME%%/priv/bin/captcha.sh |
| 273 |
lib/%%PORTNAME%%/priv/lib/esip_drv.so |
| 274 |
lib/%%PORTNAME%%/priv/lib/expat_erl.so |
| 275 |
lib/%%PORTNAME%%/priv/lib/ezlib_drv.so |
| 276 |
lib/%%PORTNAME%%/priv/lib/iconv.so |
| 277 |
lib/%%PORTNAME%%/priv/lib/p1_sha.so |
| 278 |
lib/%%PORTNAME%%/priv/lib/p1_tls_drv.so |
| 279 |
lib/%%PORTNAME%%/priv/lib/p1_yaml.so |
| 280 |
lib/%%PORTNAME%%/priv/lib/stringprep.so |
| 281 |
lib/%%PORTNAME%%/priv/msgs/ca.msg |
| 282 |
lib/%%PORTNAME%%/priv/msgs/cs.msg |
| 283 |
lib/%%PORTNAME%%/priv/msgs/de.msg |
| 284 |
lib/%%PORTNAME%%/priv/msgs/el.msg |
| 285 |
lib/%%PORTNAME%%/priv/msgs/eo.msg |
| 286 |
lib/%%PORTNAME%%/priv/msgs/es.msg |
| 287 |
lib/%%PORTNAME%%/priv/msgs/fr.msg |
| 288 |
lib/%%PORTNAME%%/priv/msgs/gl.msg |
| 289 |
lib/%%PORTNAME%%/priv/msgs/he.msg |
| 290 |
lib/%%PORTNAME%%/priv/msgs/id.msg |
| 291 |
lib/%%PORTNAME%%/priv/msgs/it.msg |
| 292 |
lib/%%PORTNAME%%/priv/msgs/ja.msg |
| 293 |
lib/%%PORTNAME%%/priv/msgs/nl.msg |
| 294 |
lib/%%PORTNAME%%/priv/msgs/no.msg |
| 295 |
lib/%%PORTNAME%%/priv/msgs/pl.msg |
| 296 |
lib/%%PORTNAME%%/priv/msgs/pt-br.msg |
| 297 |
lib/%%PORTNAME%%/priv/msgs/pt.msg |
| 298 |
lib/%%PORTNAME%%/priv/msgs/ru.msg |
| 299 |
lib/%%PORTNAME%%/priv/msgs/sk.msg |
| 300 |
lib/%%PORTNAME%%/priv/msgs/sv.msg |
| 301 |
lib/%%PORTNAME%%/priv/msgs/th.msg |
| 302 |
lib/%%PORTNAME%%/priv/msgs/tr.msg |
| 303 |
lib/%%PORTNAME%%/priv/msgs/uk.msg |
| 304 |
lib/%%PORTNAME%%/priv/msgs/vi.msg |
| 305 |
lib/%%PORTNAME%%/priv/msgs/wa.msg |
| 306 |
lib/%%PORTNAME%%/priv/msgs/zh.msg |
| 307 |
@dirrmtry lib/%%PORTNAME%%/ebin |
| 308 |
@dirrmtry lib/%%PORTNAME%%/include |
| 309 |
@dirrmtry lib/%%PORTNAME%%/priv/bin |
| 310 |
@dirrmtry lib/%%PORTNAME%%/priv/lib |
| 311 |
@dirrmtry lib/%%PORTNAME%%/priv/msgs |
| 312 |
@dirrmtry lib/%%PORTNAME%%/priv |
| 313 |
@dirrmtry lib/%%PORTNAME%% |
| 314 |
@unexec rmdir "/var/lib/%%PORTNAME%%" >/dev/null 2>&1 || : |
| 315 |
@unexec rmdir "/var/lib" >/dev/null 2>&1 || : |
| 316 |
@unexec rmdir "/var/lock/%%PORTNAME%%ctl" >/dev/null 2>&1 || : |
| 317 |
@unexec rmdir "/var/lock" >/dev/null 2>&1 || : |
| 318 |
@unexec rmdir "/var/log/%%PORTNAME%%" >/dev/null 2>&1 || : |
| 319 |
%%ODBC%%lib/erlang/lib/%%PORTNAME%%/ebin/%%PORTNAME%%_odbc.beam |
| 320 |
%%ODBC%%lib/erlang/lib/%%PORTNAME%%/ebin/%%PORTNAME%%_odbc_sup.beam |
| 321 |
%%PAM%%lib/erlang/lib/%%PORTNAME%%/ebin/epam.beam |
| 322 |
%%ODBC%%lib/erlang/lib/%%PORTNAME%%/ebin/odbc_queries.beam |
| 323 |
%%PAM%%lib/erlang/lib/%%PORTNAME%%/priv/bin/epam |
| 216 |
sbin/%%PORTNAME%%ctl |
324 |
sbin/%%PORTNAME%%ctl |
| 217 |
%%PORTDOCS%%%%DOCSDIR%%/COPYING |
325 |
%%PORTDOCS%%%%DOCSDIR%%/COPYING |
| 218 |
%%PORTDOCS%%%%DOCSDIR%%/dev.html |
326 |
%%PORTDOCS%%%%DOCSDIR%%/dev.html |
|
Lines 251-271
sbin/%%PORTNAME%%ctl
Link Here
|
| 251 |
%%PORTDOCS%%%%DOCSDIR%%/release_notes_2.1.10.txt |
359 |
%%PORTDOCS%%%%DOCSDIR%%/release_notes_2.1.10.txt |
| 252 |
%%PORTDOCS%%%%DOCSDIR%%/release_notes_2.1.11.txt |
360 |
%%PORTDOCS%%%%DOCSDIR%%/release_notes_2.1.11.txt |
| 253 |
%%PORTDOCS%%%%DOCSDIR%%/release_notes_2.1.12.txt |
361 |
%%PORTDOCS%%%%DOCSDIR%%/release_notes_2.1.12.txt |
| 254 |
%%PORTDOCS%%%%DOCSDIR%%/release_notes_2.1.13.txt |
|
|
| 255 |
%%PORTDOCS%%%%DOCSDIR%%/webadmmain.png |
362 |
%%PORTDOCS%%%%DOCSDIR%%/webadmmain.png |
| 256 |
%%PORTDOCS%%%%DOCSDIR%%/webadmmainru.png |
363 |
%%PORTDOCS%%%%DOCSDIR%%/webadmmainru.png |
| 257 |
%%PORTDOCS%%%%DOCSDIR%%/yozhikheader.png |
364 |
%%PORTDOCS%%%%DOCSDIR%%/yozhikheader.png |
| 258 |
%%PORTDOCS%%@dirrm %%DOCSDIR%% |
365 |
%%PORTDOCS%%@dirrm %%DOCSDIR%% |
| 259 |
@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs |
|
|
| 260 |
@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib |
| 261 |
@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/bin |
| 262 |
@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv |
| 263 |
@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/web |
| 264 |
@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/mod_pubsub |
| 265 |
@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/mod_proxy65 |
| 266 |
@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/mod_muc |
| 267 |
@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/eldap |
| 268 |
@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include |
| 269 |
@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin |
| 270 |
@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%% |
| 271 |
@dirrmtry %%ETCDIR%% |
366 |
@dirrmtry %%ETCDIR%% |