[Midnightbsd-cvs] mports [24811] trunk/devel: add protobuf25

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jan 19 13:03:45 EST 2019


Revision: 24811
          http://svnweb.midnightbsd.org/mports/?rev=24811
Author:   laffer1
Date:     2019-01-19 13:03:44 -0500 (Sat, 19 Jan 2019)
Log Message:
-----------
add protobuf25

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/protobuf25/
    trunk/devel/protobuf25/Makefile
    trunk/devel/protobuf25/distinfo
    trunk/devel/protobuf25/files/
    trunk/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgunzip.cc
    trunk/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgzip.cc
    trunk/devel/protobuf25/pkg-descr
    trunk/devel/protobuf25/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2019-01-19 06:57:20 UTC (rev 24810)
+++ trunk/devel/Makefile	2019-01-19 18:03:44 UTC (rev 24811)
@@ -465,6 +465,7 @@
 SUBDIR += popt
 SUBDIR += projectcenter
 SUBDIR += protobuf
+SUBDIR += protobuf25
 SUBDIR += pth
 SUBDIR += pth-hard
 SUBDIR += py-Automat

Added: trunk/devel/protobuf25/Makefile
===================================================================
--- trunk/devel/protobuf25/Makefile	                        (rev 0)
+++ trunk/devel/protobuf25/Makefile	2019-01-19 18:03:44 UTC (rev 24811)
@@ -0,0 +1,30 @@
+# $MidnightBSD$
+
+# devel/hadoop2 needs version 2.5.0
+PORTNAME=	protobuf
+PORTVERSION=	2.5.0
+CATEGORIES=	devel
+MASTER_SITES=	http://pkgs.fedoraproject.org/repo/pkgs/protobuf/protobuf-2.5.0.tar.bz2/a72001a9067a4c2c4e0e836d0f92ece4/
+PKGNAMESUFFIX=	25
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Data interchange format library
+
+LICENSE=	bsd3
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
+
+GNU_CONFIGURE=	yes
+GNU_CONFIGURE_PREFIX=	${PREFIX}/protobuf25
+USE_LDCONFIG=	yes
+USES=		gmake pathfix pkgconfig tar:bzip2 libtool
+ONLY_FOR_ARCHS=	i386 amd64
+INSTALL_TARGET=	install-strip
+
+# clang will generate code that just doesn't work with clementine-player
+# if this isn't compiled as though it were C99.
+CFLAGS+=	-std=c99 -DGOOGLE_PROTOBUF_NO_RTTI
+
+tests: build
+	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/protobuf25/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/protobuf25/distinfo
===================================================================
--- trunk/devel/protobuf25/distinfo	                        (rev 0)
+++ trunk/devel/protobuf25/distinfo	2019-01-19 18:03:44 UTC (rev 24811)
@@ -0,0 +1,2 @@
+SHA256 (protobuf-2.5.0.tar.bz2) = 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677
+SIZE (protobuf-2.5.0.tar.bz2) = 1866763


Property changes on: trunk/devel/protobuf25/distinfo
___________________________________________________________________
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
Added: trunk/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgunzip.cc
===================================================================
--- trunk/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgunzip.cc	                        (rev 0)
+++ trunk/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgunzip.cc	2019-01-19 18:03:44 UTC (rev 24811)
@@ -0,0 +1,10 @@
+--- src/google/protobuf/testing/zcgunzip.cc.orig	2014-09-30 23:01:39.718744075 +0800
++++ src/google/protobuf/testing/zcgunzip.cc	2014-09-30 23:02:05.753740335 +0800
+@@ -44,6 +44,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <fcntl.h>
++#include <unistd.h> // for STDOUT_FILENO
+ 
+ #include <google/protobuf/io/gzip_stream.h>
+ #include <google/protobuf/io/zero_copy_stream_impl.h>


Property changes on: trunk/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgunzip.cc
___________________________________________________________________
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
Added: trunk/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgzip.cc
===================================================================
--- trunk/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgzip.cc	                        (rev 0)
+++ trunk/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgzip.cc	2019-01-19 18:03:44 UTC (rev 24811)
@@ -0,0 +1,10 @@
+--- src/google/protobuf/testing/zcgzip.cc.orig	2014-09-30 22:46:34.571804492 +0800
++++ src/google/protobuf/testing/zcgzip.cc	2014-09-30 22:46:50.657816315 +0800
+@@ -43,6 +43,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <fcntl.h>
++#include <unistd.h> // for STDOUT_FILENO
+ 
+ #include <google/protobuf/io/gzip_stream.h>
+ #include <google/protobuf/io/zero_copy_stream_impl.h>


Property changes on: trunk/devel/protobuf25/files/patch-src__google__protobuf__testing__zcgzip.cc
___________________________________________________________________
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
Added: trunk/devel/protobuf25/pkg-descr
===================================================================
--- trunk/devel/protobuf25/pkg-descr	                        (rev 0)
+++ trunk/devel/protobuf25/pkg-descr	2019-01-19 18:03:44 UTC (rev 24811)
@@ -0,0 +1,5 @@
+Protocol Buffers are a way of encoding structured data in an efficient yet
+extensible format. Google uses Protocol Buffers for almost all of its
+internal RPC protocols and file formats.
+
+WWW: https://github.com/google/protobuf


