Index: head/devel/node-thrift/pkg-plist =================================================================== --- head/devel/node-thrift/pkg-plist (revision 567473) +++ head/devel/node-thrift/pkg-plist (revision 567474) @@ -1,66 +1,67 @@ lib/node/thrift +lib/node_modules/thrift/CMakeLists.txt lib/node_modules/thrift/Makefile.am lib/node_modules/thrift/Makefile.in lib/node_modules/thrift/README.md lib/node_modules/thrift/coding_standards.md lib/node_modules/thrift/examples/Makefile lib/node_modules/thrift/examples/README.md lib/node_modules/thrift/examples/client.js lib/node_modules/thrift/examples/client_multitransport.js lib/node_modules/thrift/examples/hello.html lib/node_modules/thrift/examples/hello.js lib/node_modules/thrift/examples/hello.thrift lib/node_modules/thrift/examples/httpClient.js lib/node_modules/thrift/examples/httpServer.js lib/node_modules/thrift/examples/httpServer.py lib/node_modules/thrift/examples/parse.js lib/node_modules/thrift/examples/server.js lib/node_modules/thrift/examples/server_http.js lib/node_modules/thrift/examples/server_multitransport.js lib/node_modules/thrift/examples/user.thrift lib/node_modules/thrift/lib/thrift/binary.js lib/node_modules/thrift/lib/thrift/binary_protocol.js lib/node_modules/thrift/lib/thrift/browser.js lib/node_modules/thrift/lib/thrift/buffered_transport.js lib/node_modules/thrift/lib/thrift/compact_protocol.js lib/node_modules/thrift/lib/thrift/connection.js lib/node_modules/thrift/lib/thrift/create_client.js lib/node_modules/thrift/lib/thrift/framed_transport.js lib/node_modules/thrift/lib/thrift/header_protocol.js lib/node_modules/thrift/lib/thrift/header_transport.js lib/node_modules/thrift/lib/thrift/http_connection.js lib/node_modules/thrift/lib/thrift/index.js lib/node_modules/thrift/lib/thrift/input_buffer_underrun_error.js lib/node_modules/thrift/lib/thrift/int64_util.js lib/node_modules/thrift/lib/thrift/json_parse.js lib/node_modules/thrift/lib/thrift/json_protocol.js lib/node_modules/thrift/lib/thrift/log.js lib/node_modules/thrift/lib/thrift/multiplexed_processor.js lib/node_modules/thrift/lib/thrift/multiplexed_protocol.js lib/node_modules/thrift/lib/thrift/protocol.js lib/node_modules/thrift/lib/thrift/server.js lib/node_modules/thrift/lib/thrift/thrift.js lib/node_modules/thrift/lib/thrift/transport.js lib/node_modules/thrift/lib/thrift/web_server.js lib/node_modules/thrift/lib/thrift/ws_connection.js lib/node_modules/thrift/lib/thrift/ws_transport.js lib/node_modules/thrift/lib/thrift/xhr_connection.js lib/node_modules/thrift/test/binary.test.js lib/node_modules/thrift/test/certificates.README lib/node_modules/thrift/test/client.js lib/node_modules/thrift/test/deep-constructor.test.js lib/node_modules/thrift/test/episodic-code-generation-test/client.js lib/node_modules/thrift/test/episodic-code-generation-test/episodic_compilation.package.json lib/node_modules/thrift/test/episodic-code-generation-test/server.js lib/node_modules/thrift/test/exceptions.js lib/node_modules/thrift/test/header.test.js lib/node_modules/thrift/test/helpers.js lib/node_modules/thrift/test/int64.test.js lib/node_modules/thrift/test/server.crt lib/node_modules/thrift/test/server.js lib/node_modules/thrift/test/server.key lib/node_modules/thrift/test/test-cases.js lib/node_modules/thrift/test/test_header_payload lib/node_modules/thrift/test/testAll.sh lib/node_modules/thrift/test/test_driver.js lib/node_modules/thrift/test/test_handler.js Index: head/devel/rubygem-thrift/distinfo =================================================================== --- head/devel/rubygem-thrift/distinfo (revision 567473) +++ head/devel/rubygem-thrift/distinfo (revision 567474) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613998762 -SHA256 (rubygem/thrift-0.13.0.gem) = 580431d8154c5203c0c1b14139a68dd4d94232edb49d36b30fe581de2a330720 -SIZE (rubygem/thrift-0.13.0.gem) = 75264 +TIMESTAMP = 1614981436 +SHA256 (rubygem/thrift-0.14.0.gem) = b648fdec62324fcc6b1c420248c63bc2d6b819303d6122b228294fc2284798ec +SIZE (rubygem/thrift-0.14.0.gem) = 75776 Index: head/devel/thrift/Makefile =================================================================== --- head/devel/thrift/Makefile (revision 567473) +++ head/devel/thrift/Makefile (revision 567474) @@ -1,70 +1,51 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # get these from bsd.thrift.mk. any upgrade needs to check ALL dependencies PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} MAINTAINER= komarov@valerka.net COMMENT= Framework for scalable cross-language services development LICENSE= APACHE20 -USES= autoreconf compiler:c++11-lang libtool pkgconfig -GNU_CONFIGURE= yes +USES= bison cmake compiler:c++11-lang libtool pkgconfig USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= yes -CONFIGURE_ENV+= ${MAKE_ENV} - # For C++ support, use devel/thrift-cpp # For C glib support, use devel/thrift-c_glib. # For Perl support, use devel/p5-Thrift. # For Python support, use devel/py-thrift. # For Ruby support, use devel/rubygem-thrift. # For PHP support, use devel/php5-thrift. # For nodejs support, use devel/node-thrift. # Other languages are not yet supported, please feel free to contribute # using one of the leaf ports as an example. -CONFIGURE_ARGS+= \ - --without-c_glib \ - --without-cpp \ - --without-qt4 \ - --without-csharp \ - --without-erlang \ - --without-haskell \ - --without-java \ - --without-perl \ - --without-php \ - --without-php_extension \ - --without-python \ - --without-ruby \ - --without-go - -PLIST_FILES= bin/thrift +CMAKE_OFF= BUILD_CPP BUILD_C_GLIB BUILD_JAVA BUILD_JAVASCRIPT BUILD_NODEJS BUILD_PYTHON BUILD_HASKELL .include .include "bsd.thrift.mk" PLIST_SUB+= PORTVERSION="${PORTVERSION}" post-patch: @${REINPLACE_CMD} 's,-Werror,,' ${WRKSRC}/compiler/cpp/Makefile.am \ ${WRKSRC}/lib/rb/ext/extconf.rb pre-configure: @${REINPLACE_CMD} '/config.h/d' ${WRKSRC}/lib/cpp/Makefile.am post-install: @${ECHO_MSG} @${ECHO_MSG} "For use with C++, the same compiler as used to build this port must be used" @${ECHO_MSG} "to compile and link your generated IDL bindings." @${ECHO_MSG} @${ECHO_MSG} "Note: The Thrift white paper may be downloaded from:" @${ECHO_MSG} "http://thrift.apache.org/static/thrift-20070401.pdf" @${ECHO_MSG} .include Index: head/devel/thrift/bsd.thrift.mk =================================================================== --- head/devel/thrift/bsd.thrift.mk (revision 567473) +++ head/devel/thrift/bsd.thrift.mk (revision 567474) @@ -1,12 +1,12 @@ # # $FreeBSD$ # # to use: # in your makefile, set: # PORTVERSION= ${THRIFT_PORTVERSION} # see $PORTSDIR/devel/thrift for examples -THRIFT_PORTVERSION= 0.13.0 +THRIFT_PORTVERSION= 0.14.0 CONFIGURE_ARGS+= \ --without-tests Index: head/devel/thrift/distinfo =================================================================== --- head/devel/thrift/distinfo (revision 567473) +++ head/devel/thrift/distinfo (revision 567474) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613998298 -SHA256 (thrift-0.13.0.tar.gz) = 7ad348b88033af46ce49148097afe354d513c1fca7c607b59c33ebb6064b5179 -SIZE (thrift-0.13.0.tar.gz) = 4154357 +TIMESTAMP = 1614981388 +SHA256 (thrift-0.14.0.tar.gz) = 8dcb64f63126522e1a3fd65bf6e5839bc3d3f1e13eb514ce0c2057c9b898ff71 +SIZE (thrift-0.14.0.tar.gz) = 4180456 Index: head/devel/thrift/pkg-plist =================================================================== --- head/devel/thrift/pkg-plist (nonexistent) +++ head/devel/thrift/pkg-plist (revision 567474) @@ -0,0 +1,3 @@ +bin/thrift +lib/cmake/thrift/ThriftConfig.cmake +lib/cmake/thrift/ThriftConfigVersion.cmake Property changes on: head/devel/thrift/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/thrift-c_glib/Makefile =================================================================== --- head/devel/thrift-c_glib/Makefile (revision 567473) +++ head/devel/thrift-c_glib/Makefile (revision 567474) @@ -1,49 +1,35 @@ # Created by: Valery Komarov # $FreeBSD$ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} DISTNAME= thrift-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C glib interface to Thrift PKGNAMESUFFIX= -c_glib BUILDIR= ${WRKDIR}/${DISTNAME}/lib/c_glib DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo -USES= autoreconf compiler:c++11-lang gmake gnome libtool pathfix \ - pkgconfig -GNU_CONFIGURE= yes +USES= bison cmake compiler:c++11-lang gnome libtool pathfix \ + pkgconfig ssl +CMAKE_ON= BUILD_C_GLIB BUILD_SHARED_LIBS +CMAKE_OFF= BUILD_CPP BUILD_JAVA BUILD_JAVASCRIPT BUILD_NODEJS BUILD_PYTHON BUILD_HASKELL USE_GNOME= glib20 USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= yes -INSTALL_TARGET= install-strip .include "../thrift/bsd.thrift.mk" -CONFIGURE_ARGS+= \ - --with-c_glib \ - --without-cpp \ - --without-qt4 \ - --without-csharp \ - --without-erlang \ - --without-haskell \ - --without-java \ - --without-perl \ - --without-php \ - --without-php_extension \ - --without-python \ - --without-ruby \ - --without-go +PLIST_SUB+= PORTVERSION="${PORTVERSION}" post-patch: @${REINPLACE_CMD} 's,-Werror,,' ${WRKSRC}/compiler/cpp/Makefile.am \ ${WRKSRC}/lib/rb/ext/extconf.rb .include Index: head/devel/thrift-c_glib/pkg-plist =================================================================== --- head/devel/thrift-c_glib/pkg-plist (revision 567473) +++ head/devel/thrift-c_glib/pkg-plist (revision 567474) @@ -1,37 +1,39 @@ @comment bin/thrift -include/thrift/c_glib/config.h +include/thrift/config.h include/thrift/c_glib/processor/thrift_dispatch_processor.h include/thrift/c_glib/processor/thrift_multiplexed_processor.h include/thrift/c_glib/processor/thrift_processor.h include/thrift/c_glib/protocol/thrift_binary_protocol.h include/thrift/c_glib/protocol/thrift_binary_protocol_factory.h include/thrift/c_glib/protocol/thrift_compact_protocol.h include/thrift/c_glib/protocol/thrift_compact_protocol_factory.h include/thrift/c_glib/protocol/thrift_multiplexed_protocol.h include/thrift/c_glib/protocol/thrift_protocol.h include/thrift/c_glib/protocol/thrift_protocol_decorator.h include/thrift/c_glib/protocol/thrift_protocol_factory.h include/thrift/c_glib/protocol/thrift_stored_message_protocol.h include/thrift/c_glib/server/thrift_server.h include/thrift/c_glib/server/thrift_simple_server.h include/thrift/c_glib/thrift.h include/thrift/c_glib/thrift_application_exception.h +include/thrift/c_glib/thrift_configuration.h include/thrift/c_glib/thrift_struct.h include/thrift/c_glib/transport/thrift_buffered_transport.h include/thrift/c_glib/transport/thrift_buffered_transport_factory.h include/thrift/c_glib/transport/thrift_fd_transport.h include/thrift/c_glib/transport/thrift_framed_transport.h include/thrift/c_glib/transport/thrift_framed_transport_factory.h include/thrift/c_glib/transport/thrift_memory_buffer.h include/thrift/c_glib/transport/thrift_platform_socket.h include/thrift/c_glib/transport/thrift_server_socket.h include/thrift/c_glib/transport/thrift_server_transport.h include/thrift/c_glib/transport/thrift_socket.h include/thrift/c_glib/transport/thrift_ssl_socket.h include/thrift/c_glib/transport/thrift_transport.h include/thrift/c_glib/transport/thrift_transport_factory.h -lib/libthrift_c_glib.a lib/libthrift_c_glib.so -lib/libthrift_c_glib.so.0 -lib/libthrift_c_glib.so.0.0.0 -libdata/pkgconfig/thrift_c_glib.pc +lib/libthrift_c_glib.so.%%PORTVERSION%% +lib/cmake/thrift/ThriftConfig.cmake +lib/cmake/thrift/ThriftConfigVersion.cmake +lib/cmake/thrift/thrift_c_glibTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/thrift/thrift_c_glibTargets.cmake Index: head/devel/thrift-cpp/Makefile =================================================================== --- head/devel/thrift-cpp/Makefile (revision 567473) +++ head/devel/thrift-cpp/Makefile (revision 567474) @@ -1,68 +1,49 @@ # Created by: Valery Komarov # $FreeBSD$ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} PKGNAMESUFFIX= -cpp DISTNAME= thrift-${PORTVERSION} MAINTAINER= komarov@valerka.net COMMENT= C++ interface to Thrift BROKEN_i386= undefined reference to 'boost::atomics::detail::lockpool::scoped_lock::scoped_lock(void const volatile*)' LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libevent.so:devel/libevent DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo -BROKEN_SSL= openssl -BROKEN_SSL_REASON_openssl= 'configure: error: "Error: libcrypto required."' - -USES= autoreconf pkgconfig gmake compiler:c++11-lang \ +USES= bison cmake pkgconfig compiler:c++11-lang \ libtool pathfix ssl -GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes PLIST_SUB= PORTVERSION="${THRIFT_PORTVERSION}" - -CONFIGURE_ARGS+= \ - --without-c_glib \ - --with-cpp \ - --with-boost-libdir="${LOCALBASE}/lib" \ - --without-csharp \ - --without-erlang \ - --without-haskell \ - --without-java \ - --without-perl \ - --without-php \ - --without-php_extension \ - --without-python \ - --without-ruby \ - --without-lua \ - --with-qt5=no \ - --without-go +CMAKE_ON= BUILD_CPP BUILD_SHARED_LIBS +CMAKE_OFF= BUILD_C_GLIB BUILD_JAVA BUILD_JAVASCRIPT BUILD_NODEJS BUILD_PYTHON BUILD_HASKELL .include .if ${CHOSEN_COMPILER_TYPE} == clang USE_CXXSTD= c++11 .endif .if ${SSL_DEFAULT} != base LDFLAGS+= -L${OPENSSLLIB} CFLAGS+= -I${OPENSSLINC} .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so ${LN} -sf libthrift-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthrift.so.0 ${LN} -sf libthriftnb-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthriftnb.so.0 ${LN} -sf libthriftz-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthriftz.so.0 .include "../thrift/bsd.thrift.mk" .include Index: head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc =================================================================== --- head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc (revision 567473) +++ head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc (revision 567474) @@ -1,11 +1,11 @@ ---- lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc.orig 2015-10-13 19:19:23 UTC +--- lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc.orig 2021-02-04 23:07:31 UTC +++ lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc -@@ -24,6 +24,8 @@ +@@ -25,6 +25,8 @@ #include +#include + namespace apache { namespace thrift { namespace protocol { Index: head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h =================================================================== --- head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h (revision 567473) +++ head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h (revision 567474) @@ -1,12 +1,12 @@ ---- lib/cpp/src/thrift/server/TNonblockingServer.h.orig 2015-10-13 19:19:36 UTC +--- lib/cpp/src/thrift/server/TNonblockingServer.h.orig 2021-02-04 23:07:31 UTC +++ lib/cpp/src/thrift/server/TNonblockingServer.h -@@ -41,6 +41,9 @@ +@@ -43,6 +43,9 @@ #include #include +#include +#include + namespace apache { namespace thrift { namespace server { Index: head/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_SocketCommon.cpp =================================================================== --- head/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_SocketCommon.cpp (nonexistent) +++ head/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_SocketCommon.cpp (revision 567474) @@ -0,0 +1,14 @@ +--- lib/cpp/src/thrift/transport/SocketCommon.cpp.orig 2021-03-05 23:09:13 UTC ++++ lib/cpp/src/thrift/transport/SocketCommon.cpp +@@ -24,6 +24,11 @@ + + #ifndef _WIN32 + ++#include ++#include ++#include ++#include ++ + #include + + #ifdef HAVE_UNISTD_H Property changes on: head/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_SocketCommon.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSocket.cpp =================================================================== --- head/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSocket.cpp (nonexistent) +++ head/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSocket.cpp (revision 567474) @@ -0,0 +1,11 @@ +--- lib/cpp/src/thrift/transport/TSocket.cpp.orig 2021-03-05 22:48:17 UTC ++++ lib/cpp/src/thrift/transport/TSocket.cpp +@@ -460,7 +460,7 @@ void TSocket::local_open() { + #ifdef _WIN32 + error == WSANO_DATA + #else +- error == EAI_NODATA ++ error == EAI_NONAME + #endif + ) { + hints.ai_flags &= ~AI_ADDRCONFIG; Property changes on: head/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSocket.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/thrift-cpp/pkg-plist =================================================================== --- head/devel/thrift-cpp/pkg-plist (revision 567473) +++ head/devel/thrift-cpp/pkg-plist (revision 567474) @@ -1,96 +1,117 @@ @comment bin/thrift include/thrift/TApplicationException.h include/thrift/TBase.h +include/thrift/TConfiguration.h include/thrift/TDispatchProcessor.h include/thrift/TLogging.h include/thrift/TOutput.h include/thrift/TProcessor.h include/thrift/TToString.h include/thrift/Thrift.h include/thrift/async/TAsyncBufferProcessor.h include/thrift/async/TAsyncChannel.h include/thrift/async/TAsyncDispatchProcessor.h include/thrift/async/TAsyncProcessor.h include/thrift/async/TAsyncProtocolProcessor.h include/thrift/async/TConcurrentClientSyncInfo.h include/thrift/async/TEvhttpClientChannel.h include/thrift/async/TEvhttpServer.h include/thrift/concurrency/Exception.h include/thrift/concurrency/FunctionRunner.h include/thrift/concurrency/Monitor.h include/thrift/concurrency/Mutex.h include/thrift/concurrency/Thread.h include/thrift/concurrency/ThreadFactory.h include/thrift/concurrency/ThreadManager.h include/thrift/concurrency/TimerManager.h include/thrift/config.h include/thrift/processor/PeekProcessor.h include/thrift/processor/StatsProcessor.h include/thrift/processor/TMultiplexedProcessor.h include/thrift/protocol/TBase64Utils.h include/thrift/protocol/TBinaryProtocol.h include/thrift/protocol/TBinaryProtocol.tcc include/thrift/protocol/TCompactProtocol.h include/thrift/protocol/TCompactProtocol.tcc include/thrift/protocol/TDebugProtocol.h +include/thrift/protocol/TEnum.h include/thrift/protocol/THeaderProtocol.h include/thrift/protocol/TJSONProtocol.h +include/thrift/protocol/TList.h +include/thrift/protocol/TMap.h include/thrift/protocol/TMultiplexedProtocol.h include/thrift/protocol/TProtocol.h include/thrift/protocol/TProtocolDecorator.h include/thrift/protocol/TProtocolException.h include/thrift/protocol/TProtocolTap.h include/thrift/protocol/TProtocolTypes.h +include/thrift/protocol/TSet.h include/thrift/protocol/TVirtualProtocol.h include/thrift/qt/TQIODeviceTransport.h include/thrift/qt/TQTcpServer.h include/thrift/server/TConnectedClient.h include/thrift/server/TNonblockingServer.h include/thrift/server/TServer.h include/thrift/server/TServerFramework.h include/thrift/server/TSimpleServer.h include/thrift/server/TThreadPoolServer.h include/thrift/server/TThreadedServer.h include/thrift/thrift-config.h include/thrift/thrift_export.h include/thrift/transport/PlatformSocket.h +include/thrift/transport/SocketCommon.h include/thrift/transport/TBufferTransports.h include/thrift/transport/TFDTransport.h include/thrift/transport/TFileTransport.h include/thrift/transport/THeaderTransport.h include/thrift/transport/THttpClient.h include/thrift/transport/THttpServer.h include/thrift/transport/THttpTransport.h include/thrift/transport/TNonblockingSSLServerSocket.h include/thrift/transport/TNonblockingServerSocket.h include/thrift/transport/TNonblockingServerTransport.h include/thrift/transport/TPipe.h include/thrift/transport/TPipeServer.h include/thrift/transport/TSSLServerSocket.h include/thrift/transport/TSSLSocket.h include/thrift/transport/TServerSocket.h include/thrift/transport/TServerTransport.h include/thrift/transport/TShortReadTransport.h include/thrift/transport/TSimpleFileTransport.h include/thrift/transport/TSocket.h include/thrift/transport/TSocketPool.h +include/thrift/transport/TSocketUtils.h include/thrift/transport/TTransport.h include/thrift/transport/TTransportException.h include/thrift/transport/TTransportUtils.h include/thrift/transport/TVirtualTransport.h +include/thrift/transport/TWebSocketServer.h include/thrift/transport/TZlibTransport.h -lib/libthrift-%%PORTVERSION%%.so -lib/libthrift.a +include/thrift/windows/GetTimeOfDay.h +include/thrift/windows/Operators.h +include/thrift/windows/OverlappedSubmissionThread.h +include/thrift/windows/SocketPair.h +include/thrift/windows/Sync.h +include/thrift/windows/TWinsockSingleton.h +include/thrift/windows/WinFcntl.h +include/thrift/windows/config.h lib/libthrift.so lib/libthrift.so.0 -lib/libthriftnb-%%PORTVERSION%%.so -lib/libthriftnb.a +lib/libthrift.so.%%PORTVERSION%% lib/libthriftnb.so lib/libthriftnb.so.0 -lib/libthriftz-%%PORTVERSION%%.so -lib/libthriftz.a +lib/libthriftnb.so.%%PORTVERSION%% lib/libthriftz.so lib/libthriftz.so.0 +lib/libthriftz.so.%%PORTVERSION%% +lib/cmake/thrift/ThriftConfig.cmake +lib/cmake/thrift/ThriftConfigVersion.cmake +lib/cmake/thrift/thriftTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/thrift/thriftTargets.cmake +lib/cmake/thrift/thriftnbTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/thrift/thriftnbTargets.cmake +lib/cmake/thrift/thriftzTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/thrift/thriftzTargets.cmake libdata/pkgconfig/thrift-nb.pc libdata/pkgconfig/thrift-z.pc libdata/pkgconfig/thrift.pc