1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Add flatbuffers 1.2.0, memory efficient serialization library.

PR:		205509
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
This commit is contained in:
Vanilla I. Shu 2015-12-24 12:25:31 +00:00
parent 8ecfacd239
commit 2578e26f0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404348
5 changed files with 35 additions and 0 deletions

View File

@ -519,6 +519,7 @@
SUBDIR += fib
SUBDIR += firmware-utils
SUBDIR += fistgen
SUBDIR += flatbuffers
SUBDIR += flatzebra
SUBDIR += flex-sdk
SUBDIR += flex-sdk35

View File

@ -0,0 +1,21 @@
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= flatbuffers
PORTVERSION= 1.2.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= yuri@rawbw.com
COMMENT= Memory efficient serialization library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_GITHUB= yes
GH_ACCOUNT= google
USES= cmake
USE_LDCONFIG= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (google-flatbuffers-v1.2.0_GH0.tar.gz) = a6cacab3cbcc99e2308d8aa328bff060ba19061ce6eb23be85eccb63fb3446b5
SIZE (google-flatbuffers-v1.2.0_GH0.tar.gz) = 391737

View File

@ -0,0 +1,3 @@
Memory efficient serialization library.
WWW: http://google.github.io/flatbuffers/

View File

@ -0,0 +1,8 @@
bin/flatc
include/flatbuffers/flatbuffers.h
include/flatbuffers/hash.h
include/flatbuffers/idl.h
include/flatbuffers/reflection.h
include/flatbuffers/reflection_generated.h
include/flatbuffers/util.h
lib/libflatbuffers.a