pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel go-thrift: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/edd064b6d08a
branches: trunk
changeset: 456018:edd064b6d08a
user: nia <nia%pkgsrc.org@localhost>
date: Sat Jul 17 07:03:50 2021 +0000
description:
go-thrift: remove
deprecated go-package; no users in pkgsrc
diffstat:
devel/Makefile | 3 +-
devel/go-thrift/DESCR | 7 ----
devel/go-thrift/Makefile | 15 --------
devel/go-thrift/PLIST | 84 ------------------------------------------------
devel/go-thrift/distinfo | 6 ---
5 files changed, 1 insertions(+), 114 deletions(-)
diffs (145 lines):
diff -r 256c10d31ea9 -r edd064b6d08a devel/Makefile
--- a/devel/Makefile Sat Jul 17 06:34:20 2021 +0000
+++ b/devel/Makefile Sat Jul 17 07:03:50 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3466 2021/07/16 06:31:00 nia Exp $
+# $NetBSD: Makefile,v 1.3467 2021/07/17 07:03:50 nia Exp $
#
COMMENT= Development utilities
@@ -440,7 +440,6 @@
SUBDIR+= go-sys
SUBDIR+= go-termbox
SUBDIR+= go-testify
-SUBDIR+= go-thrift
SUBDIR+= go-tools
SUBDIR+= go-try
SUBDIR+= go-xerrors
diff -r 256c10d31ea9 -r edd064b6d08a devel/go-thrift/DESCR
--- a/devel/go-thrift/DESCR Sat Jul 17 06:34:20 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-The Apache Thrift software framework, for scalable cross-language services
-development, combines a software stack with a code generation engine to build
-services that work efficiently and seamlessly between C++, Java, Python, PHP,
-Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml
-and Delphi and other languages.
-
-This package provides Go bindings for the Apache Thrift RPC system.
diff -r 256c10d31ea9 -r edd064b6d08a devel/go-thrift/Makefile
--- a/devel/go-thrift/Makefile Sat Jul 17 06:34:20 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2021/07/13 11:36:40 bsiegert Exp $
-
-PKGREVISION= 3
-.include "../../devel/thrift/Makefile.version"
-
-PKGNAME= go-${DISTNAME}
-COMMENT= Go bindings for the Apache Thrift RPC system
-
-EXTRACT_ELEMENTS= ${DISTNAME}/lib/go
-
-GO_SRCPATH= github.com/apache/thrift/lib/go/thrift
-GO_DIST_BASE= ${DISTNAME}/lib/go/thrift
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 256c10d31ea9 -r edd064b6d08a devel/go-thrift/PLIST
--- a/devel/go-thrift/PLIST Sat Jul 17 06:34:20 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,84 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2021/03/28 03:11:29 mef Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/apache/thrift/lib/go/thrift.a
-gopkg/src/github.com/apache/thrift/lib/go/thrift/application_exception.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/application_exception_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/binary_protocol.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/binary_protocol_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/buffered_transport.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/buffered_transport_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/client.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/common_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/compact_protocol.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/compact_protocol_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/configuration.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/configuration_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/context.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/debug_protocol.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/deserializer.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/example_client_middleware_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/example_processor_middleware_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/exception.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/exception_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/framed_transport.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/framed_transport_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/header_context.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/header_context_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/header_protocol.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/header_protocol_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/header_transport.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/header_transport_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/http_client.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/http_client_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/http_transport.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/iostream_transport.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/iostream_transport_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/json_protocol.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/json_protocol_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/logger.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/lowlevel_benchmarks_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/memory_buffer.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/memory_buffer_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/messagetype.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/middleware.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/middleware_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/multiplexed_protocol.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/multiplexed_protocol_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/numeric.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/pointerize.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/processor_factory.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/protocol.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/protocol_exception.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/protocol_factory.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/protocol_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/response_helper.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/response_helper_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/rich_transport.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/rich_transport_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/serializer.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/serializer_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/serializer_types_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/server.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/server_socket.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/server_socket_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/server_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/server_transport.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/simple_json_protocol_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/simple_server.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/simple_server_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/socket.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/socket_conn.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/socket_conn_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/socket_unix_conn.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/socket_unix_conn_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/socket_windows_conn.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/ssl_server_socket.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/ssl_socket.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/transport.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/transport_exception.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/transport_exception_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/transport_factory.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/transport_test.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/type.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/zlib_transport.go
-gopkg/src/github.com/apache/thrift/lib/go/thrift/zlib_transport_test.go
diff -r 256c10d31ea9 -r edd064b6d08a devel/go-thrift/distinfo
--- a/devel/go-thrift/distinfo Sat Jul 17 06:34:20 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2021/04/12 19:23:27 adam Exp $
-
-SHA1 (thrift-0.14.1.tar.gz) = 7b322742610ef6c9f15e22101862163b72a7efe7
-RMD160 (thrift-0.14.1.tar.gz) = 40b91e0b042f09921ad3898506199582187e52d0
-SHA512 (thrift-0.14.1.tar.gz) = e09e53b2ea3cad01ef81ab4b5a87bfed443cfda849a13c4f00ba0ed1cd1a1f9742faf95adb07f279506cc5f866c13fdce57149de1bc9e71ab5c40238037e8b22
-Size (thrift-0.14.1.tar.gz) = 4311458 bytes
Home |
Main Index |
Thread Index |
Old Index