View | Details | Raw Unified | Return to bug 247669 | Differences between
and this patch

Collapse All | Expand All

(-)devel/simdjson/Makefile (-3 / +6 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	simdjson
3
PORTNAME=	simdjson
4
PORTVERSION=	0.3.1
5
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.4.5
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	olevole@olevole.ru
8
MAINTAINER=	olevole@olevole.ru
Lines 9-19 Link Here
9
COMMENT=	Parsing gigabytes of JSON per second
9
COMMENT=	Parsing gigabytes of JSON per second
10
10
11
LICENSE=	APACHE20
11
LICENSE=	APACHE20
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
13
BROKEN_i386=	does not build (error: unknown type name '__uint128_t')
14
BROKEN_i386=	does not build (error: unknown type name '__uint128_t')
14
15
15
USES=		cmake
16
USES=		cmake compiler:c++17-lang
17
USE_GITHUB=	yes
16
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
17
USE_GITHUB=	yes
18
19
20
CMAKE_ON=	SIMDJSON_JUST_LIBRARY
21
19
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)devel/simdjson/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1587311426
1
TIMESTAMP = 1593560760
2
SHA256 (simdjson-simdjson-v0.3.1_GH0.tar.gz) = 9ae0b77139d6b854fe4d25db5e525762d3f7880f7146329767078397b6ed2f94
2
SHA256 (simdjson-simdjson-v0.4.5_GH0.tar.gz) = 2d5d125909f0f4bfebed5ea84cc1c6ccafe4730db336d2afcb5402369181e19e
3
SIZE (simdjson-simdjson-v0.3.1_GH0.tar.gz) = 4017181
3
SIZE (simdjson-simdjson-v0.4.5_GH0.tar.gz) = 4118328
(-)devel/simdjson/pkg-plist (-24 / +4 lines)
Lines 1-26 Link Here
1
include/simdjson.h
2
lib/cmake/simdjson/simdjson-config-%%CMAKE_BUILD_TYPE%%.cmake
1
lib/cmake/simdjson/simdjson-config.cmake
3
lib/cmake/simdjson/simdjson-config.cmake
2
lib/cmake/simdjson/simdjson-config-%%CMAKE_BUILD_TYPE%%.cmake
3
lib/libsimdjson.so.1
4
lib/libsimdjson.so
4
lib/libsimdjson.so
5
lib/libsimdjson.so.0.3.1
5
lib/libsimdjson.so.0.4.5
6
include/simdjson.h
6
lib/libsimdjson.so.2
7
include/simdjson/jsonioutil.h
8
include/simdjson/portability.h
9
include/simdjson/simdjson_version.h
10
include/simdjson/document_stream.h
11
include/simdjson/document.h
12
include/simdjson/inline/padded_string.h
13
include/simdjson/inline/document.h
14
include/simdjson/inline/document_stream.h
15
include/simdjson/inline/error.h
16
include/simdjson/inline/parsedjson_iterator.h
17
include/simdjson/internal/jsonformatutils.h
18
include/simdjson/jsonparser.h
19
include/simdjson/error.h
20
include/simdjson/padded_string.h
21
include/simdjson/common_defs.h
22
include/simdjson/compiler_check.h
23
include/simdjson/parsedjson.h
24
include/simdjson/implementation.h
25
include/simdjson/parsedjson_iterator.h
26
include/simdjson/simdjson.h

Return to bug 247669