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:
parent
8ecfacd239
commit
2578e26f0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404348
@ -519,6 +519,7 @@
|
||||
SUBDIR += fib
|
||||
SUBDIR += firmware-utils
|
||||
SUBDIR += fistgen
|
||||
SUBDIR += flatbuffers
|
||||
SUBDIR += flatzebra
|
||||
SUBDIR += flex-sdk
|
||||
SUBDIR += flex-sdk35
|
||||
|
21
devel/flatbuffers/Makefile
Normal file
21
devel/flatbuffers/Makefile
Normal 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>
|
2
devel/flatbuffers/distinfo
Normal file
2
devel/flatbuffers/distinfo
Normal 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
|
3
devel/flatbuffers/pkg-descr
Normal file
3
devel/flatbuffers/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Memory efficient serialization library.
|
||||
|
||||
WWW: http://google.github.io/flatbuffers/
|
8
devel/flatbuffers/pkg-plist
Normal file
8
devel/flatbuffers/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user