FreeBSD Bugzilla – Attachment 182062 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]
add devel/brotli to ports tree
file_218851.txt (text/plain), 2.02 KB, created by
Markus Kohlmeyer
on 2017-04-24 22:24:47 UTC
(
hide
)
Description:
add devel/brotli to ports tree
Filename:
MIME Type:
Creator:
Markus Kohlmeyer
Created:
2017-04-24 22:24:47 UTC
Size:
2.02 KB
patch
obsolete
>diff -Naur /dev/null devel/brotli/Makefile >--- /dev/null 1970-01-01 01:00:00.000000000 +0100 >+++ devel/brotli/Makefile 2017-04-24 16:20:00.000000000 +0200 >@@ -0,0 +1,28 @@ >+# Created by: Markus Kohlmeyer <rootservice@gmail.com> >+# $FreeBSD: $ >+ >+PORTNAME= brotli >+PORTVERSION= 0.6.0 >+#PORTREVISION= 0 >+CATEGORIES= devel archivers >+ >+MAINTAINER= rootservice@gmail.com >+COMMENT= Brotli lossless compression algorithm libraries and command-line tool >+ >+LICENSE= MIT >+ >+USE_GITHUB= yes >+GH_ACCOUNT= google >+GH_PROJECT= brotli >+GH_TAGNAME= v${PORTVERSION} >+ >+USES= pkgconfig cmake:outsource compiler:c++0x localbase pathfix >+USE_LDCONFIG= yes >+ >+CMAKE_BUILD_TYPE= Release >+ >+CONFLICTS_INSTALL= py[0-9][0-9]-brotli-* libbrotli-* >+ >+.include <bsd.port.pre.mk> >+ >+.include <bsd.port.post.mk> >diff -Naur /dev/null devel/brotli/distinfo >--- /dev/null 1970-01-01 01:00:00.000000000 +0100 >+++ devel/brotli/distinfo 2017-04-24 16:20:00.000000000 +0200 >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1493041470 >+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 >diff -Naur /dev/null devel/brotli/pkg-descr >--- /dev/null 1970-01-01 01:00:00.000000000 +0100 >+++ devel/brotli/pkg-descr 2017-04-24 16:20:00.000000000 +0200 >@@ -0,0 +1,4 @@ >+Brotli lossless compression algorithm libraries and command-line tool >+ >+WWW: https://github.com/google/brotli >+ >diff -Naur /dev/null devel/brotli/pkg-plist >--- /dev/null 1970-01-01 01:00:00.000000000 +0100 >+++ devel/brotli/pkg-plist 2017-04-24 16:20:00.000000000 +0200 >@@ -0,0 +1,14 @@ >+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.0.6.0 >+lib/libbrotlienc.so >+lib/libbrotlienc.so.0.6.0 >+libdata/pkgconfig/libbrotlicommon.pc >+libdata/pkgconfig/libbrotlidec.pc >+libdata/pkgconfig/libbrotlienc.pc
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
Actions:
View
|
Diff
Attachments on
bug 218851
:
182046
|
182062
|
182096
|
182113
|
183668