View | Details | Raw Unified | Return to bug 254099
Collapse All | Expand All

(-)b/devel/libserdes/Makefile (+32 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	libserdes
4
PORTVERSION=	6.0.2
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	devel
7
8
MAINTAINER=	sergey@akhmatov.ru
9
COMMENT=	Schema-based serializer/deserializer with support for Avro
10
11
LICENSE=	APACHE20
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
BUILD_DEPENDS=	bash:shells/bash
15
LIB_DEPENDS=	libavro.so:devel/avro-c \
16
	libcurl.so:ftp/curl \
17
	libjansson.so:devel/jansson
18
19
USES=	gmake localbase:ldflags perl5
20
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	confluentinc
23
24
USE_LDCONFIG=	yes
25
USE_PERL5=	build
26
27
GNU_CONFIGURE=	yes
28
29
post-install:
30
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libserdes.so
31
32
.include <bsd.port.mk>
(-)b/devel/libserdes/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1615122509
2
SHA256 (confluentinc-libserdes-v6.0.2_GH0.tar.gz) = 3fa08494cc2701d22594ce175ed21622fef1717bb0c8e4aaebfe1ff2119eef88
3
SIZE (confluentinc-libserdes-v6.0.2_GH0.tar.gz) = 62324
(-)b/devel/libserdes/pkg-descr (+9 lines)
Added Link Here
1
libserdes is a schema-based serializer/deserializer
2
C/C++ library with support for Avro and the Confluent
3
Platform Schema Registry.
4
5
The library is aimed to be used in the streaming pipeline,
6
e.g. Apache Kafka, to perform data serialization and
7
deserialization with centrally managed schemas.
8
9
WWW: https://github.com/confluentinc/libserdes
(-)b/devel/libserdes/pkg-plist (+6 lines)
Added Link Here
1
include/libserdes/serdes-avro.h
2
include/libserdes/serdes-common.h
3
include/libserdes/serdes.h
4
lib/libserdes.a
5
lib/libserdes.so
6
lib/libserdes.so.1

Return to bug 254099