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

Collapse All | Expand All

(-)devel/brotli/Makefile 2017-04-24 16:20:00.000000000 +0200 (+28 lines)
Line 0 Link Here
1
# Created by: Markus Kohlmeyer <rootservice@gmail.com>
2
# $FreeBSD: $
3
4
PORTNAME=	brotli
5
PORTVERSION=	0.6.0
6
#PORTREVISION=	0
7
CATEGORIES=	devel archivers
8
9
MAINTAINER=	rootservice@gmail.com
10
COMMENT=	Brotli lossless compression algorithm libraries and command-line tool
11
12
LICENSE=	MIT
13
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	google
16
GH_PROJECT=	brotli
17
GH_TAGNAME=	v${PORTVERSION}
18
19
USES=		pkgconfig cmake:outsource compiler:c++0x localbase pathfix
20
USE_LDCONFIG=	yes
21
22
CMAKE_BUILD_TYPE=	Release
23
24
CONFLICTS_INSTALL=	py[0-9][0-9]-brotli-* libbrotli-*
25
26
.include <bsd.port.pre.mk>
27
28
.include <bsd.port.post.mk>
(-)devel/brotli/distinfo 2017-04-24 16:20:00.000000000 +0200 (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1493041470
2
SHA256 (google-brotli-0.6.0-v0.6.0_GH0.tar.gz) = 69cdbdf5709051dd086a2f020f5abf9e32519eafe0ad6be820c667c3a9c9ee0f
3
SIZE (google-brotli-0.6.0-v0.6.0_GH0.tar.gz) = 19838761
(-)devel/brotli/pkg-descr 2017-04-24 16:20:00.000000000 +0200 (+4 lines)
Line 0 Link Here
1
Brotli lossless compression algorithm libraries and command-line tool
2
3
WWW: https://github.com/google/brotli
4
(-)devel/brotli/pkg-plist 2017-04-24 16:20:00.000000000 +0200 (+14 lines)
Line 0 Link Here
1
bin/bro
2
include/brotli/decode.h
3
include/brotli/encode.h
4
include/brotli/port.h
5
include/brotli/types.h
6
lib/libbrotlicommon.so
7
lib/libbrotlicommon.so.0.6.0
8
lib/libbrotlidec.so
9
lib/libbrotlidec.so.0.6.0
10
lib/libbrotlienc.so
11
lib/libbrotlienc.so.0.6.0
12
libdata/pkgconfig/libbrotlicommon.pc
13
libdata/pkgconfig/libbrotlidec.pc
14
libdata/pkgconfig/libbrotlienc.pc

Return to bug 218851