pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel go-protobuf: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18e276c911f4
branches:  trunk
changeset: 385466:18e276c911f4
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Sep 18 08:24:40 2022 +0000

description:
go-protobuf: remove

old-style Go library, no users left

diffstat:

 devel/Makefile                  |    3 +-
 devel/go-protobuf/DESCR         |    5 -
 devel/go-protobuf/Makefile      |   25 ------
 devel/go-protobuf/PLIST         |  164 ----------------------------------------
 devel/go-protobuf/buildlink3.mk |   15 ---
 devel/go-protobuf/distinfo      |    5 -
 6 files changed, 1 insertions(+), 216 deletions(-)

diffs (251 lines):

diff -r ae00536575c1 -r 18e276c911f4 devel/Makefile
--- a/devel/Makefile    Sun Sep 18 08:18:18 2022 +0000
+++ b/devel/Makefile    Sun Sep 18 08:24:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3798 2022/09/18 08:16:54 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3799 2022/09/18 08:24:40 bsiegert Exp $
 #
 
 COMMENT=       Development utilities
@@ -435,7 +435,6 @@
 SUBDIR+=       go-impl
 SUBDIR+=       go-logrus
 SUBDIR+=       go-nbreader
-SUBDIR+=       go-protobuf
 SUBDIR+=       go-pty
 SUBDIR+=       go-review
 SUBDIR+=       go-siphash
