devel/simdjson: Update 0.3.1 -> 0.4.6
PR: 247669 Approved by: olevole@olevole.ru
This commit is contained in:
parent
10785d5e85
commit
7159f1ee7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540989
@ -1,19 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= simdjson
|
||||
PORTVERSION= 0.3.1
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.4.6
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= olevole@olevole.ru
|
||||
COMMENT= Parsing gigabytes of JSON per second
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_i386= does not build (error: unknown type name '__uint128_t')
|
||||
|
||||
USES= cmake
|
||||
USE_LDCONFIG= yes
|
||||
USES= cmake compiler:c++17-lang
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ON= SIMDJSON_JUST_LIBRARY
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1587311426
|
||||
SHA256 (simdjson-simdjson-v0.3.1_GH0.tar.gz) = 9ae0b77139d6b854fe4d25db5e525762d3f7880f7146329767078397b6ed2f94
|
||||
SIZE (simdjson-simdjson-v0.3.1_GH0.tar.gz) = 4017181
|
||||
TIMESTAMP = 1593628564
|
||||
SHA256 (simdjson-simdjson-v0.4.6_GH0.tar.gz) = 2e6e708a5973eef7442ab19b3fe76bdd791cdc9b67020ca1190e00832517808b
|
||||
SIZE (simdjson-simdjson-v0.4.6_GH0.tar.gz) = 4119406
|
||||
|
@ -1,26 +1,6 @@
|
||||
lib/cmake/simdjson/simdjson-config.cmake
|
||||
lib/cmake/simdjson/simdjson-config-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/libsimdjson.so.1
|
||||
lib/libsimdjson.so
|
||||
lib/libsimdjson.so.0.3.1
|
||||
include/simdjson.h
|
||||
include/simdjson/jsonioutil.h
|
||||
include/simdjson/portability.h
|
||||
include/simdjson/simdjson_version.h
|
||||
include/simdjson/document_stream.h
|
||||
include/simdjson/document.h
|
||||
include/simdjson/inline/padded_string.h
|
||||
include/simdjson/inline/document.h
|
||||
include/simdjson/inline/document_stream.h
|
||||
include/simdjson/inline/error.h
|
||||
include/simdjson/inline/parsedjson_iterator.h
|
||||
include/simdjson/internal/jsonformatutils.h
|
||||
include/simdjson/jsonparser.h
|
||||
include/simdjson/error.h
|
||||
include/simdjson/padded_string.h
|
||||
include/simdjson/common_defs.h
|
||||
include/simdjson/compiler_check.h
|
||||
include/simdjson/parsedjson.h
|
||||
include/simdjson/implementation.h
|
||||
include/simdjson/parsedjson_iterator.h
|
||||
include/simdjson/simdjson.h
|
||||
lib/cmake/simdjson/simdjson-config-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/simdjson/simdjson-config.cmake
|
||||
lib/libsimdjson.so
|
||||
lib/libsimdjson.so.2
|
||||
lib/libsimdjson.so.2.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user