From owner-svn-ports-all@freebsd.org Fri Sep 20 05:47:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 61223F318F; Fri, 20 Sep 2019 05:47:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46ZN5J1w0Pz3GHR; Fri, 20 Sep 2019 05:47:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B48821076; Fri, 20 Sep 2019 05:47:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8K5kxd7051382; Fri, 20 Sep 2019 05:46:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8K5kx0K051377; Fri, 20 Sep 2019 05:46:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201909200546.x8K5kx0K051377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 20 Sep 2019 05:46:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512387 - in head/devel: . flatcc X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . flatcc X-SVN-Commit-Revision: 512387 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2019 05:47:00 -0000 Author: yuri Date: Fri Sep 20 05:46:58 2019 New Revision: 512387 URL: https://svnweb.freebsd.org/changeset/ports/512387 Log: New port: devel/flatcc: FlatBuffers compiler and library in C for C Added: head/devel/flatcc/ head/devel/flatcc/Makefile (contents, props changed) head/devel/flatcc/distinfo (contents, props changed) head/devel/flatcc/pkg-descr (contents, props changed) head/devel/flatcc/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Sep 20 04:22:28 2019 (r512386) +++ head/devel/Makefile Fri Sep 20 05:46:58 2019 (r512387) @@ -654,6 +654,7 @@ SUBDIR += flang SUBDIR += flang-clang SUBDIR += flatbuffers + SUBDIR += flatcc SUBDIR += flatzebra SUBDIR += flex-sdk SUBDIR += flex-sdk35 Added: head/devel/flatcc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/flatcc/Makefile Fri Sep 20 05:46:58 2019 (r512387) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= flatcc +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.0 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= FlatBuffers compiler and library in C for C + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake compiler:c++11-lib +USE_GITHUB= yes +GH_ACCOUNT= dvidelabs +USE_LDCONFIG= yes + +CMAKE_ON= BUILD_SHARED_LIBS FLATCC_INSTALL +CMAKE_OFF= FLATCC_TEST + +do-test: + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFLATCC_TEST:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test + +.include Added: head/devel/flatcc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/flatcc/distinfo Fri Sep 20 05:46:58 2019 (r512387) @@ -0,0 +1,3 @@ +TIMESTAMP = 1568956600 +SHA256 (dvidelabs-flatcc-v0.6.0_GH0.tar.gz) = a92da3566d11e19bb807a83554b1a2c644a5bd91c9d9b088514456bb56e1c666 +SIZE (dvidelabs-flatcc-v0.6.0_GH0.tar.gz) = 514647 Added: head/devel/flatcc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/flatcc/pkg-descr Fri Sep 20 05:46:58 2019 (r512387) @@ -0,0 +1,5 @@ +A compiler that generates FlatBuffers code for C given a FlatBuffer schema +file. This introduction also creates a separate test project with the +traditional monster example, here in a C version. + +WWW: https://github.com/dvidelabs/flatcc Added: head/devel/flatcc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/flatcc/pkg-plist Fri Sep 20 05:46:58 2019 (r512387) @@ -0,0 +1,68 @@ +bin/flatcc +include/flatcc/flatcc.h +include/flatcc/flatcc_accessors.h +include/flatcc/flatcc_alloc.h +include/flatcc/flatcc_builder.h +include/flatcc/flatcc_emitter.h +include/flatcc/flatcc_endian.h +include/flatcc/flatcc_epilogue.h +include/flatcc/flatcc_flatbuffers.h +include/flatcc/flatcc_identifier.h +include/flatcc/flatcc_iov.h +include/flatcc/flatcc_json_parser.h +include/flatcc/flatcc_json_printer.h +include/flatcc/flatcc_portable.h +include/flatcc/flatcc_prologue.h +include/flatcc/flatcc_refmap.h +include/flatcc/flatcc_rtconfig.h +include/flatcc/flatcc_types.h +include/flatcc/flatcc_unaligned.h +include/flatcc/flatcc_verifier.h +include/flatcc/flatcc_version.h +include/flatcc/portable/LICENSE +include/flatcc/portable/README.md +include/flatcc/portable/grisu3_math.h +include/flatcc/portable/grisu3_parse.h +include/flatcc/portable/grisu3_print.h +include/flatcc/portable/include/README +include/flatcc/portable/include/linux/endian.h +include/flatcc/portable/include/std/inttypes.h +include/flatcc/portable/include/std/stdalign.h +include/flatcc/portable/include/std/stdbool.h +include/flatcc/portable/include/std/stdint.h +include/flatcc/portable/paligned_alloc.h +include/flatcc/portable/pbase64.h +include/flatcc/portable/pdiagnostic.h +include/flatcc/portable/pdiagnostic_pop.h +include/flatcc/portable/pdiagnostic_push.h +include/flatcc/portable/pendian.h +include/flatcc/portable/pendian_detect.h +include/flatcc/portable/pinline.h +include/flatcc/portable/pinttypes.h +include/flatcc/portable/portable.h +include/flatcc/portable/portable_basic.h +include/flatcc/portable/pparsefp.h +include/flatcc/portable/pparseint.h +include/flatcc/portable/pprintfp.h +include/flatcc/portable/pprintint.h +include/flatcc/portable/pstatic_assert.h +include/flatcc/portable/pstatic_assert_scope.h +include/flatcc/portable/pstdalign.h +include/flatcc/portable/pstdbool.h +include/flatcc/portable/pstdint.h +include/flatcc/portable/punaligned.h +include/flatcc/portable/pversion.h +include/flatcc/portable/pwarnings.h +include/flatcc/reflection/README +include/flatcc/reflection/flatbuffers_common_builder.h +include/flatcc/reflection/flatbuffers_common_reader.h +include/flatcc/reflection/reflection_builder.h +include/flatcc/reflection/reflection_reader.h +include/flatcc/reflection/reflection_verifier.h +include/flatcc/support/README +include/flatcc/support/cdump.h +include/flatcc/support/elapsed.h +include/flatcc/support/hexdump.h +include/flatcc/support/readfile.h +lib/libflatcc.so +lib/libflatccrt.so