Port details |
- tox ProjectTox-Core library, a decentralized and secure messenger
- 0.2.20_2,1 net-im
=5 0.2.20_1,1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2014-02-24 21:57:42
- Last Update: 2025-04-10 17:34:46
- Commit Hash: 64f3a6b
- People watching this port, also watch:: uTox, toxic, qTox, procmail, poudriere
- Also Listed In: net-p2p
- License: GPLv3
- WWW:
- https://tox.chat/
- Description:
- Tox is a decentralized, secure messenger with audio and video chat capabilities.
You can see it as an alternative to Skype.
This is only the core library. To use it, you have to install a client, like
e.g. net-im/toxic, net-im/qTox or net-im/uTox.
Tox isn't complete yet, but we encourage you to contribute to help make us
awesome!
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net-im/tox/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/tox
- pkg install toxcore
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: toxcore
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737201354
SHA256 (c-toxcore-0.2.20.tar.gz) = a9c89a8daea745d53e5d78e7aacb99c7b4792c4400a5a69c71238f45d6164f4c
SIZE (c-toxcore-0.2.20.tar.gz) = 862660
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Test dependencies:
-
- googletest>0 : devel/googletest
- Library dependencies:
-
- libopus.so : audio/opus
- libsodium.so : security/libsodium
- libvpx.so : multimedia/libvpx
- This port is required by:
- for Build
-
- net-im/toxic
-
Deleted ports which required this port:
- for Libraries
-
- net-im/debugtox
- net-im/py-toxcore-c
- net-im/qTox
- net-im/tox_extension_messages
- net-im/toxbot
- net-im/toxext
- net-im/toxins
- for Run
-
- net-im/toxic
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for toxcore-0.2.20_2,1:
DAEMON=off: Bootstrap daemon
===> Use 'make config' to modify these settings
- Options name:
- net-im_tox
- USES:
- cmake:testing compiler:c++17-lang cpe pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.140814_1 27 Aug 2014 12:31:11
  |
vsevolod  |
- Update libsodium to 0.7.0
- Take maintainership
- Update revisions of dependent ports |
0.140814 15 Aug 2014 15:58:09
  |
thierry  |
Refresh. |
0.140717 17 Jul 2014 21:17:49
  |
thierry  |
Refresh. |
0.140630_1 07 Jul 2014 13:54:24
  |
tijl  |
- Convert security/libsodium to USES=libtool and bump dependent ports
- Run "make check" from regression-test target
- dns/curvedns: white space fixes |
0.140630 30 Jun 2014 21:22:26
  |
thierry  |
Refresh to a recent snapshot. |
0.140611 11 Jun 2014 21:53:30
  |
thierry  |
Refresh. |
0.140601_1 01 Jun 2014 22:13:54
  |
thierry  |
Refresh. |
0.140514_1 25 May 2014 20:07:25
  |
naddy  |
Switch Opus to USES=libtool.
Bump dependent ports. [1]
Approved by: portmgr (implicit) [1] |
0.140514 14 May 2014 17:20:31
  |
thierry  |
Refresh and add a note about Toxic.
This snapshot fixes a DOS issue.
Security: Fixes a DOS issue. |
0.140508 09 May 2014 12:33:43
  |
thierry  |
Don't rely anymore upon the provided autogen.sh script and fix the build
with poudriere.
Reported by: antoine
Patched by: tijl |
0.140508 08 May 2014 14:35:05
  |
thierry  |
Refresh, and use pathfix and libtool. |
0.140421 22 Apr 2014 21:25:44
  |
thierry  |
Upgrade to a recent snapshot. |
0.140325 26 Mar 2014 13:56:06
  |
mat  |
For some reason, having an ` in BROKEN/FORBIDDEN/IGNORE breaks QAT badly.
With hat: portmgr |
0.140325 25 Mar 2014 22:07:49
  |
thierry  |
Update to today's snapshot. |
0.140314 14 Mar 2014 22:42:04
  |
thierry  |
Refresh ProjectTox-Core and Venom. |
0.140301 01 Mar 2014 18:19:04
  |
thierry  |
Upgrade and switch from openal to openal-soft. |
0.140222 27 Feb 2014 10:54:16
  |
thierry  |
- A "not too old" compiler is required on FreeBSD < 10;
- Mark BROKEN on FreeBSD < 10 and i386:
/usr/local/lib/libsodium.so: undefined reference to `__stack_chk_fail_local'
Reported by: pkg-fallout |
0.140222 25 Feb 2014 20:16:29
  |
thierry  |
Fix configure for default case.
${opt}_CONFIGURE_WITH does not work as I expected... |
0.140222 25 Feb 2014 17:34:50
  |
thierry  |
Adding a option to allow the replacement of the cryptographic library
sodium by NaCl.
Do not bump PORTREVISION, because this does not affect the default. |
0.140222 24 Feb 2014 21:57:29
  |
thierry  |
Adding Tox, a decentralized and secure messenger.
Tox is the core library, and venom is a GTK+ client.
Note: venom does not yet implement audio and video chat capabilities. |