git: 3acac6e4b8d4 - main - devel/raknet: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Jan 2025 22:31:32 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=3acac6e4b8d494eeafff1ba6c2e97c009b24d2fa commit 3acac6e4b8d494eeafff1ba6c2e97c009b24d2fa Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-01-15 22:31:13 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-01-15 22:31:13 +0000 devel/raknet: Remove expired port 2025-01-15 devel/raknet: Unmaintained upstream, only builds with EOL toolchain --- MOVED | 1 + devel/Makefile | 1 - devel/raknet/Makefile | 74 -- devel/raknet/distinfo | 2 - devel/raknet/files/SpecialAuth.mbox | 615 --------- devel/raknet/files/patch-CMakeLists.txt | 8 - ...ch-Samples-Tests-PacketAndLowLevelTestsTest.cpp | 10 - .../files/patch-Source-DS_BinarySearchTree.h | 66 - devel/raknet/files/patch-Source-RakPeer.cpp | 11 - devel/raknet/pkg-descr | 4 - devel/raknet/pkg-plist | 1368 -------------------- 11 files changed, 1 insertion(+), 2159 deletions(-) diff --git a/MOVED b/MOVED index 3d6632a37fce..d25c21275358 100644 --- a/MOVED +++ b/MOVED @@ -4018,3 +4018,4 @@ devel/elixir-make||2025-01-11|No longer used by any consumers, newer versions ar audio/gqradio||2025-01-13|Has expired: BKTR devices are not supported anymore x11-themes/kf5-breeze-icons|x11-themes/kf6-breeze-icons|2025-01-15|Replaced by the KF6 version x11-themes/kf5-oxygen-icons5|x11-themes/oxygen-icons|2025-01-15|Rename in accordance with the upstream +devel/raknet||2025-01-15|Has expired: Unmaintained upstream, only builds with EOL toolchain diff --git a/devel/Makefile b/devel/Makefile index 49190690edb7..a9d599cf7df2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6305,7 +6305,6 @@ SUBDIR += radian SUBDIR += radicle SUBDIR += ragel - SUBDIR += raknet SUBDIR += random123 SUBDIR += rang SUBDIR += range-v3 diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile deleted file mode 100644 index 0ebf8954d646..000000000000 --- a/devel/raknet/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -PORTNAME= raknet -PORTVERSION= 3.9.2 -PORTREVISION= 11 -PORTEPOCH= 1 -CATEGORIES= devel net -MASTER_SITES= http://www.jenkinssoftware.com/raknet/downloads/ \ - LOCAL/martymac -DISTNAME= RakNet-3.902 - -MAINTAINER= martymac@FreeBSD.org -COMMENT= Networking API that provides reliable UDP primarily for online games -WWW= http://www.jenkinssoftware.com/ - -# Original license is Indy license, but FreeBSD has been granted special -# authorization to provide RakNet 3.x (*only*, not 4.x) under the terms of -# the GPL v3 license. This agreement has been received by the MAINTAINER -# through a private mail exchange on 2012-03-20 (see files/SpecialAuth.mbox). -LICENSE= GPLv3 SpecialAuth -LICENSE_COMB= dual -LICENSE_NAME_SpecialAuth= Special authorization from developer -LICENSE_FILE_SpecialAuth= ${FILESDIR}/SpecialAuth.mbox -LICENSE_PERMS_SpecialAuth= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -DEPRECATED= Unmaintained upstream, only builds with EOL toolchain -EXPIRATION_DATE= 2025-01-15 -NOT_FOR_ARCHS= aarch64 mips mips64 -NOT_FOR_ARCHS_REASON= fails to compile: error: Add your platform to the list - -NO_WRKSUBDIR= yes - -USES= dos2unix cmake:insource zip - -USE_LDCONFIG= yes -# XXX Does not build with GCC 12 -# See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266190 -USE_GCC= 11 - -DOS2UNIX_REGEX= .*\.(cpp|h|txt) - -# XXX Do not provide Samples for the following reason : -# - potential licensing problems -# XXX Disable build of DependentExtensions for the following reasons : -# - potential licensing problems -# - only static libraries are built (shared libraries are no more provided, e.g. -# for autopatcher or rakvoice) -# - no install target is provided, which prevents us to determine what files -# have to be provided by the port to have working extensions -CMAKE_ARGS+= -DDISABLEDEPENDENCIES:BOOL=ON - -OPTIONS_DEFINE= DOCS - -post-patch: - @${FIND} ${WRKSRC} -type f -a '(' -name '*.cpp' -o -name '*.h' ')' -print0 \ - | ${XARGS} -0 -x -n10 \ - ${REINPLACE_CMD} -e 's|Usage of RakNet is subject to the appropriate license agreement|Raknet is available under the terms of the GPLv3 license, see ${_LICENSE_DIR}/GPLv3|' - -pre-install: - @${FIND} ${WRKSRC} -type f -name '*.bak' -print0 \ - | ${XARGS} -0 -x -n10 ${RM} - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/include/raknet - (cd ${WRKSRC}/Source/ && ${COPYTREE_SHARE} \*.h ${STAGEDIR}${PREFIX}/include/raknet) - @${MKDIR} ${STAGEDIR}${PREFIX}/lib - ${INSTALL_LIB} ${WRKSRC}/Lib/DLL/libRakNetDynamic.so \ - ${STAGEDIR}${PREFIX}/lib/libraknet.so.0 - ${LN} -sf ${PREFIX}/lib/libraknet.so.0 ${STAGEDIR}${PREFIX}/lib/libraknet.so - ${INSTALL_DATA} ${WRKSRC}/Lib/LibStatic/libRakNetStatic.a \ - ${STAGEDIR}${PREFIX}/lib/libraknet.a - @${MKDIR} ${STAGEDIR}${DOCSDIR}/Help - (cd ${WRKSRC}/Help/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/Help) - ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/devel/raknet/distinfo b/devel/raknet/distinfo deleted file mode 100644 index 713df4066c72..000000000000 --- a/devel/raknet/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (RakNet-3.902.zip) = 8c45d0c25a77ef095e060bcbbc01e198eb98a7a1f713fdf067bfe01a919e4274 -SIZE (RakNet-3.902.zip) = 38652738 diff --git a/devel/raknet/files/SpecialAuth.mbox b/devel/raknet/files/SpecialAuth.mbox deleted file mode 100644 index 2c250f8c6657..000000000000 --- a/devel/raknet/files/SpecialAuth.mbox +++ /dev/null @@ -1,615 +0,0 @@ -From ganael.laplanche@martymac.org Wed Mar 21 08:08:31 2012 -From ganael.laplanche Wed Mar 21 08:08:31 2012 -From: "Ganael LAPLANCHE" <ganael.laplanche@martymac.org> -To: Kevin Jenkins <rakkar@jenkinssoftware.com> -Subject: Re: Is Raknet still free software ? -X-Openwebmail-Date: Wed, 21 Mar 2012 09:08:31 +0200 -Message-Id: <20120321070722.M94211@martymac.org> -In-Reply-To: <CAHcnhTNqNSyFE6m6zqM_3=wpoydibhnoHv7WS1JV9AuUqeW33w@mail.gmail.com> -References: <20120319144603.M66781@martymac.org> <CAHcnhTMkHeTNd0n_NDMjcu1S1grXBjU_8f8oPUp-Lwyp5uo4jw@mail.gmail.com> <20120320071037.M83412@martymac.org> <CAHcnhTNoT0zTExbrmGhp9Bi4pJR_TKLVtmyB -YzdTU7=EB=vraw@mail.gmail.com> <20120320085523.M98627@martymac.org> <CAHcnhTNJRQfzAAicp8jvuh9ANyFbqREiZTCUjj6PH_zDrCOjDw@mail.gmail.com> <20120320154950.M74794@martymac.org> <CAHcnhTNqNSyFE6m6z -qM_3=wpoydibhnoHv7WS1JV9AuUqeW33w@mail.gmail.com> -X-Mailer: Open WebMail 2.01 20030425 -X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.org) -MIME-Version: 1.0 -Content-Type: text/plain; charset=iso-8859-15 -Status: RO -Content-Length: 507 -Lines: 16 - -On Tue, 20 Mar 2012 09:54:10 -0700, Kevin Jenkins wrote - -> You might want to just delete the copyright header then or -> else it will be confusing to users. They are all the same I -> believe so a copy/paste in /Source/*.h;*.cpp and the same for -> DependentExtensions should do it - -OK, thanks. I'll do that. Thanks ! - -Best regards, - --- -Ganael LAPLANCHE <ganael.laplanche@martymac.org> -http://www.martymac.org | http://contribs.martymac.org -FreeBSD: martymac <martymac@FreeBSD.org>, http://www.FreeBSD.org - -From rakkar@jenkinssoftware.com Wed Mar 21 08:08:51 2012 -Return-Path: <rakkar@jenkinssoftware.com> -Delivered-To: ganael.laplanche@martymac.org -X-Spam-Level: -X-Spam-Status: No, hits=0.0 required=5.0 - tests=HTML_MESSAGE -Received: from mccoy.galacsys.net (mx3.galacsys.net [217.24.89.4]) - by lmtp.galacsys.net (lmtpd) with LMTP id 50412.008; - Tue, 20 Mar 2012 17:54:12 +0100 (CET) -Received: from mccoy.galacsys.net (localhost [127.0.0.1]) - by mccoy.galacsys.net (Postfix) with ESMTP id 2EAFA228A9 - for <ganael.laplanche@martymac.org>; Tue, 20 Mar 2012 17:54:12 +0100 (CET) -Received: from server282.com (server282.com [64.14.68.75]) - by mccoy.galacsys.net (Postfix) with ESMTP - for <ganael.laplanche@martymac.org>; Tue, 20 Mar 2012 17:54:11 +0100 (CET) -Received: (qmail 8004 invoked by uid 503); 20 Mar 2012 16:54:11 -0000 -Received: from unknown (HELO mail-iy0-f177.google.com) (rakkar@jenkinssoftware.com@209.85.210.177) - by server282.com with ESMTPA; 20 Mar 2012 16:54:11 -0000 -Received: by iaky10 with SMTP id y10so331109iak.22 - for <ganael.laplanche@martymac.org>; Tue, 20 Mar 2012 09:54:10 -0700 (PDT) -MIME-Version: 1.0 -Received: by 10.42.244.7 with SMTP id lo7mr372913icb.28.1332262450030; Tue, 20 - Mar 2012 09:54:10 -0700 (PDT) -Received: by 10.42.18.66 with HTTP; Tue, 20 Mar 2012 09:54:10 -0700 (PDT) -In-Reply-To: <20120320154950.M74794@martymac.org> -References: <20120319144603.M66781@martymac.org> - <CAHcnhTMkHeTNd0n_NDMjcu1S1grXBjU_8f8oPUp-Lwyp5uo4jw@mail.gmail.com> - <20120320071037.M83412@martymac.org> - <CAHcnhTNoT0zTExbrmGhp9Bi4pJR_TKLVtmyBYzdTU7=EB=vraw@mail.gmail.com> - <20120320085523.M98627@martymac.org> - <CAHcnhTNJRQfzAAicp8jvuh9ANyFbqREiZTCUjj6PH_zDrCOjDw@mail.gmail.com> - <20120320154950.M74794@martymac.org> -Date: Tue, 20 Mar 2012 09:54:10 -0700 -Message-ID: <CAHcnhTNqNSyFE6m6zqM_3=wpoydibhnoHv7WS1JV9AuUqeW33w@mail.gmail.com> -Subject: Re: Is Raknet still free software ? -From: Kevin Jenkins <rakkar@jenkinssoftware.com> -To: Ganael LAPLANCHE <ganael.laplanche@martymac.org> -Content-Type: multipart/alternative; boundary=90e6ba5bc6db14e6b804bbaf86da -Status: RO -X-Status: A -Content-Length: 2915 -Lines: 70 - ---90e6ba5bc6db14e6b804bbaf86da -Content-Type: text/plain; charset=ISO-8859-1 - -You might want to just delete the copyright header then or else it will be -confusing to users. They are all the same I believe so a copy/paste in -/Source/*.h;*.cpp and the same for DependentExtensions should do it - -On Wed, Dec 31, 1969 at 4:00 PM, Ganael LAPLANCHE < -ganael.laplanche@martymac.org> wrote: - -> On Tue, 20 Mar 2012 08:36:57 -0700, Kevin Jenkins wrote -> -> > GPL3. After downloading you can change the comment at the top -> > of the headers to reflect this. RakNet 4 is under a different -> > license because it is used with game consoles that do not -> > allow GPL code. -> -> Thanks for this clarification. License file (GPLv3) will be bundled with -> packages, so I don't think modifying each single header is necessary. -> I'll also add a note into the FreeBSD port's Makefile about that. -> -> Thanks a lot ! -> Best regards, -> -> -- -> Ganael LAPLANCHE <ganael.laplanche@martymac.org> -> http://www.martymac.org | http://contribs.martymac.org -> FreeBSD: martymac <martymac@FreeBSD.org>, http://www.FreeBSD.org -> - ---90e6ba5bc6db14e6b804bbaf86da -Content-Type: text/html; charset=ISO-8859-1 -Content-Transfer-Encoding: quoted-printable - -You might want to just delete the copyright header then or else it will be = -confusing to users. They are all the same I believe so a copy/paste in /Sou= -rce/*.h;*.cpp and the same for DependentExtensions should do it<br><br><div= - class=3D"gmail_quote"> -On Wed, Dec 31, 1969 at 4:00 PM, Ganael LAPLANCHE <span dir=3D"ltr"><<a = -href=3D"mailto:ganael.laplanche@martymac.org">ganael.laplanche@martymac.org= -</a>></span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin= -:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> -On Tue, 20 Mar 2012 08:36:57 -0700, Kevin Jenkins wrote<br> -<div class=3D"im"><br> -> GPL3. After downloading you can change the comment at the top<br> -> of the headers to reflect this. RakNet 4 is under a different<br> -> license because it is used with game consoles that do not<br> -> allow GPL code.<br> -<br> -</div>Thanks for this clarification. License file (GPLv3) will be bundled w= -ith<br> -packages, so I don't think modifying each single header is necessary.<b= -r> -I'll also add a note into the FreeBSD port's Makefile about that.<b= -r> -<br> -Thanks a lot !<br> -<div><div></div><div class=3D"h5">Best regards,<br> -<br> ---<br> -Ganael LAPLANCHE <<a href=3D"mailto:ganael.laplanche@martymac.org">ganae= -l.laplanche@martymac.org</a>><br> -<a href=3D"http://www.martymac.org" target=3D"_blank">http://www.martymac.o= -rg</a> | <a href=3D"http://contribs.martymac.org" target=3D"_blank">http://= -contribs.martymac.org</a><br> -FreeBSD: martymac <martymac@FreeBSD.org>, <a href=3D"http://www.FreeB= -SD.org" target=3D"_blank">http://www.FreeBSD.org</a><br> -</div></div></blockquote></div><br> - ---90e6ba5bc6db14e6b804bbaf86da-- - -From ganael.laplanche@martymac.org Tue Mar 20 16:53:14 2012 -From ganael.laplanche Tue Mar 20 16:53:14 2012 -From: "Ganael LAPLANCHE" <ganael.laplanche@martymac.org> -To: Kevin Jenkins <rakkar@jenkinssoftware.com> -Subject: Re: Is Raknet still free software ? -X-Openwebmail-Date: Tue, 20 Mar 2012 17:53:14 +0200 -Message-Id: <20120320154950.M74794@martymac.org> -In-Reply-To: <CAHcnhTNJRQfzAAicp8jvuh9ANyFbqREiZTCUjj6PH_zDrCOjDw@mail.gmail.com> -References: <20120319144603.M66781@martymac.org> <CAHcnhTMkHeTNd0n_NDMjcu1S1grXBjU_8f8oPUp-Lwyp5uo4jw@mail.gmail.com> <20120320071037.M83412@martymac.org> <CAHcnhTNoT0zTExbrmGhp9Bi4pJR_TKLVtmyB -YzdTU7=EB=vraw@mail.gmail.com> <20120320085523.M98627@martymac.org> <CAHcnhTNJRQfzAAicp8jvuh9ANyFbqREiZTCUjj6PH_zDrCOjDw@mail.gmail.com> -X-Mailer: Open WebMail 2.01 20030425 -X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.org) -MIME-Version: 1.0 -Content-Type: text/plain; charset=iso-8859-15 -Status: RO -Content-Length: 680 -Lines: 19 - -On Tue, 20 Mar 2012 08:36:57 -0700, Kevin Jenkins wrote - -> GPL3. After downloading you can change the comment at the top -> of the headers to reflect this. RakNet 4 is under a different -> license because it is used with game consoles that do not -> allow GPL code. - -Thanks for this clarification. License file (GPLv3) will be bundled with -packages, so I don't think modifying each single header is necessary. -I'll also add a note into the FreeBSD port's Makefile about that. - -Thanks a lot ! -Best regards, - --- -Ganael LAPLANCHE <ganael.laplanche@martymac.org> -http://www.martymac.org | http://contribs.martymac.org -FreeBSD: martymac <martymac@FreeBSD.org>, http://www.FreeBSD.org - -From rakkar@jenkinssoftware.com Tue Mar 20 16:56:00 2012 -Return-Path: <rakkar@jenkinssoftware.com> -Delivered-To: ganael.laplanche@martymac.org -X-Spam-Level: -X-Spam-Status: No, hits=0.0 required=5.0 - tests=HTML_MESSAGE -Received: from mccoy.galacsys.net (mx3.galacsys.net [217.24.89.4]) - by lmtp.galacsys.net (lmtpd) with LMTP id 23270.052; - Tue, 20 Mar 2012 16:43:41 +0100 (CET) -Received: from mccoy.galacsys.net (localhost [127.0.0.1]) - by mccoy.galacsys.net (Postfix) with ESMTP id E1BFD22844 - for <ganael.laplanche@martymac.org>; Tue, 20 Mar 2012 16:43:40 +0100 (CET) -X-Greylist: delayed 398 seconds by postgrey-1.15 at mccoy.galacsys.net; Tue, 20 Mar 2012 16:43:40 CET -Received: from server282.com (server282.com [64.14.68.75]) - by mccoy.galacsys.net (Postfix) with ESMTP - for <ganael.laplanche@martymac.org>; Tue, 20 Mar 2012 16:43:40 +0100 (CET) -Received: (qmail 10487 invoked by uid 503); 20 Mar 2012 15:37:00 -0000 -Received: from unknown (HELO mail-we0-f177.google.com) (rakkar@jenkinssoftware.com@74.125.82.177) - by server282.com with ESMTPA; 20 Mar 2012 15:37:00 -0000 -Received: by werp11 with SMTP id p11so203936wer.22 - for <ganael.laplanche@martymac.org>; Tue, 20 Mar 2012 08:36:59 -0700 (PDT) -MIME-Version: 1.0 -Received: by 10.50.186.197 with SMTP id fm5mr1441232igc.23.1332257818597; Tue, - 20 Mar 2012 08:36:58 -0700 (PDT) -Received: by 10.42.18.66 with HTTP; Tue, 20 Mar 2012 08:36:57 -0700 (PDT) -Received: by 10.42.18.66 with HTTP; Tue, 20 Mar 2012 08:36:57 -0700 (PDT) -In-Reply-To: <20120320085523.M98627@martymac.org> -References: <20120319144603.M66781@martymac.org> - <CAHcnhTMkHeTNd0n_NDMjcu1S1grXBjU_8f8oPUp-Lwyp5uo4jw@mail.gmail.com> - <20120320071037.M83412@martymac.org> - <CAHcnhTNoT0zTExbrmGhp9Bi4pJR_TKLVtmyBYzdTU7=EB=vraw@mail.gmail.com> - <20120320085523.M98627@martymac.org> -Date: Tue, 20 Mar 2012 08:36:57 -0700 -Message-ID: <CAHcnhTNJRQfzAAicp8jvuh9ANyFbqREiZTCUjj6PH_zDrCOjDw@mail.gmail.com> -Subject: Re: Is Raknet still free software ? -From: Kevin Jenkins <rakkar@jenkinssoftware.com> -To: Ganael LAPLANCHE <ganael.laplanche@martymac.org> -Content-Type: multipart/alternative; boundary=14dae9340cb106dafc04bbae7247 -Status: RO -X-Status: A -Content-Length: 2358 -Lines: 62 - ---14dae9340cb106dafc04bbae7247 -Content-Type: text/plain; charset=ISO-8859-1 - -GPL3. After downloading you can change the comment at the top of the -headers to reflect this. RakNet 4 is under a different license because it -is used with game consoles that do not allow GPL code. -On Mar 20, 2012 2:25 AM, "Ganael LAPLANCHE" <ganael.laplanche@martymac.org> -wrote: - -> On Tue, 20 Mar 2012 01:06:32 -0700, Kevin Jenkins wrote -> -> > http://www.raknet.com/raknet/downloads/RakNet-3.902.zip -> -> Thanks ! Regarding the use of RakNet under GPL, is it GPL v2 or v3 ? -> -> Is RakNet 4.0x branch also published under GPL ? -> -> Thanks, -> Best regards, -> -> -- -> Ganael LAPLANCHE <ganael.laplanche@martymac.org> -> http://www.martymac.org | http://contribs.martymac.org -> FreeBSD: martymac <martymac@FreeBSD.org>, http://www.FreeBSD.org -> - ---14dae9340cb106dafc04bbae7247 -Content-Type: text/html; charset=ISO-8859-1 -Content-Transfer-Encoding: quoted-printable - -<p>GPL3. After downloading you can change the comment at the top of the hea= -ders to reflect this. RakNet 4 is under a different license because it is u= -sed with game consoles that do not allow GPL code.</p> -<div class=3D"gmail_quote">On Mar 20, 2012 2:25 AM, "Ganael LAPLANCHE&= -quot; <<a href=3D"mailto:ganael.laplanche@martymac.org">ganael.laplanche= -@martymac.org</a>> wrote:<br type=3D"attribution"><blockquote class=3D"g= -mail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-l= -eft:1ex"> -On Tue, 20 Mar 2012 01:06:32 -0700, Kevin Jenkins wrote<br> -<br> -> <a href=3D"http://www.raknet.com/raknet/downloads/RakNet-3.902.zip" ta= -rget=3D"_blank">http://www.raknet.com/raknet/downloads/RakNet-3.902.zip</a>= -<br> -<br> -Thanks ! Regarding the use of RakNet under GPL, is it GPL v2 or v3 ?<br> -<br> -Is RakNet 4.0x branch also published under GPL ?<br> -<br> -Thanks,<br> -Best regards,<br> -<br> ---<br> -Ganael LAPLANCHE <<a href=3D"mailto:ganael.laplanche@martymac.org">ganae= -l.laplanche@martymac.org</a>><br> -<a href=3D"http://www.martymac.org" target=3D"_blank">http://www.martymac.o= -rg</a> | <a href=3D"http://contribs.martymac.org" target=3D"_blank">http://= -contribs.martymac.org</a><br> -FreeBSD: martymac <martymac@FreeBSD.org>, <a href=3D"http://www.FreeB= -SD.org" target=3D"_blank">http://www.FreeBSD.org</a><br> -</blockquote></div> - ---14dae9340cb106dafc04bbae7247-- - -From ganael.laplanche@martymac.org Tue Mar 20 10:05:20 2012 -From ganael.laplanche Tue Mar 20 10:05:20 2012 -From: "Ganael LAPLANCHE" <ganael.laplanche@martymac.org> -To: Kevin Jenkins <rakkar@jenkinssoftware.com> -Subject: Re: Is Raknet still free software ? -X-Openwebmail-Date: Tue, 20 Mar 2012 11:05:20 +0200 -Message-Id: <20120320085523.M98627@martymac.org> -In-Reply-To: <CAHcnhTNoT0zTExbrmGhp9Bi4pJR_TKLVtmyBYzdTU7=EB=vraw@mail.gmail.com> -References: <20120319144603.M66781@martymac.org> <CAHcnhTMkHeTNd0n_NDMjcu1S1grXBjU_8f8oPUp-Lwyp5uo4jw@mail.gmail.com> <20120320071037.M83412@martymac.org> <CAHcnhTNoT0zTExbrmGhp9Bi4pJR_TKLVtmyB -YzdTU7=EB=vraw@mail.gmail.com> -X-Mailer: Open WebMail 2.01 20030425 -X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.org) -MIME-Version: 1.0 -Content-Type: text/plain; charset=iso-8859-15 -Status: RO -Content-Length: 432 -Lines: 16 - -On Tue, 20 Mar 2012 01:06:32 -0700, Kevin Jenkins wrote - -> http://www.raknet.com/raknet/downloads/RakNet-3.902.zip - -Thanks ! Regarding the use of RakNet under GPL, is it GPL v2 or v3 ? - -Is RakNet 4.0x branch also published under GPL ? - -Thanks, -Best regards, - --- -Ganael LAPLANCHE <ganael.laplanche@martymac.org> -http://www.martymac.org | http://contribs.martymac.org -FreeBSD: martymac <martymac@FreeBSD.org>, http://www.FreeBSD.org - -From rakkar@jenkinssoftware.com Tue Mar 20 16:56:00 2012 -Return-Path: <rakkar@jenkinssoftware.com> -Delivered-To: ganael.laplanche@martymac.org -X-Spam-Level: -X-Spam-Status: No, hits=0.0 required=5.0 - tests=HTML_MESSAGE -Received: from mx1.galacsys.net (mx.galacsys.net [217.24.81.221]) - by lmtp.galacsys.net (lmtpd) with LMTP id 63854.026; - Tue, 20 Mar 2012 09:06:36 +0100 (CET) -Received: from mx1.galacsys.net (unknown [127.0.3.1]) - by mx1.galacsys.net (Postfix) with ESMTP id A38F32C23B8D - for <ganael.laplanche@martymac.org>; Tue, 20 Mar 2012 09:06:36 +0100 (CET) -Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) - by mx1.galacsys.net (Postfix) with ESMTP - for <ganael.laplanche@martymac.org>; Tue, 20 Mar 2012 09:06:36 +0100 (CET) -Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) - by mx2.freebsd.org (Postfix) with ESMTP id DBFE014EAE3 - for <ganael.laplanche@martymac.org>; Tue, 20 Mar 2012 08:06:34 +0000 (UTC) -Received: by hub.freebsd.org (Postfix) - id D9F991065670; Tue, 20 Mar 2012 08:06:34 +0000 (UTC) -Delivered-To: martymac@freebsd.org -Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) - by hub.freebsd.org (Postfix) with ESMTP id D94F9106566B - for <martymac@freebsd.org>; Tue, 20 Mar 2012 08:06:34 +0000 (UTC) - (envelope-from rakkar@jenkinssoftware.com) -Received: from server282.com (server282.com [64.14.68.75]) - by mx1.freebsd.org (Postfix) with ESMTP id 7B5438FC15 - for <martymac@freebsd.org>; Tue, 20 Mar 2012 08:06:34 +0000 (UTC) -Received: (qmail 19778 invoked by uid 503); 20 Mar 2012 08:06:33 -0000 -Received: from unknown (HELO mail-iy0-f182.google.com) (rakkar@jenkinssoftware.com@209.85.210.182) - by server282.com with ESMTPA; 20 Mar 2012 08:06:33 -0000 -Received: by iahk25 with SMTP id k25so14940248iah.13 - for <martymac@freebsd.org>; Tue, 20 Mar 2012 01:06:32 -0700 (PDT) -MIME-Version: 1.0 -Received: by 10.50.45.200 with SMTP id p8mr8166858igm.23.1332230792687; Tue, - 20 Mar 2012 01:06:32 -0700 (PDT) -Received: by 10.42.18.66 with HTTP; Tue, 20 Mar 2012 01:06:32 -0700 (PDT) -In-Reply-To: <20120320071037.M83412@martymac.org> -References: <20120319144603.M66781@martymac.org> - <CAHcnhTMkHeTNd0n_NDMjcu1S1grXBjU_8f8oPUp-Lwyp5uo4jw@mail.gmail.com> - <20120320071037.M83412@martymac.org> -Date: Tue, 20 Mar 2012 01:06:32 -0700 -Message-ID: <CAHcnhTNoT0zTExbrmGhp9Bi4pJR_TKLVtmyBYzdTU7=EB=vraw@mail.gmail.com> -Subject: Re: Is Raknet still free software ? -From: Kevin Jenkins <rakkar@jenkinssoftware.com> -To: Ganael LAPLANCHE <martymac@freebsd.org> -Content-Type: multipart/alternative; boundary=14dae93403c528302604bba8275b -Status: RO -X-Status: A -Content-Length: 2325 -Lines: 61 - ---14dae93403c528302604bba8275b -Content-Type: text/plain; charset=ISO-8859-1 - -http://www.raknet.com/raknet/downloads/RakNet-3.902.zip - -On Wed, Dec 31, 1969 at 4:00 PM, Ganael LAPLANCHE <martymac@freebsd.org>wrote: - -> On Mon, 19 Mar 2012 14:37:40 -0700, Kevin Jenkins wrote -> -> > What license is the version you have under? I am ok with -> > RakNet being used under the GPL -> -> We have 3.5.2 in ports, but license is not yet specified. I will -> indicate with the update that it is released under the GPL. -> -> Are sources for the lastest GPL'ed version available somewhere ? -> -> Thank you very much, -> Best regards, -> -> -- -> Ganael LAPLANCHE <ganael.laplanche@martymac.org> -> http://www.martymac.org | http://contribs.martymac.org -> FreeBSD: martymac <martymac@FreeBSD.org>, http://www.FreeBSD.org -> - ---14dae93403c528302604bba8275b -Content-Type: text/html; charset=ISO-8859-1 -Content-Transfer-Encoding: quoted-printable - -<a href=3D"http://www.raknet.com/raknet/downloads/RakNet-3.902.zip">http://= -www.raknet.com/raknet/downloads/RakNet-3.902.zip</a><br><br><div class=3D"g= -mail_quote">On Wed, Dec 31, 1969 at 4:00 PM, Ganael LAPLANCHE <span dir=3D"= -ltr"><<a href=3D"mailto:martymac@freebsd.org">martymac@freebsd.org</a>&g= -t;</span> wrote:<br> -<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= -x #ccc solid;padding-left:1ex">On Mon, 19 Mar 2012 14:37:40 -0700, Kevin Je= -nkins wrote<br> -<br> -> What license is the version you have under? I am ok with<br> -> RakNet being used under the GPL<br> -<br> -We have 3.5.2 in ports, but license is not yet specified. I will<br> -indicate with the update that it is released under the GPL.<br> -<br> -Are sources for the lastest GPL'ed version available somewhere ?<br> -<br> -Thank you very much,<br> -Best regards,<br> -<font color=3D"#888888"><br> ---<br> -Ganael LAPLANCHE <<a href=3D"mailto:ganael.laplanche@martymac.org">ganae= -l.laplanche@martymac.org</a>><br> -<a href=3D"http://www.martymac.org" target=3D"_blank">http://www.martymac.o= -rg</a> | <a href=3D"http://contribs.martymac.org" target=3D"_blank">http://= -contribs.martymac.org</a><br> -FreeBSD: martymac <martymac@FreeBSD.org>, <a href=3D"http://www.FreeB= -SD.org" target=3D"_blank">http://www.FreeBSD.org</a><br> -</font></blockquote></div><br> - ---14dae93403c528302604bba8275b-- - -From martymac@FreeBSD.org Tue Mar 20 08:13:01 2012 -From ganael.laplanche Tue Mar 20 08:13:01 2012 -From: "Ganael LAPLANCHE" <martymac@FreeBSD.org> -To: Kevin Jenkins <rakkar@jenkinssoftware.com> -Subject: Re: Is Raknet still free software ? -X-Openwebmail-Date: Tue, 20 Mar 2012 09:13:01 +0200 -Message-Id: <20120320071037.M83412@martymac.org> -In-Reply-To: <CAHcnhTMkHeTNd0n_NDMjcu1S1grXBjU_8f8oPUp-Lwyp5uo4jw@mail.gmail.com> -References: <20120319144603.M66781@martymac.org> <CAHcnhTMkHeTNd0n_NDMjcu1S1grXBjU_8f8oPUp-Lwyp5uo4jw@mail.gmail.com> -X-Mailer: Open WebMail 2.01 20030425 -X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.org) -MIME-Version: 1.0 -Content-Type: text/plain; charset=iso-8859-15 -Status: RO -Content-Length: 553 -Lines: 18 - -On Mon, 19 Mar 2012 14:37:40 -0700, Kevin Jenkins wrote - -> What license is the version you have under? I am ok with -> RakNet being used under the GPL - -We have 3.5.2 in ports, but license is not yet specified. I will -indicate with the update that it is released under the GPL. - -Are sources for the lastest GPL'ed version available somewhere ? - -Thank you very much, -Best regards, - --- -Ganael LAPLANCHE <ganael.laplanche@martymac.org> -http://www.martymac.org | http://contribs.martymac.org -FreeBSD: martymac <martymac@FreeBSD.org>, http://www.FreeBSD.org - -From rakkar@jenkinssoftware.com Tue Mar 20 16:55:59 2012 -Return-Path: <rakkar@jenkinssoftware.com> -Delivered-To: ganael.laplanche@martymac.org -X-Spam-Level: -X-Spam-Status: No, hits=0.0 required=5.0 - tests=HTML_MESSAGE -Received: from spock.galacsys.net (mx2.galacsys.net [88.191.250.28]) - by lmtp.galacsys.net (lmtpd) with LMTP id 93269.002; - Mon, 19 Mar 2012 23:16:38 +0100 (CET) -Received: from spock.galacsys.net (localhost.galacsys.net [127.0.0.1]) - by spock.galacsys.net (Postfix) with ESMTP id A9EF54511B - for <ganael.laplanche@martymac.org>; Mon, 19 Mar 2012 23:16:38 +0100 (CET) -X-Greylist: delayed 1931 seconds by postgrey-1.15 at spock.galacsys.net; Mon, 19 Mar 2012 23:16:38 CET -Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) - by spock.galacsys.net (Postfix) with ESMTP - for <ganael.laplanche@martymac.org>; Mon, 19 Mar 2012 23:16:38 +0100 (CET) -Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) - by mx2.freebsd.org (Postfix) with ESMTP id F17D71509FF - for <ganael.laplanche@martymac.org>; Mon, 19 Mar 2012 21:44:22 +0000 (UTC) -Received: by hub.freebsd.org (Postfix) - id F01DE106564A; Mon, 19 Mar 2012 21:44:22 +0000 (UTC) -Delivered-To: martymac@freebsd.org -Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) - by hub.freebsd.org (Postfix) with ESMTP id EF6881065676 - for <martymac@freebsd.org>; Mon, 19 Mar 2012 21:44:22 +0000 (UTC) - (envelope-from rakkar@jenkinssoftware.com) -Received: from server282.com (server282.com [64.14.68.75]) - by mx1.freebsd.org (Postfix) with ESMTP id 90E118FC17 - for <martymac@freebsd.org>; Mon, 19 Mar 2012 21:44:22 +0000 (UTC) -Received: (qmail 4999 invoked by uid 503); 19 Mar 2012 21:37:41 -0000 -Received: from unknown (HELO mail-iy0-f182.google.com) (rakkar@jenkinssoftware.com@209.85.210.182) - by server282.com with ESMTPA; 19 Mar 2012 21:37:41 -0000 -Received: by iahk25 with SMTP id k25so14053931iah.13 - for <martymac@freebsd.org>; Mon, 19 Mar 2012 14:37:40 -0700 (PDT) -MIME-Version: 1.0 -Received: by 10.50.169.9 with SMTP id aa9mr7240489igc.23.1332193060538; Mon, - 19 Mar 2012 14:37:40 -0700 (PDT) -Received: by 10.42.18.66 with HTTP; Mon, 19 Mar 2012 14:37:40 -0700 (PDT) -Received: by 10.42.18.66 with HTTP; Mon, 19 Mar 2012 14:37:40 -0700 (PDT) -In-Reply-To: <20120319144603.M66781@martymac.org> -References: <20120319144603.M66781@martymac.org> -Date: Mon, 19 Mar 2012 14:37:40 -0700 -Message-ID: <CAHcnhTMkHeTNd0n_NDMjcu1S1grXBjU_8f8oPUp-Lwyp5uo4jw@mail.gmail.com> -Subject: Re: Is Raknet still free software ? -From: Kevin Jenkins <rakkar@jenkinssoftware.com> -To: Ganael LAPLANCHE <martymac@freebsd.org> -Cc: rakkar@jenkinssoftware.com -Content-Type: multipart/alternative; boundary=e89a8f3bb04525487e04bb9f5eec -Status: RO -X-Status: A -Content-Length: 2185 -Lines: 56 - ---e89a8f3bb04525487e04bb9f5eec -Content-Type: text/plain; charset=ISO-8859-1 - -What license is the version you have under? I am ok with RakNet being used -under the GPL -On Mar 19, 2012 8:15 AM, "Ganael LAPLANCHE" <martymac@freebsd.org> wrote: - -> Hello, -> -> I am the maintainer of the Raknet port on FreeBSD. Our version in the -> ports tree is 3.5.2. It is very old and I would like to update it. -> -> I would like to know if Raknet is still free software (it does not seem -> to be the case anymore) ? If yes, under which license is it available -> and where can I access the source code ? -> -> Best regards, -> -> -- -> Ganael LAPLANCHE <ganael.laplanche@martymac.org> -> http://www.martymac.org | http://contribs.martymac.org -> FreeBSD: martymac <martymac@FreeBSD.org>, http://www.FreeBSD.org -> - ---e89a8f3bb04525487e04bb9f5eec -Content-Type: text/html; charset=ISO-8859-1 -Content-Transfer-Encoding: quoted-printable - -<p>What license is the version you have under? I am ok with RakNet being us= -ed under the GPL</p> -<div class=3D"gmail_quote">On Mar 19, 2012 8:15 AM, "Ganael LAPLANCHE&= -quot; <<a href=3D"mailto:martymac@freebsd.org">martymac@freebsd.org</a>&= -gt; wrote:<br type=3D"attribution"><blockquote class=3D"gmail_quote" style= -=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> -Hello,<br> -<br> -I am the maintainer of the Raknet port on FreeBSD. Our version in the<br> -ports tree is 3.5.2. It is very old and I would like to update it.<br> -<br> -I would like to know if Raknet is still free software (it does not seem<br> -to be the case anymore) ? If yes, under which license is it available<br> -and where can I access the source code ?<br> -<br> -Best regards,<br> -<br> ---<br> -Ganael LAPLANCHE <<a href=3D"mailto:ganael.laplanche@martymac.org">ganae= -l.laplanche@martymac.org</a>><br> -<a href=3D"http://www.martymac.org" target=3D"_blank">http://www.martymac.o= -rg</a> | <a href=3D"http://contribs.martymac.org" target=3D"_blank">http://= -contribs.martymac.org</a><br> -FreeBSD: martymac <martymac@FreeBSD.org>, <a href=3D"http://www.FreeB= -SD.org" target=3D"_blank">http://www.FreeBSD.org</a><br> -</blockquote></div> - ---e89a8f3bb04525487e04bb9f5eec-- - -From martymac@FreeBSD.org Mon Mar 19 15:56:12 2012 -From ganael.laplanche Mon Mar 19 15:56:12 2012 -From: "Ganael LAPLANCHE" <martymac@FreeBSD.org> -To: rakkar@jenkinssoftware.com -Subject: Is Raknet still free software ? -X-Openwebmail-Date: Mon, 19 Mar 2012 16:56:12 +0200 -Message-Id: <20120319144603.M66781@martymac.org> -X-Mailer: Open WebMail 2.01 20030425 -X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.org) -MIME-Version: 1.0 -Content-Type: text/plain; charset=iso-8859-15 -Status: RO -Content-Length: 518 -Lines: 16 - -Hello, - -I am the maintainer of the Raknet port on FreeBSD. Our version in the -ports tree is 3.5.2. It is very old and I would like to update it. - -I would like to know if Raknet is still free software (it does not seem -to be the case anymore) ? If yes, under which license is it available -and where can I access the source code ? - -Best regards, - --- -Ganael LAPLANCHE <ganael.laplanche@martymac.org> -http://www.martymac.org | http://contribs.martymac.org -FreeBSD: martymac <martymac@FreeBSD.org>, http://www.FreeBSD.org diff --git a/devel/raknet/files/patch-CMakeLists.txt b/devel/raknet/files/patch-CMakeLists.txt deleted file mode 100644 index 861932ae5fea..000000000000 --- a/devel/raknet/files/patch-CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- CMakeLists.txt.orig 2012-04-05 06:06:56.000000000 +0200 -+++ CMakeLists.txt 2012-04-05 06:07:10.000000000 +0200 -@@ -86,4 +86,4 @@ - set(RAKNETHEADERFILES ${RakNet_SOURCE_DIR}/Source) - - add_subdirectory(DependentExtensions) --add_subdirectory(Samples) -+#add_subdirectory(Samples) diff --git a/devel/raknet/files/patch-Samples-Tests-PacketAndLowLevelTestsTest.cpp b/devel/raknet/files/patch-Samples-Tests-PacketAndLowLevelTestsTest.cpp deleted file mode 100644 index 8e0901681cfd..000000000000 --- a/devel/raknet/files/patch-Samples-Tests-PacketAndLowLevelTestsTest.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- Samples/Tests/PacketAndLowLevelTestsTest.cpp.orig 2012-03-21 18:05:53.218690543 +0100 -+++ Samples/Tests/PacketAndLowLevelTestsTest.cpp 2012-03-21 18:06:27.805674560 +0100 -@@ -1,6 +1,6 @@ - #include "PacketAndLowLevelTestsTest.h" - --#include "malloc.h" -+#include <stdlib.h> - - /* - Description: diff --git a/devel/raknet/files/patch-Source-DS_BinarySearchTree.h b/devel/raknet/files/patch-Source-DS_BinarySearchTree.h deleted file mode 100644 index 212095f1cf84..000000000000 --- a/devel/raknet/files/patch-Source-DS_BinarySearchTree.h +++ /dev/null @@ -1,66 +0,0 @@ ---- Source/DS_BinarySearchTree.h.orig 2013-11-15 22:00:44.000000000 +0100 -+++ Source/DS_BinarySearchTree.h 2013-11-15 22:02:47.000000000 +0100 -@@ -166,12 +166,12 @@ - if ( current->left == 0 ) - left_height = 0; - else -- left_height = Height( current->left ); -+ left_height = this->Height( current->left ); - - if ( current->right == 0 ) - right_height = 0; - else -- right_height = Height( current->right ); -+ right_height = this->Height( current->right ); - - if ( right_height - left_height == 2 ) - { -@@ -199,7 +199,7 @@ - if ( current == this->root ) - break; - -- current = FindParent( *( current->item ) ); -+ current = this->FindParent( *( current->item ) ); - - } - } -@@ -226,7 +226,7 @@ - if ( A == 0 ) - return false; - -- return Height( A->right ) > Height( A->left ); -+ return this->Height( A->right ) > this->Height( A->left ); - } - - template <class BinarySearchTreeType> -@@ -235,7 +235,7 @@ - if ( A == 0 ) - return false; - -- return Height( A->left ) > Height( A->right ); -+ return this->Height( A->left ) > this->Height( A->right ); - } - - template <class BinarySearchTreeType> -@@ -272,8 +272,8 @@ - - */ - -- B = FindParent( *( C->item ) ); -- A = FindParent( *( B->item ) ); -+ B = this->FindParent( *( C->item ) ); -+ A = this->FindParent( *( B->item ) ); - D = C->right; - - if ( A ) -@@ -336,8 +336,8 @@ - - */ - -- B = FindParent( *( C->item ) ); -- A = FindParent( *( B->item ) ); -+ B = this->FindParent( *( C->item ) ); -+ A = this->FindParent( *( B->item ) ); - D = C->left; - - if ( A ) diff --git a/devel/raknet/files/patch-Source-RakPeer.cpp b/devel/raknet/files/patch-Source-RakPeer.cpp deleted file mode 100644 index 20815f6f855f..000000000000 --- a/devel/raknet/files/patch-Source-RakPeer.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/RakPeer.cpp.orig 2017-05-14 20:20:15.087088000 +0000 -+++ Source/RakPeer.cpp 2017-05-14 20:26:50.670623000 +0000 -@@ -154,7 +154,7 @@ - // Should be different than any message that could result from messages from the reliability layer - #pragma warning(disable:4309) // 'initializing' : truncation of constant value - // Make sure highest bit is 0, so isValid in DatagramHeaderFormat is false --static const char OFFLINE_MESSAGE_DATA_ID[16]={0x00,0xFF,0xFF,0x00,0xFE,0xFE,0xFE,0xFE,0xFD,0xFD,0xFD,0xFD,0x12,0x34,0x56,0x78}; -+static const unsigned char OFFLINE_MESSAGE_DATA_ID[16]={0x00,0xFF,0xFF,0x00,0xFE,0xFE,0xFE,0xFE,0xFD,0xFD,0xFD,0xFD,0x12,0x34,0x56,0x78}; - - //#define _DO_PRINTF - diff --git a/devel/raknet/pkg-descr b/devel/raknet/pkg-descr deleted file mode 100644 index 3c5bf11bfc2b..000000000000 --- a/devel/raknet/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -RakNet is a free networking API that provides reliable UDP and high level -networking constructs. Although it can be used for any networked application, -it was developed specifically for rapid development of online games and the -addition of multiplayer to single player games. diff --git a/devel/raknet/pkg-plist b/devel/raknet/pkg-plist deleted file mode 100644 index fb19458ee038..000000000000 --- a/devel/raknet/pkg-plist +++ /dev/null @@ -1,1368 +0,0 @@ -lib/libraknet.so -lib/libraknet.a -lib/libraknet.so.0 -include/raknet/CCRakNetUDT.h -include/raknet/NetworkIDObject.h -include/raknet/BitStream_NoTemplate.h -include/raknet/ConnectionGraph.h -include/raknet/NatTypeDetectionCommon.h -include/raknet/LinuxStrings.h -include/raknet/RakNetDefinesOverrides.h -include/raknet/RakAssert.h -include/raknet/FileList.h -include/raknet/PacketConsoleLogger.h -include/raknet/Replica.h -include/raknet/TableSerializer.h -include/raknet/RakNetworkFactory.h -include/raknet/MTUSize.h -include/raknet/CheckSum.h -include/raknet/PacketPriority.h -include/raknet/PluginInterface.h -include/raknet/RPCNode.h -include/raknet/WSAStartupSingleton.h -include/raknet/FormatString.h -include/raknet/FileOperations.h -include/raknet/SingleProducerConsumer.h -include/raknet/FunctionThread.h -include/raknet/RakSleep.h -include/raknet/rdlmalloc.h -include/raknet/PacketFileLogger.h -include/raknet/RakPeerInterface.h -include/raknet/AsynchronousFileIO.h -include/raknet/NetworkIDManager.h -include/raknet/NatTypeDetectionServer.h -include/raknet/RouterInterface.h -include/raknet/TeamBalancer.h -include/raknet/UDPProxyCommon.h -include/raknet/LightweightDatabaseClient.h -include/raknet/DS_HuffmanEncodingTreeFactory.h -include/raknet/InternalPacket.h -include/raknet/CCRakNetSlidingWindow.h -include/raknet/PacketPool.h -include/raknet/DS_BPlusTree.h -include/raknet/RakMemoryOverride.h -include/raknet/NativeFeatureIncludes.h -include/raknet/NatPunchthroughClient.h -include/raknet/Rijndael-Boxes.h -include/raknet/VariadicSQLParser.h -include/raknet/ReplicaManager3.h -include/raknet/GridSectorizer.h -include/raknet/VariableListDeltaTracker.h -include/raknet/ReplicaManager.h -include/raknet/RakNetSmartPtr.h -include/raknet/LogCommandParser.h -include/raknet/BigInt.h -include/raknet/AutoRPC.h -include/raknet/SuperFastHash.h -include/raknet/RPC4Plugin.h -include/raknet/Platform.h -include/raknet/MessageFilter.h -include/raknet/PacketizedTCP.h -include/raknet/RakNetSocket.h -include/raknet/VariableDeltaSerializer.h -include/raknet/rdlmalloc-options.h -include/raknet/RSACrypt.h -include/raknet/DS_Tree.h -include/raknet/UDPProxyServer.h -include/raknet/InlineFunctor.h -include/raknet/SocketLayer.h -include/raknet/Gen_RPC8.h -include/raknet/ReplicaManager2.h -include/raknet/Router.h -include/raknet/MessageIdentifiers.h -include/raknet/FullyConnectedMesh2.h -include/raknet/UDPForwarder.h -include/raknet/DS_LinkedList.h -include/raknet/FileListTransfer.h -include/raknet/RakNetTime.h -include/raknet/RefCountedObj.h -include/raknet/TelnetTransport.h -include/raknet/DS_ThreadsafeAllocatingQueue.h -include/raknet/ReadyEvent.h -include/raknet/SignaledEvent.h -include/raknet/RakNetTransport.h -include/raknet/Rijndael.h -include/raknet/Router2.h -include/raknet/RPCMap.h -include/raknet/FileListTransferCBInterface.h -include/raknet/AutopatcherRepositoryInterface.h -include/raknet/NativeTypes.h -include/raknet/SHA1.h -include/raknet/DS_WeightedGraph.h -include/raknet/SendToThread.h -include/raknet/SystemAddressList.h -include/raknet/RakNetDefines.h *** 1274 LINES SKIPPED ***