Port details |
- libtnl Robust, secure, easy to use cross-platform C++ networking API
- 1.5.0_7 net
=0 Version 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: 2006-02-18 00:25:00
- Last Update: 2022-07-20 14:22:37
- Commit Hash: 6a378e5
- Also Listed In: devel
- License: GPLv2+
- Description:
- The Torque Network Library is a robust, secure, easy to use, cross-platform
C++ networking API designed for high performance simulations and games. The
network architecture in TNL has powered some of the best internet
multiplayer action games to date. Whether you're writing a multiplayer game,
developing a complex simulation, or just need a solid foundation for network
apps, TNL will meet your needs.
TNL is available under the GNU General Public License (GPL), an indie
license, and a commercial license.
WWW: https://sourceforge.net/projects/opentnl/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/libtnl/ && make install clean
- To add the package, run one of these commands:
- pkg install net/libtnl
- pkg install libtnl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libtnl
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64 powerpc powerpc64 powerpc64le
- distinfo:
- SHA256 (tnl-1.5.0-source.tar.gz) = 28f55eedbe3346ebdbd9cb69e6640d3bc67cd876e70daf90f1fd90e3cbe757df
SIZE (tnl-1.5.0-source.tar.gz) = 2292358
- 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:
-
- gcc11 : lang/gcc11
- as : devel/binutils
- Runtime dependencies:
-
- gcc11 : lang/gcc11
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- net_libtnl
- USES:
- uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:37 1.5.0_7 |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
15 Jun 2021 08:41:22 1.5.0_7 |
Piotr Kubaj (pkubaj)  |
net/libtnl: enable on powerpc |
04 Jun 2021 05:53:21 1.5.0_7 |
Gerald Pfeifer (gerald)  |
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj |
27 Apr 2021 14:03:14 1.5.0_7 |
Piotr Kubaj (pkubaj)  |
net/libtnl: enable on powerpc64le |
06 Apr 2021 14:31:07 1.5.0_7 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Jan 2021 12:32:32
1.5.0_7 |
pkubaj  |
net/libtnl: enable on powerpc64
MFH: 2020Q1 |
26 Jul 2019 20:46:57
1.5.0_7 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
03 Jul 2019 09:02:06
1.5.0_6 |
amdmi3  |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket |
12 Dec 2018 01:35:36
1.5.0_6 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
29 Jul 2018 22:18:46
1.5.0_5 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
10 Mar 2018 17:46:06
1.5.0_4 |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
10 Sep 2017 20:55:39
1.5.0_3 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
01 Apr 2017 15:23:32
1.5.0_2 |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
20 Nov 2016 09:38:09
1.5.0_1 |
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
19 May 2016 10:44:12
1.5.0 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Apr 2016 14:16:20
1.5.0 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
22 Nov 2014 14:43:24
1.5.0 |
antoine  |
Cleanup plist |
04 Apr 2014 10:06:40
1.5.0 |
bapt  |
Support stage
Enforce usage of gcc as this is bad c++ code that only g++ accept when it should
not
see
http://clang.debian.net/status.php?version=3.0&key=USE_OF_UNDECLARED_IDENTIFIER
for details
MFH: 2014Q2 |
20 Sep 2013 22:10:25
1.5.0 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
20 Mar 2011 12:54:45
1.5.0 |
miwi  |
- Get Rid MD5 support |
21 Dec 2009 02:19:12
1.5.0 |
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
02 Sep 2009 15:01:56
1.5.0 |
amdmi3  |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
18 Aug 2008 01:48:41
1.5.0 |
mi  |
Add patches to unbreak -- work with gcc above version 3. Also allow
building on amd64 and note, that support for other platforms is easy
too, as long as one has a system to test on.
Redirect a few functions directly to the standard implementations using
defines, instead of using function-wrappers.
This port ought to use a port-installed libtomcrypt instead of building its
own version of same. Unfortunately, our security/libtomcrypt does not
(yet?) install a shared version. |
29 Apr 2008 05:27:10
1.5.0 |
linimon  |
Reset aaron's port maintainerships due to many maintainer-timeouts. |
04 Oct 2007 20:31:56
1.5.0 |
linimon  |
Mark as broken with gcc4.2. While here, pet portlint. |
18 Feb 2006 00:23:57
1.5.0 |
aaron  |
Adding port net/libtnl, the Torque networking library which implements a C++
networking API for high-performance simulations and games.
Submitted by: aaron
Approved by: tobez |