FreeBSD Bugzilla – Attachment 183668 Details for
Bug 218851
[NEW PORT] devel/brotli: Brotli lossless compression libraries and commandline tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for archivers/brotli
patch-archivers_brotli-0.6.0 (text/plain), 5.04 KB, created by
Bernard Spil
on 2017-06-21 09:11:42 UTC
(
hide
)
Description:
svn diff for archivers/brotli
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2017-06-21 09:11:42 UTC
Size:
5.04 KB
patch
obsolete
>Index: archivers/brotli/Makefile >=================================================================== >--- archivers/brotli/Makefile (revision 444016) >+++ archivers/brotli/Makefile (working copy) >@@ -1,11 +1,9 @@ > # Created by: Sergey A. Osokin <osa@FreeBSD.org> > # $FreeBSD$ > >-PORTNAME= libbrotli >-PORTVERSION= 1.0 >-DISTVERSIONPREFIX= ${PORTNAME}- >-PORTREVISION= 6 >-CATEGORIES= devel archivers >+PORTNAME= brotli >+PORTVERSION= 0.6.0 >+CATEGORIES= archivers devel > > MAINTAINER= osa@FreeBSD.org > COMMENT= Library for generic-purpose lossless compression algorithm >@@ -12,19 +10,13 @@ > > LICENSE= MIT > >-BROTLI_VERSION= v0.4.0 >- > USE_GITHUB= yes >-GH_ACCOUNT= bagder google:brotli >-GH_PROJECT= brotli:brotli >-GH_TAGNAME= ${BROTLI_VERSION}:brotli >-GH_SUBDIR= brotli:brotli >+GH_ACCOUNT= google >+GH_TAGNAME= v${PORTVERSION} > >-USES= pkgconfig autoreconf libtool compiler:c++0x pathfix >-GNU_CONFIGURE= yes >+USES= pkgconfig cmake libtool compiler:c++0x > USE_LDCONFIG= yes > >-pre-configure: >- cd ${WRKSRC} && ./autogen.sh >+CMAKE_FLAGS= -DBUILD_TEST=OFF > > .include <bsd.port.mk> >Index: archivers/brotli/distinfo >=================================================================== >--- archivers/brotli/distinfo (revision 444016) >+++ archivers/brotli/distinfo (working copy) >@@ -1,5 +1,3 @@ >-TIMESTAMP = 1490788508 >-SHA256 (bagder-libbrotli-libbrotli-1.0_GH0.tar.gz) = 5b7c02eb87017e7b3886c07eca685db95fa21f9c8afbb442469370c251a54dc1 >-SIZE (bagder-libbrotli-libbrotli-1.0_GH0.tar.gz) = 3116 >-SHA256 (google-brotli-v0.4.0_GH0.tar.gz) = 09aeea757c68a39feb0350a1506b5543ec5ce2c09988711d9e4dc1e9907dac7d >-SIZE (google-brotli-v0.4.0_GH0.tar.gz) = 8069842 >+TIMESTAMP = 1498033446 >+SHA256 (google-brotli-0.6.0-v0.6.0_GH0.tar.gz) = 69cdbdf5709051dd086a2f020f5abf9e32519eafe0ad6be820c667c3a9c9ee0f >+SIZE (google-brotli-0.6.0-v0.6.0_GH0.tar.gz) = 19838761 >Index: archivers/brotli/pkg-descr >=================================================================== >Index: archivers/brotli/pkg-plist >=================================================================== >--- archivers/brotli/pkg-plist (revision 444016) >+++ archivers/brotli/pkg-plist (working copy) >@@ -1,51 +1,14 @@ >-include/brotli/dec/bit_reader.h >-include/brotli/dec/context.h >-include/brotli/dec/decode.h >-include/brotli/dec/dictionary.h >-include/brotli/dec/huffman.h >-include/brotli/dec/port.h >-include/brotli/dec/prefix.h >-include/brotli/dec/state.h >-include/brotli/dec/transform.h >-include/brotli/dec/types.h >-include/brotli/enc/backward_references.h >-include/brotli/enc/bit_cost.h >-include/brotli/enc/block_splitter.h >-include/brotli/enc/brotli_bit_stream.h >-include/brotli/enc/cluster.h >-include/brotli/enc/command.h >-include/brotli/enc/context.h >-include/brotli/enc/dictionary.h >-include/brotli/enc/dictionary_hash.h >-include/brotli/enc/encode.h >-include/brotli/enc/encode_parallel.h >-include/brotli/enc/entropy_encode.h >-include/brotli/enc/fast_log.h >-include/brotli/enc/find_match_length.h >-include/brotli/enc/hash.h >-include/brotli/enc/histogram.h >-include/brotli/enc/literal_cost.h >-include/brotli/enc/metablock.h >-include/brotli/enc/port.h >-include/brotli/enc/prefix.h >-include/brotli/enc/ringbuffer.h >-include/brotli/enc/static_dict.h >-include/brotli/enc/static_dict_lut.h >-include/brotli/enc/streams.h >-include/brotli/enc/transform.h >-include/brotli/enc/types.h >-include/brotli/enc/utf8_util.h >-include/brotli/enc/write_bits.h >-include/brotli/enc/compress_fragment.h >-include/brotli/enc/compress_fragment_two_pass.h >-include/brotli/enc/entropy_encode_static.h >-lib/libbrotlidec.a >+bin/bro >+include/brotli/decode.h >+include/brotli/encode.h >+include/brotli/port.h >+include/brotli/types.h >+lib/libbrotlicommon.so >+lib/libbrotlicommon.so.0.6.0 > lib/libbrotlidec.so >-lib/libbrotlidec.so.1 >-lib/libbrotlidec.so.1.0.0 >-lib/libbrotlienc.a >+lib/libbrotlidec.so.0.6.0 > lib/libbrotlienc.so >-lib/libbrotlienc.so.1 >-lib/libbrotlienc.so.1.0.0 >+lib/libbrotlienc.so.0.6.0 >+libdata/pkgconfig/libbrotlicommon.pc > libdata/pkgconfig/libbrotlidec.pc > libdata/pkgconfig/libbrotlienc.pc >Index: archivers/Makefile >=================================================================== >--- archivers/Makefile (revision 444016) >+++ archivers/Makefile (working copy) >@@ -11,6 +11,7 @@ > SUBDIR += ark > SUBDIR += atool > SUBDIR += bicom >+ SUBDIR += brotli > SUBDIR += bzip > SUBDIR += bzip2 > SUBDIR += cabextract >Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 444016) >+++ devel/Makefile (working copy) >@@ -1256,7 +1256,6 @@ > SUBDIR += libbobcat > SUBDIR += libbonobo > SUBDIR += libbonobo-reference >- SUBDIR += libbrotli > SUBDIR += libbson > SUBDIR += libburn > SUBDIR += libccid >Index: MOVED >=================================================================== >--- MOVED (revision 444016) >+++ MOVED (working copy) >@@ -9439,3 +9439,4 @@ > editors/calligra-l10n-sv||2017-06-12|Merged with editors/calligra > editors/calligra-l10n-tr||2017-06-12|Merged with editors/calligra > editors/calligra-l10n||2017-06-12|Merged with editors/calligra >+devel/libbrotli|archivers/brotli|2017-06-21|meta project no longer required to build libs
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
brnrd
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 218851
:
182046
|
182062
|
182096
|
182113
| 183668