aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-20 23:39:02 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-21 00:01:44 +0000
commitb060e770eb9bc2d1bcc6401172147673c1e7f5b1 (patch)
treec69f8d412918a396ec751fea23ec5005953b7b29
parent1f05ea9eaf7cc8f1a8e32f5758f7bb50b76f34e8 (diff)
downloadports-b060e770eb9bc2d1bcc6401172147673c1e7f5b1.tar.gz
ports-b060e770eb9bc2d1bcc6401172147673c1e7f5b1.zip
net/rsocket-cpp: Remove expired port:
2023-03-21 net/rsocket-cpp: Broken since 2021
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/rsocket-cpp/Makefile44
-rw-r--r--net/rsocket-cpp/distinfo3
-rw-r--r--net/rsocket-cpp/pkg-descr9
-rw-r--r--net/rsocket-cpp/pkg-plist129
6 files changed, 1 insertions, 186 deletions
diff --git a/MOVED b/MOVED
index c7b615dc44dc..35a37552c160 100644
--- a/MOVED
+++ b/MOVED
@@ -17812,3 +17812,4 @@ sysutils/jobd||2023-03-20|Has expired: Broken since 2021
sysutils/geomWatch||2023-03-20|Has expired: Broken since 2021
lang/visualworks||2023-03-20|Has expired: Broken since 2021
lang/J||2023-03-20|Has expired: Broken since 2021
+net/rsocket-cpp||2023-03-20|Has expired: Broken since 2021
diff --git a/net/Makefile b/net/Makefile
index 756ee099c213..d66e4de1e96a 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1214,7 +1214,6 @@
SUBDIR += rp-pppoe
SUBDIR += rpki-client
SUBDIR += rscsi
- SUBDIR += rsocket-cpp
SUBDIR += rsplib
SUBDIR += rssguard
SUBDIR += rsync
diff --git a/net/rsocket-cpp/Makefile b/net/rsocket-cpp/Makefile
deleted file mode 100644
index c44aa48cf449..000000000000
--- a/net/rsocket-cpp/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-PORTNAME= rsocket-cpp
-DISTVERSIONPREFIX= v
-DISTVERSION= 2021.08.30.00
-PORTREVISION= 3
-CATEGORIES= net
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= C++ implementation of RSocket
-WWW= https://rsocket.io/
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BROKEN= build fails with latest devel/folly, no upstream support provided: https://github.com/rsocket/rsocket-cpp/issues/906
-DEPRECATED= Broken since 2021
-EXPIRATION_DATE= 2023-03-21
-
-BUILD_DEPENDS= libfmt>0:devel/libfmt
-LIB_DEPENDS= libboost_atomic.so:devel/boost-libs \
- libdouble-conversion.so:devel/double-conversion \
- libevent.so:devel/libevent \
- libfolly.so:devel/folly \
- libgflags.so:devel/gflags \
- libglog.so:devel/glog \
- liblz4.so:archivers/liblz4 \
- libsnappy.so:archivers/snappy \
- libsodium.so:security/libsodium \
- libunwind.so:devel/libunwind \
- libzstd.so:archivers/zstd
-
-USES= cmake compiler:c++14-lang ssl
-USE_GITHUB= yes
-GH_ACCOUNT= rsocket
-USE_LDCONFIG= yes
-
-CMAKE_ON= BUILD_SHARED_LIBS
-CMAKE_OFF= BUILD_BENCHMARKS BUILD_EXAMPLES BUILD_TESTS BUILD_EXAMPLES
-
-PORTSCOUT= limit:^[0-9\.]*$$
-
-post-install: # https://github.com/rsocket/rsocket-cpp/issues/890
- @cd ${STAGEDIR}${LOCALBASE} && ${RM} -r include/rsocket/examples include/rsocket/test include/yarpl/cmake include/yarpl/perf include/yarpl/test
-
-.include <bsd.port.mk>
diff --git a/net/rsocket-cpp/distinfo b/net/rsocket-cpp/distinfo
deleted file mode 100644
index 90854d6d457b..000000000000
--- a/net/rsocket-cpp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1630398197
-SHA256 (rsocket-rsocket-cpp-v2021.08.30.00_GH0.tar.gz) = ee9f8ea5bb3a23a296f218d5ad440646c8c1037eb9a03e9f7cca7f16b1e4b304
-SIZE (rsocket-rsocket-cpp-v2021.08.30.00_GH0.tar.gz) = 1872507
diff --git a/net/rsocket-cpp/pkg-descr b/net/rsocket-cpp/pkg-descr
deleted file mode 100644
index 791680a1f5fc..000000000000
--- a/net/rsocket-cpp/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-RSocket is a binary protocol for use on byte stream transports such as TCP,
-WebSockets, and Aeron.
-
-It enables the following symmetric interaction models via async message passing
-over a single connection:
-* request/response (stream of 1)
-* request/stream (finite stream of many)
-* fire-and-forget (no response)
-* channel (bi-directional streams)
diff --git a/net/rsocket-cpp/pkg-plist b/net/rsocket-cpp/pkg-plist
deleted file mode 100644
index 42b742e3ee1d..000000000000
--- a/net/rsocket-cpp/pkg-plist
+++ /dev/null
@@ -1,129 +0,0 @@
-include/rsocket/ColdResumeHandler.h
-include/rsocket/ConnectionAcceptor.h
-include/rsocket/ConnectionFactory.h
-include/rsocket/DuplexConnection.h
-include/rsocket/Payload.h
-include/rsocket/RSocket.h
-include/rsocket/RSocketClient.h
-include/rsocket/RSocketConnectionEvents.h
-include/rsocket/RSocketErrors.h
-include/rsocket/RSocketException.h
-include/rsocket/RSocketParameters.h
-include/rsocket/RSocketRequester.h
-include/rsocket/RSocketResponder.h
-include/rsocket/RSocketServer.h
-include/rsocket/RSocketServerState.h
-include/rsocket/RSocketServiceHandler.h
-include/rsocket/RSocketStats.h
-include/rsocket/ResumeManager.h
-include/rsocket/benchmarks/Fixture.h
-include/rsocket/benchmarks/Latch.h
-include/rsocket/benchmarks/Throughput.h
-include/rsocket/framing/ErrorCode.h
-include/rsocket/framing/Frame.h
-include/rsocket/framing/FrameFlags.h
-include/rsocket/framing/FrameHeader.h
-include/rsocket/framing/FrameProcessor.h
-include/rsocket/framing/FrameSerializer.h
-include/rsocket/framing/FrameSerializer_v1_0.h
-include/rsocket/framing/FrameTransport.h
-include/rsocket/framing/FrameTransportImpl.h
-include/rsocket/framing/FrameType.h
-include/rsocket/framing/FramedDuplexConnection.h
-include/rsocket/framing/FramedReader.h
-include/rsocket/framing/Framer.h
-include/rsocket/framing/ProtocolVersion.h
-include/rsocket/framing/ResumeIdentificationToken.h
-include/rsocket/framing/ScheduledFrameProcessor.h
-include/rsocket/framing/ScheduledFrameTransport.h
-include/rsocket/internal/Allowance.h
-include/rsocket/internal/ClientResumeStatusCallback.h
-include/rsocket/internal/Common.h
-include/rsocket/internal/ConnectionSet.h
-include/rsocket/internal/KeepaliveTimer.h
-include/rsocket/internal/ScheduledRSocketResponder.h
-include/rsocket/internal/ScheduledSingleObserver.h
-include/rsocket/internal/ScheduledSingleSubscription.h
-include/rsocket/internal/ScheduledSubscriber.h
-include/rsocket/internal/ScheduledSubscription.h
-include/rsocket/internal/SetupResumeAcceptor.h
-include/rsocket/internal/StackTraceUtils.h
-include/rsocket/internal/SwappableEventBase.h
-include/rsocket/internal/WarmResumeManager.h
-include/rsocket/statemachine/ChannelRequester.h
-include/rsocket/statemachine/ChannelResponder.h
-include/rsocket/statemachine/ConsumerBase.h
-include/rsocket/statemachine/FireAndForgetResponder.h
-include/rsocket/statemachine/PublisherBase.h
-include/rsocket/statemachine/RSocketStateMachine.h
-include/rsocket/statemachine/RequestResponseRequester.h
-include/rsocket/statemachine/RequestResponseResponder.h
-include/rsocket/statemachine/StreamFragmentAccumulator.h
-include/rsocket/statemachine/StreamRequester.h
-include/rsocket/statemachine/StreamResponder.h
-include/rsocket/statemachine/StreamStateMachineBase.h
-include/rsocket/statemachine/StreamsWriter.h
-include/rsocket/tck-test/BaseSubscriber.h
-include/rsocket/tck-test/FlowableSubscriber.h
-include/rsocket/tck-test/MarbleProcessor.h
-include/rsocket/tck-test/SingleSubscriber.h
-include/rsocket/tck-test/TestFileParser.h
-include/rsocket/tck-test/TestInterpreter.h
-include/rsocket/tck-test/TestSuite.h
-include/rsocket/tck-test/TypedCommands.h
-include/rsocket/transports/RSocketTransport.h
-include/rsocket/transports/tcp/TcpConnectionAcceptor.h
-include/rsocket/transports/tcp/TcpConnectionFactory.h
-include/rsocket/transports/tcp/TcpDuplexConnection.h
-include/yarpl/Common.h
-include/yarpl/Disposable.h
-include/yarpl/Flowable.h
-include/yarpl/Observable.h
-include/yarpl/Refcounted.h
-include/yarpl/Single.h
-include/yarpl/examples/FlowableExamples.h
-include/yarpl/flowable/AsyncGeneratorShim.h
-include/yarpl/flowable/CancelingSubscriber.h
-include/yarpl/flowable/DeferFlowable.h
-include/yarpl/flowable/EmitterFlowable.h
-include/yarpl/flowable/Flowable.h
-include/yarpl/flowable/FlowableConcatOperators.h
-include/yarpl/flowable/FlowableDoOperator.h
-include/yarpl/flowable/FlowableObserveOnOperator.h
-include/yarpl/flowable/FlowableOperator.h
-include/yarpl/flowable/FlowableTimeoutOperator.h
-include/yarpl/flowable/Flowable_FromObservable.h
-include/yarpl/flowable/Flowables.h
-include/yarpl/flowable/PublishProcessor.h
-include/yarpl/flowable/Subscriber.h
-include/yarpl/flowable/Subscription.h
-include/yarpl/flowable/TestSubscriber.h
-include/yarpl/flowable/ThriftStreamShim.h
-include/yarpl/observable/DeferObservable.h
-include/yarpl/observable/Observable.h
-include/yarpl/observable/ObservableConcatOperators.h
-include/yarpl/observable/ObservableDoOperator.h
-include/yarpl/observable/ObservableOperator.h
-include/yarpl/observable/Observables.h
-include/yarpl/observable/Observer.h
-include/yarpl/observable/Subscription.h
-include/yarpl/observable/TestObserver.h
-include/yarpl/single/Single.h
-include/yarpl/single/SingleObserver.h
-include/yarpl/single/SingleObservers.h
-include/yarpl/single/SingleOperator.h
-include/yarpl/single/SingleSubscription.h
-include/yarpl/single/SingleSubscriptions.h
-include/yarpl/single/SingleTestObserver.h
-include/yarpl/single/Singles.h
-include/yarpl/test_utils/Mocks.h
-include/yarpl/test_utils/Tuple.h
-include/yarpl/utils/credits.h
-lib/cmake/rsocket/rsocket-config.cmake
-lib/cmake/rsocket/rsocket-exports-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/rsocket/rsocket-exports.cmake
-lib/cmake/yarpl/yarpl-config.cmake
-lib/cmake/yarpl/yarpl-exports-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/yarpl/yarpl-exports.cmake
-lib/libReactiveSocket.so
-lib/libyarpl.so