Mercurial > hgrepos > FreeBSD > ports > net > turnserver
comparison pkg-plist @ 1:1a06bf451a04 origin
ADD: net/turnserver: the original upstream version 4.5.1.1_2 from the ports tree as of 2020-03-26
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 26 Mar 2020 21:26:40 +0100 |
| parents | |
| children | e555902956e4 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 1:1a06bf451a04 |
|---|---|
| 1 bin/turnserver | |
| 2 bin/turnadmin | |
| 3 bin/turnutils_natdiscovery | |
| 4 bin/turnutils_oauth | |
| 5 bin/turnutils_peer | |
| 6 bin/turnutils_stunclient | |
| 7 bin/turnutils_uclient | |
| 8 lib/libturnclient.a | |
| 9 %%SQLITE%%var/db/turndb | |
| 10 etc/turnserver.conf.default | |
| 11 man/man1/turnserver.1.gz | |
| 12 man/man1/turnadmin.1.gz | |
| 13 man/man1/turnutils.1.gz | |
| 14 man/man1/turnutils_natdiscovery.1.gz | |
| 15 man/man1/turnutils_oauth.1.gz | |
| 16 man/man1/turnutils_peer.1.gz | |
| 17 man/man1/turnutils_stunclient.1.gz | |
| 18 man/man1/turnutils_uclient.1.gz | |
| 19 man/man1/coturn.1.gz | |
| 20 %%DATADIR%%/schema.sql | |
| 21 %%DATADIR%%/schema.userdb.redis | |
| 22 %%DATADIR%%/schema.stats.redis | |
| 23 %%DATADIR%%/schema.mongo.sh | |
| 24 %%DATADIR%%/testredisdbsetup.sh | |
| 25 %%DATADIR%%/testmongosetup.sh | |
| 26 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc/turnserver.conf | |
| 27 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc/turn_client_cert.pem | |
| 28 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc/turn_client_pkey.pem | |
| 29 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc/turn_server_cert.pem | |
| 30 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc/turn_server_pkey.pem | |
| 31 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/readme.txt | |
| 32 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/peer.sh | |
| 33 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/basic/relay.sh | |
| 34 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/basic/dos_attack.sh | |
| 35 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/basic/tcp_client_c2c_tcp_relay.sh | |
| 36 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/basic/udp_c2c_client.sh | |
| 37 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/basic/udp_client.sh | |
| 38 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/basic/tcp_client.sh | |
| 39 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/loadbalance/master_relay.sh | |
| 40 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/loadbalance/slave_relay_1.sh | |
| 41 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/loadbalance/slave_relay_2.sh | |
| 42 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/loadbalance/udp_c2c.sh | |
| 43 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/loadbalance/tcp_c2c_tcp_relay.sh | |
| 44 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_dtls_client.sh | |
| 45 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_dtls_client_cert.sh | |
| 46 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_tls_client_cert.sh | |
| 47 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_relay.sh | |
| 48 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_relay_cert.sh | |
| 49 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_tcp_client_c2c_tcp_relay.sh | |
| 50 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_tcp_client.sh | |
| 51 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_tls_client_c2c_tcp_relay.sh | |
| 52 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_tls_client.sh | |
| 53 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_udp_c2c.sh | |
| 54 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_udp_client.sh | |
| 55 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_sctp_client.sh | |
| 56 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_dos_attack.sh | |
| 57 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecuredb/secure_relay_with_db_psql.sh | |
| 58 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecuredb/secure_relay_with_db_mysql.sh | |
| 59 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecuredb/secure_relay_with_db_mysql_ssl.sh | |
| 60 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecuredb/secure_relay_with_db_mongo.sh | |
| 61 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecuredb/secure_relay_with_db_redis.sh | |
| 62 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecuredb/secure_relay_with_db_sqlite.sh | |
| 63 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/restapi/secure_relay_secret.sh | |
| 64 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/restapi/secure_relay_secret_with_db_mysql.sh | |
| 65 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/restapi/secure_relay_secret_with_db_mongo.sh | |
| 66 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/restapi/secure_relay_secret_with_db_psql.sh | |
| 67 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/restapi/secure_relay_secret_with_db_redis.sh | |
| 68 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/restapi/secure_relay_secret_with_db_sqlite.sh | |
| 69 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/restapi/secure_udp_client_with_secret.sh | |
| 70 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/restapi/shared_secret_maintainer.pl | |
| 71 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/selfloadbalance/secure_dos_attack.sh | |
| 72 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/selfloadbalance/secure_relay.sh | |
| 73 include/turn/ns_turn_defs.h | |
| 74 include/turn/client/TurnMsgLib.h | |
| 75 include/turn/client/ns_turn_ioaddr.h | |
| 76 include/turn/client/ns_turn_msg.h | |
| 77 include/turn/client/ns_turn_msg_addr.h | |
| 78 include/turn/client/ns_turn_msg_defs.h | |
| 79 include/turn/client/ns_turn_msg_defs_experimental.h |
