Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2019 05:46:59 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512387 - in head/devel: . flatcc
Message-ID:  <201909200546.x8K5kx0K051377@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909200546.x8K5kx0K051377>