diff -r ae00536575c1 -r 18e276c911f4 devel/go-protobuf/DESCR
--- a/devel/go-protobuf/DESCR   Sun Sep 18 08:18:18 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-Protocol Buffers are Google's data interchange format.
-
-This software implements Go bindings for protocol buffers. For information
-about protocol buffers themselves, see
-https://developers.google.com/protocol-buffers/
diff -r ae00536575c1 -r 18e276c911f4 devel/go-protobuf/Makefile
--- a/devel/go-protobuf/Makefile        Sun Sep 18 08:18:18 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.58 2022/09/07 09:32:30 bsiegert Exp $
-
-DISTNAME=              go-protobuf-1.3.3
-PKGREVISION=           30
-CATEGORIES=            devel
-MASTER_SITES=          ${MASTER_SITE_GITHUB:=golang/}
-GITHUB_PROJECT=                protobuf
-GITHUB_TAG=            v${PKGVERSION_NOREV}
-
-HOMEPAGE=              http://godoc.org/${GO_SRCPATH}
-COMMENT=               Go support for Google protocol buffers
-LICENSE=               modified-bsd
-
-GO_DIST_BASE=          ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
-GO_SRCPATH=            github.com/golang/protobuf
-
-.for godir in descriptor jsonpb proto protoc-gen-go ptypes
-GO_BUILD_PATTERN+=     ${GO_SRCPATH}/${godir}/...
-.endfor
-
-USE_TOOLS+=            bash:run
-REPLACE_BASH+=         regenerate.sh
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r ae00536575c1 -r 18e276c911f4 devel/go-protobuf/PLIST
--- a/devel/go-protobuf/PLIST   Sun Sep 18 08:18:18 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,164 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2020/01/30 09:57:53 he Exp $
-bin/protoc-gen-go
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/descriptor.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/jsonpb.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/jsonpb/jsonpb_test_proto.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto/proto3_proto.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto/test_proto.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/descriptor.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/generator.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/generator/internal/remap.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/grpc.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/plugin.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/any.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/duration.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/empty.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/struct.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/timestamp.a
-gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/wrappers.a
-gopkg/src/github.com/golang/protobuf/AUTHORS
-gopkg/src/github.com/golang/protobuf/CONTRIBUTORS
-gopkg/src/github.com/golang/protobuf/LICENSE
-gopkg/src/github.com/golang/protobuf/Makefile
-gopkg/src/github.com/golang/protobuf/README.md
-gopkg/src/github.com/golang/protobuf/descriptor/descriptor.go
-gopkg/src/github.com/golang/protobuf/descriptor/descriptor_test.go
-gopkg/src/github.com/golang/protobuf/go.mod
-gopkg/src/github.com/golang/protobuf/go.sum
-gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb.go
-gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test.go
-gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.pb.go
-gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.proto
-gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.pb.go
-gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.proto
-gopkg/src/github.com/golang/protobuf/proto/all_test.go
-gopkg/src/github.com/golang/protobuf/proto/any_test.go
-gopkg/src/github.com/golang/protobuf/proto/clone.go
-gopkg/src/github.com/golang/protobuf/proto/clone_test.go
-gopkg/src/github.com/golang/protobuf/proto/decode.go
-gopkg/src/github.com/golang/protobuf/proto/decode_test.go
-gopkg/src/github.com/golang/protobuf/proto/deprecated.go
-gopkg/src/github.com/golang/protobuf/proto/discard.go
-gopkg/src/github.com/golang/protobuf/proto/discard_test.go
-gopkg/src/github.com/golang/protobuf/proto/encode.go
-gopkg/src/github.com/golang/protobuf/proto/encode_test.go
-gopkg/src/github.com/golang/protobuf/proto/equal.go
-gopkg/src/github.com/golang/protobuf/proto/equal_test.go
-gopkg/src/github.com/golang/protobuf/proto/extensions.go
-gopkg/src/github.com/golang/protobuf/proto/extensions_test.go
-gopkg/src/github.com/golang/protobuf/proto/lib.go
-gopkg/src/github.com/golang/protobuf/proto/map_test.go
-gopkg/src/github.com/golang/protobuf/proto/message_set.go
-gopkg/src/github.com/golang/protobuf/proto/message_set_test.go
-gopkg/src/github.com/golang/protobuf/proto/pointer_reflect.go
-gopkg/src/github.com/golang/protobuf/proto/pointer_unsafe.go
-gopkg/src/github.com/golang/protobuf/proto/properties.go
-gopkg/src/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go
-gopkg/src/github.com/golang/protobuf/proto/proto3_proto/proto3.proto
-gopkg/src/github.com/golang/protobuf/proto/proto3_test.go
-gopkg/src/github.com/golang/protobuf/proto/size2_test.go
-gopkg/src/github.com/golang/protobuf/proto/size_test.go
-gopkg/src/github.com/golang/protobuf/proto/table_marshal.go
-gopkg/src/github.com/golang/protobuf/proto/table_merge.go
-gopkg/src/github.com/golang/protobuf/proto/table_unmarshal.go
-gopkg/src/github.com/golang/protobuf/proto/test_proto/test.pb.go
-gopkg/src/github.com/golang/protobuf/proto/test_proto/test.proto
-gopkg/src/github.com/golang/protobuf/proto/text.go
-gopkg/src/github.com/golang/protobuf/proto/text_parser.go
-gopkg/src/github.com/golang/protobuf/proto/text_parser_test.go
-gopkg/src/github.com/golang/protobuf/proto/text_test.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/doc.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/generator/internal/remap/remap.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/generator/internal/remap/remap_test.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/generator/name_test.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/golden_test.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/grpc/grpc.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/link_grpc.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/main.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.golden
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/deprecated/deprecated.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/deprecated/deprecated.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_base/extension_base.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_base/extension_base.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_extra/extension_extra.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_extra/extension_extra.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_test.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_user/extension_user.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_user/extension_user.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/go.mod
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/go.sum
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/grpc.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/grpc.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/grpc_empty.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/grpc_empty.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/a.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/a.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/b.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/b.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/importing/importing.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/importing/importing.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub/a.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub/a.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub/b.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub/b.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public_test.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/fmt/m.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/fmt/m.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_1/m1.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_1/m1.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_1/m2.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_1/m2.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_2/m3.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_2/m3.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_2/m4.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_2/m4.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_b_1/m1.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_b_1/m1.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_b_1/m2.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_b_1/m2.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_a1m1.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_a1m1.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_a1m2.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_a1m2.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_all.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_all.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/issue780_oneof_conflict/test.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/issue780_oneof_conflict/test.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/main_test.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi1.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi1.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi2.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi2.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi3.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi3.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.proto
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/proto3/proto3.pb.go
-gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/proto3/proto3.proto
-gopkg/src/github.com/golang/protobuf/ptypes/any.go
-gopkg/src/github.com/golang/protobuf/ptypes/any/any.pb.go
-gopkg/src/github.com/golang/protobuf/ptypes/any/any.proto
-gopkg/src/github.com/golang/protobuf/ptypes/any_test.go
-gopkg/src/github.com/golang/protobuf/ptypes/doc.go
-gopkg/src/github.com/golang/protobuf/ptypes/duration.go
-gopkg/src/github.com/golang/protobuf/ptypes/duration/duration.pb.go
-gopkg/src/github.com/golang/protobuf/ptypes/duration/duration.proto
-gopkg/src/github.com/golang/protobuf/ptypes/duration_test.go
-gopkg/src/github.com/golang/protobuf/ptypes/empty/empty.pb.go
-gopkg/src/github.com/golang/protobuf/ptypes/empty/empty.proto
-gopkg/src/github.com/golang/protobuf/ptypes/struct/struct.pb.go
-gopkg/src/github.com/golang/protobuf/ptypes/struct/struct.proto
-gopkg/src/github.com/golang/protobuf/ptypes/timestamp.go
-gopkg/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go
-gopkg/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto
-gopkg/src/github.com/golang/protobuf/ptypes/timestamp_test.go
-gopkg/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go
-gopkg/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.proto
-gopkg/src/github.com/golang/protobuf/regenerate.sh
diff -r ae00536575c1 -r 18e276c911f4 devel/go-protobuf/buildlink3.mk
--- a/devel/go-protobuf/buildlink3.mk   Sun Sep 18 08:18:18 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/09/11 18:27:08 minskim Exp $
-
-BUILDLINK_TREE+=       go-protobuf
-
-.if !defined(GO_PROTOBUF_BUILDLINK3_MK)
-GO_PROTOBUF_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-protobuf= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-protobuf?=      build
-
-BUILDLINK_API_DEPENDS.go-protobuf+=    go-protobuf>=1.2.0
-BUILDLINK_PKGSRCDIR.go-protobuf?=      ../../devel/go-protobuf
-.endif # GO_PROTOBUF_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-protobuf
diff -r ae00536575c1 -r 18e276c911f4 devel/go-protobuf/distinfo
--- a/devel/go-protobuf/distinfo        Sun Sep 18 08:18:18 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:14:46 nia Exp $
-
-BLAKE2s (go-protobuf-1.3.3.tar.gz) = c086424593e96c86688a9f7fd2bbe1955a41a725d1ce1d19aa483a0615c76f89
-SHA512 (go-protobuf-1.3.3.tar.gz) = 92ce3a82390be38154cee03e2abc258a2b8f01b1ddbc15069dfd39e66cad5dd3bb2e85150ce665d6d1354a86ba8f62590448e91e90c724661155820e15879393
-Size (go-protobuf-1.3.3.tar.gz) = 315377 bytes



Home | Main Index | Thread Index | Old Index