Property changes on: trunk/devel/protobuf25/pkg-descr
___________________________________________________________________
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
Added: trunk/devel/protobuf25/pkg-plist
===================================================================
--- trunk/devel/protobuf25/pkg-plist	                        (rev 0)
+++ trunk/devel/protobuf25/pkg-plist	2019-01-19 18:03:44 UTC (rev 24811)
@@ -0,0 +1,65 @@
+protobuf25/bin/protoc
+protobuf25/include/google/protobuf/compiler/code_generator.h
+protobuf25/include/google/protobuf/compiler/command_line_interface.h
+protobuf25/include/google/protobuf/compiler/cpp/cpp_generator.h
+protobuf25/include/google/protobuf/compiler/importer.h
+protobuf25/include/google/protobuf/compiler/java/java_generator.h
+protobuf25/include/google/protobuf/compiler/parser.h
+protobuf25/include/google/protobuf/compiler/plugin.h
+protobuf25/include/google/protobuf/compiler/plugin.pb.h
+protobuf25/include/google/protobuf/compiler/plugin.proto
+protobuf25/include/google/protobuf/compiler/python/python_generator.h
+protobuf25/include/google/protobuf/descriptor.h
+protobuf25/include/google/protobuf/descriptor.pb.h
+protobuf25/include/google/protobuf/descriptor.proto
+protobuf25/include/google/protobuf/descriptor_database.h
+protobuf25/include/google/protobuf/dynamic_message.h
+protobuf25/include/google/protobuf/extension_set.h
+protobuf25/include/google/protobuf/generated_enum_reflection.h
+protobuf25/include/google/protobuf/generated_message_reflection.h
+protobuf25/include/google/protobuf/generated_message_util.h
+protobuf25/include/google/protobuf/io/coded_stream.h
+protobuf25/include/google/protobuf/io/gzip_stream.h
+protobuf25/include/google/protobuf/io/printer.h
+protobuf25/include/google/protobuf/io/tokenizer.h
+protobuf25/include/google/protobuf/io/zero_copy_stream.h
+protobuf25/include/google/protobuf/io/zero_copy_stream_impl.h
+protobuf25/include/google/protobuf/io/zero_copy_stream_impl_lite.h
+protobuf25/include/google/protobuf/message.h
+protobuf25/include/google/protobuf/message_lite.h
+protobuf25/include/google/protobuf/reflection_ops.h
+protobuf25/include/google/protobuf/repeated_field.h
+protobuf25/include/google/protobuf/service.h
+protobuf25/include/google/protobuf/stubs/atomicops.h
+protobuf25/include/google/protobuf/stubs/atomicops_internals_arm_gcc.h
+protobuf25/include/google/protobuf/stubs/atomicops_internals_arm_qnx.h
+protobuf25/include/google/protobuf/stubs/atomicops_internals_atomicword_compat.h
+protobuf25/include/google/protobuf/stubs/atomicops_internals_macosx.h
+protobuf25/include/google/protobuf/stubs/atomicops_internals_mips_gcc.h
+protobuf25/include/google/protobuf/stubs/atomicops_internals_pnacl.h
+protobuf25/include/google/protobuf/stubs/atomicops_internals_x86_gcc.h
+protobuf25/include/google/protobuf/stubs/atomicops_internals_x86_msvc.h
+protobuf25/include/google/protobuf/stubs/common.h
+protobuf25/include/google/protobuf/stubs/once.h
+protobuf25/include/google/protobuf/stubs/platform_macros.h
+protobuf25/include/google/protobuf/stubs/template_util.h
+protobuf25/include/google/protobuf/stubs/type_traits.h
+protobuf25/include/google/protobuf/text_format.h
+protobuf25/include/google/protobuf/unknown_field_set.h
+protobuf25/include/google/protobuf/wire_format.h
+protobuf25/include/google/protobuf/wire_format_lite.h
+protobuf25/include/google/protobuf/wire_format_lite_inl.h
+protobuf25/lib/libprotobuf-lite.a
+protobuf25/lib/libprotobuf-lite.so
+protobuf25/lib/libprotobuf-lite.so.8
+protobuf25/lib/libprotobuf-lite.so.8.0.0
+protobuf25/lib/libprotobuf.a
+protobuf25/lib/libprotobuf.so
+protobuf25/lib/libprotobuf.so.8
+protobuf25/lib/libprotobuf.so.8.0.0
+protobuf25/lib/libprotoc.a
+protobuf25/lib/libprotoc.so
+protobuf25/lib/libprotoc.so.8
+protobuf25/lib/libprotoc.so.8.0.0
+protobuf25/libdata/pkgconfig/protobuf-lite.pc
+protobuf25/libdata/pkgconfig/protobuf.pc


Property changes on: trunk/devel/protobuf25/pkg-plist
___________________________________________________________________
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


More information about the Midnightbsd-cvs mailing list