svn commit: r404348 - in head/devel: . flatbuffers
Vanilla I. Shu
vanilla at FreeBSD.org
Thu Dec 24 12:25:33 UTC 2015
Author: vanilla
Date: Thu Dec 24 12:25:31 2015
New Revision: 404348
URL: https://svnweb.freebsd.org/changeset/ports/404348
Log:
Add flatbuffers 1.2.0, memory efficient serialization library.
PR: 205509
Submitted by: Yuri Victorovich <yuri at rawbw.com>
Added:
head/devel/flatbuffers/
head/devel/flatbuffers/Makefile (contents, props changed)
head/devel/flatbuffers/distinfo (contents, props changed)
head/devel/flatbuffers/pkg-descr (contents, props changed)
head/devel/flatbuffers/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Dec 24 12:06:30 2015 (r404347)
+++ head/devel/Makefile Thu Dec 24 12:25:31 2015 (r404348)
@@ -519,6 +519,7 @@
SUBDIR += fib
SUBDIR += firmware-utils
SUBDIR += fistgen
+ SUBDIR += flatbuffers
SUBDIR += flatzebra
SUBDIR += flex-sdk
SUBDIR += flex-sdk35
Added: head/devel/flatbuffers/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/flatbuffers/Makefile Thu Dec 24 12:25:31 2015 (r404348)
@@ -0,0 +1,21 @@
+# Created by: Yuri Victorovich <yuri at rawbw.com>
+# $FreeBSD$
+
+PORTNAME= flatbuffers
+PORTVERSION= 1.2.0
+DISTVERSIONPREFIX= v
+CATEGORIES= devel
+
+MAINTAINER= yuri at 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>
Added: head/devel/flatbuffers/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/flatbuffers/distinfo Thu Dec 24 12:25:31 2015 (r404348)
@@ -0,0 +1,2 @@
+SHA256 (google-flatbuffers-v1.2.0_GH0.tar.gz) = a6cacab3cbcc99e2308d8aa328bff060ba19061ce6eb23be85eccb63fb3446b5
+SIZE (google-flatbuffers-v1.2.0_GH0.tar.gz) = 391737
Added: head/devel/flatbuffers/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/flatbuffers/pkg-descr Thu Dec 24 12:25:31 2015 (r404348)
@@ -0,0 +1,3 @@
+Memory efficient serialization library.
+
+WWW: http://google.github.io/flatbuffers/
Added: head/devel/flatbuffers/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/flatbuffers/pkg-plist Thu Dec 24 12:25:31 2015 (r404348)
@@ -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
More information about the svn-ports-all
mailing list